]> kaliko git repositories - python-musicpd.git/blob - doc/commands.txt
68f6ed2cd568c3bbee4053eabbb968da111de458
[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 load             <str>             -> getnone
47 playlistadd      <str> <str>       -> getnone
48 playlistclear    <str>             -> getnone
49 playlistdelete   <str> <int>       -> getnone
50 playlistmove     <str> <int> <int> -> getnone
51 rename           <str> <str>       -> getnone
52 rm               <str>             -> getnone
53 save             <str>             -> getnone
54
55 == Database Commands
56 count            <locate>          -> getobject
57 find             <locate>          -> getsongs
58 list             <str> [<locate>]  -> getlist
59 listall          [<str>]           -> getdatabase
60 listallinfo      [<str>]           -> getdatabase
61 lsinfo           [<str>]           -> getdatabase
62 search           <locate>          -> getsongs
63 update           [<str>]           -> getitem
64
65 == Connection Commands
66 close                              -> None
67 kill                               -> None
68 password         <str>             -> getnone
69 ping                               -> getnone
70
71 == Audio Output Commands
72 disableoutput    <int>             -> getnone
73 enableoutput     <int>             -> getnone
74 outputs                            -> getoutputs
75
76 == Reflection Commands
77 commands                           -> getlist
78 notcommands                        -> getlist
79 tagtypes                           -> getlist
80 urlhandlers                        -> getlist