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