X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fcommands.txt;h=22c2f39af1513e361ab9351ef762fb6721ea00d2;hb=refs%2Fheads%2Fdev;hp=d1365557aa66b5c7f63dd32ca8dc867e243ab69c;hpb=21a4eeb55483bd8cd1243f701bf931921b32b9a8;p=python-musicpd.git diff --git a/doc/source/commands.txt b/doc/source/commands.txt index d136555..22c2f39 100644 --- a/doc/source/commands.txt +++ b/doc/source/commands.txt @@ -7,13 +7,14 @@ status -> fetch_object stats -> fetch_object == Playback Option Commands -consume -> fetch_nothing +consume -> fetch_nothing crossfade -> fetch_nothing mixrampdb -> fetch_nothing mixrampdelay -> fetch_nothing random -> fetch_nothing repeat -> fetch_nothing setvol -> fetch_nothing +getvol -> fetch_object single -> fetch_nothing replay_gain_mode -> fetch_nothing replay_gain_status -> fetch_item @@ -105,11 +106,12 @@ close -> None kill -> None password -> fetch_nothing ping -> fetch_nothing +binarylimit -> fetch_nothing tagtypes -> fetch_list -tagtypes disable: []... -> fetch_nothing -tagtypes enable: []... -> fetch_nothing -tagtypes clear: -> fetch_nothing -tagtypes all: -> fetch_nothing +tagtypes disable []... -> fetch_nothing +tagtypes enable []... -> fetch_nothing +tagtypes clear -> fetch_nothing +tagtypes all -> fetch_nothing == Partition Commands partition -> fetch_nothing @@ -131,3 +133,10 @@ commands -> fetch_list notcommands -> fetch_list urlhandlers -> fetch_list decoders -> fetch_plugins + +== Client to Client +subscribe -> self._fetch_nothing, +unsubscribe -> self._fetch_nothing, +channels -> self._fetch_list, +readmessages -> self._fetch_messages, +sendmessage -> self._fetch_nothing,