X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fcommands.txt;h=10134a1b361e5d6268b9058d5524aa9852cf985a;hb=9e3563b9b6ef05e97e54d90d1149409a3669f0a5;hp=40d8941cba3015170c263a5784b540a40ba94833;hpb=a257efab1535d1b65c72792017ca70d7427926cc;p=python-musicpd.git 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