Updated the zukebox-playlist-scpd.xml to acess the method GetPlaylist
[zukebox] / zukebox_server / src / xml_descriptions / zukebox-search-scpd.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <scpd xmlns="urn:schemas-upnp-org:service-1-0">
3     <specVersion>
4         <major>1</major>
5         <minor>0</minor>
6     </specVersion>
7     <actionList>
8         <action>
9             <name>SearchGenreList</name>
10             <argumentList>
11                 <argument>
12                     <name>GenreType</name>
13                     <direction>in</direction>
14                     <relatedStateVariable>genreType</relatedStateVariable>
15                 </argument>
16                 <argument>
17                     <name>SearchGenreList</name>
18                     <direction>out</direction>
19                     <relatedStateVariable>A_ARG_TYPE_List</relatedStateVariable>
20                 </argument>
21             </argumentList>
22         </action>
23         <action>
24             <name>SearchMusicList</name>
25             <argumentList>
26                 <argument>
27                     <name>MusicName</name>
28                     <direction>in</direction>
29                     <relatedStateVariable>musicName</relatedStateVariable>
30                 </argument>
31                 <argument>
32                     <name>SearchMusicList</name>
33                     <direction>out</direction>
34                     <relatedStateVariable>A_ARG_TYPE_List</relatedStateVariable>
35                 </argument>
36             </argumentList>
37         </action>
38         <action>
39             <name>SearchArtistList</name>
40             <argumentList>
41                 <argument>
42                     <name>ArtistName</name>
43                     <direction>in</direction>
44                     <relatedStateVariable>artistName</relatedStateVariable>
45                 </argument>
46                 <argument>
47                     <name>SearchArtistList</name>
48                     <direction>out</direction>
49                     <relatedStateVariable>A_ARG_TYPE_List</relatedStateVariable>
50                 </argument>
51             </argumentList>
52         </action>
53         <action>
54             <name>SearchAllAudioList</name>
55             <argumentList>
56                 <argument>
57                     <name>SearchAllAudioList</name>
58                     <direction>out</direction>
59                     <relatedStateVariable>A_ARG_TYPE_List</relatedStateVariable>
60                 </argument>
61             </argumentList>
62         </action>
63     </actionList>
64     <serviceStateTable>
65         <stateVariable>
66             <name>A_ARG_TYPE_List</name>
67             <dataType>string</dataType>
68         </stateVariable>
69         <stateVariable>
70             <name>genreType</name>
71             <dataType>string</dataType>
72         </stateVariable>
73         <stateVariable>
74             <name>musicName</name>
75             <dataType>string</dataType>
76         </stateVariable>
77         <stateVariable>
78             <name>artistName</name>
79             <dataType>string</dataType>
80         </stateVariable>
81     </serviceStateTable>
82 </scpd>