]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/commands.txt
Update documentation
[python-musicpd.git] / doc / source / commands.txt
similarity index 78%
rename from doc/commands.txt
rename to doc/source/commands.txt
index 10134a1b361e5d6268b9058d5524aa9852cf985a..f471bb0e3c2d9858a016aa1a71798c7c14290864 100644 (file)
@@ -27,9 +27,10 @@ playid             [<int>]                 -> fetch_nothing
 previous                                   -> fetch_nothing
 seek               <int> <int>             -> fetch_nothing
 seekid             <int> <int>             -> fetch_nothing
+seekcur            <int>                   -> fetch_nothing
 stop                                       -> fetch_nothing
 
-== Playlist Commands
+== Queue Commands
 add                <str>                   -> fetch_nothing
 addid              <str> [<int>]           -> fetch_item
 clear                                      -> fetch_nothing
@@ -44,9 +45,9 @@ playlistinfo       [<int>|<range>]         -> fetch_songs
 playlistsearch     <locate>                -> fetch_songs
 plchanges          <int>                   -> fetch_songs
 plchangesposid     <int>                   -> fetch_changes
-prio               <int> <int>|<range>     -> self._fetch_nothing,
-prioid             <int> <int>             -> self._fetch_nothing,
-rangeid            <int> <range>           -> self._fetch_nothing,
+prio               <int> <int>|<range>     -> fetch_nothing,
+prioid             <int> <int>             -> fetch_nothing,
+rangeid            <int> <range>           -> fetch_nothing,
 shuffle            [<range>]               -> fetch_nothing
 swap               <int> <int>             -> fetch_nothing
 swapid             <int> <int>             -> fetch_nothing
@@ -67,6 +68,7 @@ rm                 <str>                   -> fetch_nothing
 save               <str>                   -> fetch_nothing
 
 == Database Commands
+albumart           <str> <int>                              -> fetch_object
 count              <str> <str>                              -> fetch_object
 count              group <str>                              -> fetch_object
 find               <str> <str> [<str> <str>]...             -> fetch_songs
@@ -74,8 +76,9 @@ findadd            <str> <str> [<str> <str>]                -> fetch_nothing
 list               <str> [<str> <str>]...[group <str>]...   -> fetch_list
 listall            [<str>]                                  -> fetch_database
 listallinfo        [<str>]                                  -> fetch_database
+listfiles          <str>                                    -> fetch_database
 lsinfo             [<str>]                                  -> fetch_database
-readcomments       <str>                                    -> fetch_object
+readcomments       [<str>]                                  -> fetch_object
 search             <str> <str> [<str> <str>]...             -> fetch_song
 searchadd          <str> <str> [<str> <str>]...             -> fetch_nothing
 searchaddpl        <str> <str> <str> [<str> <str>]...       -> fetch_nothing
@@ -83,11 +86,10 @@ update             [<str>]                                  -> fetch_item
 rescan             [<str>]                                  -> fetch_item
 
 == Mounts and neighbors ==
-
-mount              <str> <str>     -> self._fetch_nothing
-unmount            <str>           -> self._fetch_nothing
-listmounts                         -> self._fetch_mounts
-listneighbors                      -> self._fetch_neighbors
+mount              <str> <str>     -> fetch_nothing
+unmount            <str>           -> fetch_nothing
+listmounts                         -> fetch_mounts
+listneighbors                      -> fetch_neighbors
 
 == Sticker Commands
 sticker   get      <str> <str> <str>       -> fetch_item
@@ -97,10 +99,15 @@ sticker   list     <str> <str>             -> fetch_list
 sticker   find     <str> <str> <str>       -> fetch_songs
 
 == Connection Commands
-close                       -> None
-kill                        -> None
-password           <str>    -> fetch_nothing
-ping                        -> fetch_nothing
+close                               -> None
+kill                                -> None
+password           <str>            -> fetch_nothing
+ping                                -> 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
 
 == Partition Commands
 partition          <str>    -> fetch_nothing
@@ -108,15 +115,15 @@ listpartitions              -> fetch_list
 newpartition       <str>    -> fetch_nothing
 
 == Audio Output Commands
-disableoutput      <int>    -> fetch_nothing
-enableoutput       <int>    -> fetch_nothing
-toggleoutput       <int>    -> fetch_nothing
-outputs                     -> fetch_outputs
+disableoutput      <int>       -> fetch_nothing
+enableoutput       <int>       -> fetch_nothing
+toggleoutput       <int>       -> fetch_nothing
+outputs                        -> fetch_outputs
+outputset  <str> <str> <str>   -> fetch_nothing 
 
 == Reflection Commands
 config           -> fetch_object
 commands         -> fetch_list
 notcommands      -> fetch_list
-tagtypes         -> fetch_list
 urlhandlers      -> fetch_list
 decoders         -> fetch_plugins