X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fcommands.txt;h=10134a1b361e5d6268b9058d5524aa9852cf985a;hp=40d8941cba3015170c263a5784b540a40ba94833;hb=1273e7e588476940dd5e9d862be7f18de0db708b;hpb=a257efab1535d1b65c72792017ca70d7427926cc diff --git a/doc/commands.txt b/doc/commands.txt index 40d8941..10134a1 100644 --- a/doc/commands.txt +++ b/doc/commands.txt @@ -84,10 +84,10 @@ rescan [] -> fetch_item == Mounts and neighbors == -mount -> self._fetch_nothing -unmount -> self._fetch_nothing -listmounts -> self._fetch_mounts -listneighbors -> self._fetch_neighbors +mount -> self._fetch_nothing +unmount -> self._fetch_nothing +listmounts -> self._fetch_mounts +listneighbors -> self._fetch_neighbors == Sticker Commands sticker get -> fetch_item @@ -97,20 +97,26 @@ sticker list -> fetch_list sticker find -> fetch_songs == Connection Commands -close -> None -kill -> None -password -> fetch_nothing -ping -> fetch_nothing +close -> None +kill -> None +password -> fetch_nothing +ping -> fetch_nothing + +== Partition Commands +partition -> fetch_nothing +listpartitions -> fetch_list +newpartition -> fetch_nothing == Audio Output Commands -disableoutput -> fetch_nothing -enableoutput -> fetch_nothing -toggleoutput -> fetch_nothing -outputs -> fetch_outputs +disableoutput -> fetch_nothing +enableoutput -> fetch_nothing +toggleoutput -> fetch_nothing +outputs -> fetch_outputs == Reflection Commands -commands -> fetch_list -notcommands -> fetch_list -tagtypes -> fetch_list -urlhandlers -> fetch_list -decoders -> fetch_plugins +config -> fetch_object +commands -> fetch_list +notcommands -> fetch_list +tagtypes -> fetch_list +urlhandlers -> fetch_list +decoders -> fetch_plugins