]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/commands.txt
Releasing 0.9.0
[python-musicpd.git] / doc / source / commands.txt
index f471bb0e3c2d9858a016aa1a71798c7c14290864..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
@@ -68,9 +69,10 @@ rm                 <str>                   -> fetch_nothing
 save               <str>                   -> fetch_nothing
 
 == Database Commands
-albumart           <str> <int>                              -> fetch_object
+albumart           <str> <int>                              -> fetch_composite
 count              <str> <str>                              -> fetch_object
 count              group <str>                              -> fetch_object
+getfingerprint     <str>                                    -> fetch_object
 find               <str> <str> [<str> <str>]...             -> fetch_songs
 findadd            <str> <str> [<str> <str>]                -> fetch_nothing
 list               <str> [<str> <str>]...[group <str>]...   -> fetch_list
@@ -79,6 +81,7 @@ listallinfo        [<str>]                                  -> fetch_database
 listfiles          <str>                                    -> fetch_database
 lsinfo             [<str>]                                  -> fetch_database
 readcomments       [<str>]                                  -> fetch_object
+readpicture        <str> <int>                              -> fetch_composite
 search             <str> <str> [<str> <str>]...             -> fetch_song
 searchadd          <str> <str> [<str> <str>]...             -> fetch_nothing
 searchaddpl        <str> <str> <str> [<str> <str>]...       -> fetch_nothing
@@ -103,23 +106,26 @@ 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
-tagtypes clear:                     -> fetch_nothing
-tagtypes all:                       -> fetch_nothing
+tagtypes disable <str> [<str>]...   -> fetch_nothing
+tagtypes enable <str> [<str>]...    -> fetch_nothing
+tagtypes clear                      -> fetch_nothing
+tagtypes all                        -> fetch_nothing
 
 == Partition Commands
 partition          <str>    -> fetch_nothing
 listpartitions              -> fetch_list
 newpartition       <str>    -> fetch_nothing
+delpartition       <str>    -> fetch_nothing
+moveoutput         <str>    -> fetch_nothing
 
 == Audio Output Commands
 disableoutput      <int>       -> fetch_nothing
 enableoutput       <int>       -> fetch_nothing
 toggleoutput       <int>       -> fetch_nothing
 outputs                        -> fetch_outputs
-outputset  <str> <str> <str>   -> fetch_nothing 
+outputset  <str> <str> <str>   -> fetch_nothing
 
 == Reflection Commands
 config           -> fetch_object
@@ -127,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,