X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fcommands.txt;h=178d883cf8cb7d59457f0c777095f92a5552d14a;hp=40d8941cba3015170c263a5784b540a40ba94833;hb=50cb8c23bcd8767244d68e24374e2978a85da420;hpb=a257efab1535d1b65c72792017ca70d7427926cc diff --git a/doc/commands.txt b/doc/commands.txt index 40d8941..178d883 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,21 @@ 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 == 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