]> kaliko git repositories - python-musicpd.git/blobdiff - doc/commands.txt
preliminary unix socket support
[python-musicpd.git] / doc / commands.txt
index df8058a43869371845038b4b224594961bf0b42d..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