]> kaliko git repositories - python-musicpd.git/blobdiff - doc/commands.txt
preliminary unix socket support
[python-musicpd.git] / doc / commands.txt
index 68f6ed2cd568c3bbee4053eabbb968da111de458..cd6e1832b201ace54e3f6bec19aa1829866966d6 100644 (file)
@@ -1,14 +1,18 @@
 == Status Commands
 clearerror                         -> getnone
 currentsong                        -> getobject
+idle             <str>             -> getlist
+noidle                             -> None
 status                             -> getobject
 stats                              -> getobject
 
 == Playback Option Commands
+consume          <bool>            -> getnone
 crossfade        <int>             -> getnone
 random           <bool>            -> getnone
 repeat           <bool>            -> getnone
 setvol           <int>             -> getnone
+single           <bool>            -> getnone
 volume           <int>             -> getnone
 
 == Playback Control Commands
@@ -43,6 +47,7 @@ swapid           <int> <int>       -> getnone
 == Stored Playlist Commands
 listplaylist     <str>             -> getlist
 listplaylistinfo <str>             -> getsongs
+listplaylists                      -> getplaylists
 load             <str>             -> getnone
 playlistadd      <str> <str>       -> getnone
 playlistclear    <str>             -> getnone