]> kaliko git repositories - python-musicpd.git/commitdiff
Update documentation command list
authorKaliko Jack <kaliko@azylum.org>
Wed, 9 Dec 2020 13:47:50 +0000 (14:47 +0100)
committerKaliko Jack <kaliko@azylum.org>
Wed, 9 Dec 2020 13:47:50 +0000 (14:47 +0100)
doc/source/commands.rst
doc/source/commands.txt

index c11e5aa4c03c36b643a95892ec9b5e92c78b4b0b..52ff7b78189d12c6e0dab52993961bf73dcc04db 100644 (file)
@@ -11,6 +11,6 @@ Get current available commands:
    print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()]))
 
 
-List, last updated for v0.4.4:
+List, last updated for v0.4.5:
 
 .. literalinclude:: commands.txt
index f471bb0e3c2d9858a016aa1a71798c7c14290864..d1365557aa66b5c7f63dd32ca8dc867e243ab69c 100644 (file)
@@ -68,9 +68,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 +80,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
@@ -113,13 +115,15 @@ tagtypes all:                       -> fetch_nothing
 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