]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/commands.txt
Add getvol command (closes #9)
[python-musicpd.git] / doc / source / commands.txt
index f471bb0e3c2d9858a016aa1a71798c7c14290864..b9dc4a2b7af7e2c038ae08ff030218c84c9cf854 100644 (file)
@@ -14,6 +14,7 @@ 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