X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fcommands.txt;h=22c2f39af1513e361ab9351ef762fb6721ea00d2;hb=refs%2Fheads%2Fdev;hp=c21bde552afc66b084f274d92d15ae26585b3d18;hpb=2885a809f6af681b472aa39dfba4656db89b392a;p=python-musicpd.git diff --git a/doc/source/commands.txt b/doc/source/commands.txt index c21bde5..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,6 +106,7 @@ close -> None kill -> None password -> fetch_nothing ping -> fetch_nothing +binarylimit -> fetch_nothing tagtypes -> fetch_list tagtypes disable []... -> fetch_nothing tagtypes enable []... -> 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,