X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fcommands.txt;h=85a85891248ce81a6026ecd4b1916e85f31b98d4;hp=fcf48bb77fa323efa5457ec3d4ffdca124408443;hb=2e4bfd25dda52f96563e54d57197dde00e977c26;hpb=aa52b2c4c1c1961df0e257cdb9332ad1f383c910 diff --git a/doc/commands.txt b/doc/commands.txt index fcf48bb..85a8589 100644 --- a/doc/commands.txt +++ b/doc/commands.txt @@ -1,69 +1,83 @@ -== Admin Commands -disableoutput -> getnone -enableoutput -> getnone -kill -> None -update [] -> getitem -== Informational Commands +== Status Commands +clearerror -> getnone +currentsong -> getobject +idle -> getlist +noidle -> None status -> getobject stats -> getobject -outputs -> getoutputs -commands -> getlist -notcommands -> getlist -tagtypes -> getlist -urlhandlers -> getlist -== Database Commands -find -> getsongs -list [] -> getlist -listall [] -> getdatabase -listallinfo [] -> getdatabase -lsinfo [] -> getdatabase -search -> getsongs -count -> getobject + +== Playback Option Commands +crossfade -> getnone +random -> getnone +repeat -> getnone +setvol -> getnone +volume -> getnone + +== Playback Control Commands +next -> getnone +pause [] -> getnone +play [] -> getnone +playid [] -> getnone +previous -> getnone +seek -> getnone +seekid -> getnone +stop -> getnone + == Playlist Commands add -> getnone addid [] -> getitem clear -> getnone -currentsong -> getobject delete -> getnone deleteid -> getnone -load -> getnone -rename -> getnone move -> getnone moveid -> getnone playlist -> getplaylist -playlistinfo [] -> getsongs +playlistfind -> getsongs playlistid [] -> getsongs +playlistinfo [] -> getsongs +playlistsearch -> getsongs plchanges -> getsongs plchangesposid -> getchanges -rm -> getnone -save -> getnone shuffle -> getnone swap -> getnone swapid -> getnone + +== Stored Playlist Commands listplaylist -> getlist listplaylistinfo -> getsongs +listplaylists -> getplaylists +load -> getnone playlistadd -> getnone playlistclear -> getnone playlistdelete -> getnone playlistmove -> getnone -playlistfind -> getsongs -playlistsearch -> getsongs -== Playback Commands -crossfade -> getnone -next -> getnone -pause [] -> getnone -play [] -> getnone -playid [] -> getnone -previous -> getnone -random -> getnone -repeat -> getnone -seek -> getnone -seekid -> getnone -setvol -> getnone -stop -> getnone -volume -> getnone -== Miscellaneous Commands -clearerror -> getnone +rename -> getnone +rm -> getnone +save -> getnone + +== Database Commands +count -> getobject +find -> getsongs +list [] -> getlist +listall [] -> getdatabase +listallinfo [] -> getdatabase +lsinfo [] -> getdatabase +search -> getsongs +update [] -> getitem + +== Connection Commands close -> None +kill -> None password -> getnone ping -> getnone + +== Audio Output Commands +disableoutput -> getnone +enableoutput -> getnone +outputs -> getoutputs + +== Reflection Commands +commands -> getlist +notcommands -> getlist +tagtypes -> getlist +urlhandlers -> getlist