]> kaliko git repositories - python-musicpd.git/blobdiff - doc/commands.txt
Add mounts and neighbors commands (MPD 0.19)
[python-musicpd.git] / doc / commands.txt
index d71063f40ad9b3138a673fac4d4fc471c4fdfc2d..0e169c3207f8a73c22253629b2980a48ca6f81b8 100644 (file)
@@ -72,6 +72,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 +97,7 @@ ping                                       -> fetch_nothing
 == Audio Output Commands
 disableoutput      <int>                   -> fetch_nothing
 enableoutput       <int>                   -> fetch_nothing
+toggleoutput       <int>                   -> fetch_nothing
 outputs                                    -> fetch_outputs
 
 == Reflection Commands