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