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