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