X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fcommands.txt;h=22c2f39af1513e361ab9351ef762fb6721ea00d2;hb=refs%2Fheads%2Fdev;hp=f471bb0e3c2d9858a016aa1a71798c7c14290864;hpb=e4003597f43ccb041f81827b56c082cf5554098d;p=python-musicpd.git diff --git a/doc/source/commands.txt b/doc/source/commands.txt index f471bb0..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 @@ -68,9 +69,10 @@ rm -> fetch_nothing save -> fetch_nothing == Database Commands -albumart -> fetch_object +albumart -> fetch_composite count -> fetch_object count group -> fetch_object +getfingerprint -> fetch_object find [ ]... -> fetch_songs findadd [ ] -> fetch_nothing list [ ]...[group ]... -> fetch_list @@ -79,6 +81,7 @@ listallinfo [] -> fetch_database listfiles -> fetch_database lsinfo [] -> fetch_database readcomments [] -> fetch_object +readpicture -> fetch_composite search [ ]... -> fetch_song searchadd [ ]... -> fetch_nothing searchaddpl [ ]... -> fetch_nothing @@ -103,23 +106,26 @@ 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 listpartitions -> fetch_list newpartition -> fetch_nothing +delpartition -> fetch_nothing +moveoutput -> fetch_nothing == Audio Output Commands disableoutput -> fetch_nothing enableoutput -> fetch_nothing toggleoutput -> fetch_nothing outputs -> fetch_outputs -outputset -> fetch_nothing +outputset -> fetch_nothing == Reflection Commands config -> fetch_object @@ -127,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,