]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/commands.txt
Releasing 0.9.0
[python-musicpd.git] / doc / source / commands.txt
index c21bde552afc66b084f274d92d15ae26585b3d18..22c2f39af1513e361ab9351ef762fb6721ea00d2 100644 (file)
@@ -7,13 +7,14 @@ status                                     -> fetch_object
 stats                                      -> fetch_object
 
 == Playback Option Commands
-consume            <bool>                  -> fetch_nothing
+consume            <str>                   -> fetch_nothing
 crossfade          <int>                   -> fetch_nothing
 mixrampdb          <str>                   -> fetch_nothing
 mixrampdelay       <int>                   -> fetch_nothing
 random             <bool>                  -> fetch_nothing
 repeat             <bool>                  -> fetch_nothing
 setvol             <int>                   -> fetch_nothing
+getvol                                     -> fetch_object
 single             <bool>                  -> fetch_nothing
 replay_gain_mode   <str>                   -> fetch_nothing
 replay_gain_status                         -> fetch_item
@@ -105,6 +106,7 @@ close                               -> None
 kill                                -> None
 password           <str>            -> fetch_nothing
 ping                                -> fetch_nothing
+binarylimit        <str>            -> fetch_nothing
 tagtypes                            -> fetch_list
 tagtypes disable <str> [<str>]...   -> fetch_nothing
 tagtypes enable <str> [<str>]...    -> fetch_nothing
@@ -131,3 +133,10 @@ commands         -> fetch_list
 notcommands      -> fetch_list
 urlhandlers      -> fetch_list
 decoders         -> fetch_plugins
+
+== Client to Client
+subscribe      <str>       -> self._fetch_nothing,
+unsubscribe    <str>       -> self._fetch_nothing,
+channels                   -> self._fetch_list,
+readmessages               -> self._fetch_messages,
+sendmessage    <str> <str> -> self._fetch_nothing,