]> kaliko git repositories - python-musicpd.git/blobdiff - doc/commands.txt
Add rangeid command
[python-musicpd.git] / doc / commands.txt
index d71063f40ad9b3138a673fac4d4fc471c4fdfc2d..70f6cc9b67e729a10fd5fea2b78b353a66e3589b 100644 (file)
@@ -33,26 +33,31 @@ stop                                       -> fetch_nothing
 add                <str>                   -> fetch_nothing
 addid              <str> [<int>]           -> fetch_item
 clear                                      -> fetch_nothing
-delete             <int>                   -> fetch_nothing
+delete             <int>|<range>           -> fetch_nothing
 deleteid           <int>                   -> fetch_nothing
-move               <int> <int>             -> fetch_nothing
+move               <int>|<range> <int>     -> fetch_nothing
 moveid             <int> <int>             -> fetch_nothing
 playlist                                   -> fetch_playlist
 playlistfind       <locate>                -> fetch_songs
 playlistid         [<int>]                 -> fetch_songs
-playlistinfo       [<int>]                 -> fetch_songs
+playlistinfo       [<int>|<range>]         -> fetch_songs
 playlistsearch     <locate>                -> fetch_songs
 plchanges          <int>                   -> fetch_songs
 plchangesposid     <int>                   -> fetch_changes
-shuffle            [<str>]                 -> fetch_nothing
+prio               <int> <int>|<range>     -> self._fetch_nothing,
+prioid             <int> <int>             -> self._fetch_nothing,
+rangeid            <int> <range>           -> self._fetch_nothing,
+shuffle            [<range>]               -> fetch_nothing
 swap               <int> <int>             -> fetch_nothing
 swapid             <int> <int>             -> fetch_nothing
+addtagid           <int> <str> <str>       -> fetch_nothing
+cleartagid         <int> [<str>]           -> fetch_nothing
 
 == Stored Playlist Commands
 listplaylist       <str>                   -> fetch_list
 listplaylistinfo   <str>                   -> fetch_songs
 listplaylists                              -> fetch_playlists
-load               <str>                   -> fetch_nothing
+load               <str> [<range>]         -> fetch_nothing
 playlistadd        <str> <str>             -> fetch_nothing
 playlistclear      <str>                   -> fetch_nothing
 playlistdelete     <str> <int>             -> fetch_nothing
@@ -72,6 +77,14 @@ lsinfo             [<str>]                 -> fetch_database
 search             <locate>                -> fetch_songs
 update             [<str>]                 -> fetch_item
 rescan             [<str>]                 -> fetch_item
+readcomments       <str>                   -> fetch_object
+
+== Mounts and neighbors ==
+
+mount              <str> <str>             -> self._fetch_nothing
+unmount            <str>                   -> self._fetch_nothing
+listmounts                                 -> self._fetch_mounts
+listneighbors                              -> self._fetch_neighbors
 
 == Sticker Commands
 sticker   get      <str> <str> <str>       -> fetch_item
@@ -89,6 +102,7 @@ ping                                       -> fetch_nothing
 == Audio Output Commands
 disableoutput      <int>                   -> fetch_nothing
 enableoutput       <int>                   -> fetch_nothing
+toggleoutput       <int>                   -> fetch_nothing
 outputs                                    -> fetch_outputs
 
 == Reflection Commands