]> kaliko git repositories - python-musicpd.git/blob - doc/commands.txt
addding doc/commands.txt to document supported commands
[python-musicpd.git] / doc / commands.txt
1 == Admin Commands
2 disableoutput    <int>             -> getnone
3 enableoutput     <int>             -> getnone
4 kill                               -> None
5 update           [<str>]           -> getitem
6 == Informational Commands
7 status                             -> getobject
8 stats                              -> getobject
9 outputs                            -> getoutputs
10 commands                           -> getlist
11 notcommands                        -> getlist
12 tagtypes                           -> getlist
13 urlhandlers                        -> getlist
14 == Database Commands
15 find             <locate>          -> getsongs
16 list             <str> [<locate>]  -> getlist
17 listall          [<str>]           -> getdatabase
18 listallinfo      [<str>]           -> getdatabase
19 lsinfo           [<str>]           -> getdatabase
20 search           <locate>          -> getsongs
21 count            <locate>          -> getobject
22 == Playlist Commands
23 add              <str>             -> getnone
24 addid            <str> [<int>]     -> getitem
25 clear                              -> getnone
26 currentsong                        -> getobject
27 delete           <int>             -> getnone
28 deleteid         <int>             -> getnone
29 load             <str>             -> getnone
30 rename           <str> <str>       -> getnone
31 move             <int> <int>       -> getnone
32 moveid           <int> <int>       -> getnone
33 playlist                           -> getplaylist
34 playlistinfo     [<int>]           -> getsongs
35 playlistid       [<int>]           -> getsongs
36 plchanges        <int>             -> getsongs
37 plchangesposid   <int>             -> getchanges
38 rm               <str>             -> getnone
39 save             <str>             -> getnone
40 shuffle                            -> getnone
41 swap             <int> <int>       -> getnone
42 swapid           <int> <int>       -> getnone
43 listplaylist     <str>             -> getlist
44 listplaylistinfo <str>             -> getsongs
45 playlistadd      <str> <str>       -> getnone
46 playlistclear    <str>             -> getnone
47 playlistdelete   <str> <int>       -> getnone
48 playlistmove     <str> <int> <int> -> getnone
49 playlistfind     <locate>          -> getsongs
50 playlistsearch   <locate>          -> getsongs
51 == Playback Commands
52 crossfade        <int>             -> getnone
53 next                               -> getnone
54 pause            [<bool>]          -> getnone
55 play             [<int>]           -> getnone
56 playid           [<int>]           -> getnone
57 previous                           -> getnone
58 random           <bool>            -> getnone
59 repeat           <bool>            -> getnone
60 seek             <int> <int>       -> getnone
61 seekid           <int> <int>       -> getnone
62 setvol           <int>             -> getnone
63 stop                               -> getnone
64 volume           <int>             -> getnone
65 == Miscellaneous Commands
66 clearerror                         -> getnone
67 close                              -> None
68 password         <str>             -> getnone
69 ping                               -> getnone