From 2a05ed7b31e6656753e1a39daa54fe67e044b530 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 11 Sep 2009 19:20:50 -0400 Subject: [PATCH] doc/commands.txt: updating to match the new internal API --- doc/commands.txt | 130 +++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/doc/commands.txt b/doc/commands.txt index cd6e183..6762d52 100644 --- a/doc/commands.txt +++ b/doc/commands.txt @@ -1,85 +1,85 @@ == Status Commands -clearerror -> getnone -currentsong -> getobject -idle -> getlist +clearerror -> fetch_nothing +currentsong -> fetch_object +idle -> fetch_list noidle -> None -status -> getobject -stats -> getobject +status -> fetch_object +stats -> fetch_object == Playback Option Commands -consume -> getnone -crossfade -> getnone -random -> getnone -repeat -> getnone -setvol -> getnone -single -> getnone -volume -> getnone +consume -> fetch_nothing +crossfade -> fetch_nothing +random -> fetch_nothing +repeat -> fetch_nothing +setvol -> fetch_nothing +single -> fetch_nothing +volume -> fetch_nothing == Playback Control Commands -next -> getnone -pause [] -> getnone -play [] -> getnone -playid [] -> getnone -previous -> getnone -seek -> getnone -seekid -> getnone -stop -> getnone +next -> fetch_nothing +pause [] -> fetch_nothing +play [] -> fetch_nothing +playid [] -> fetch_nothing +previous -> fetch_nothing +seek -> fetch_nothing +seekid -> fetch_nothing +stop -> fetch_nothing == Playlist Commands -add -> getnone -addid [] -> getitem -clear -> getnone -delete -> getnone -deleteid -> getnone -move -> getnone -moveid -> getnone -playlist -> getplaylist -playlistfind -> getsongs -playlistid [] -> getsongs -playlistinfo [] -> getsongs -playlistsearch -> getsongs -plchanges -> getsongs -plchangesposid -> getchanges -shuffle -> getnone -swap -> getnone -swapid -> getnone +add -> fetch_nothing +addid [] -> fetch_item +clear -> fetch_nothing +delete -> fetch_nothing +deleteid -> fetch_nothing +move -> fetch_nothing +moveid -> fetch_nothing +playlist -> fetch_playlist +playlistfind -> fetch_songs +playlistid [] -> fetch_songs +playlistinfo [] -> fetch_songs +playlistsearch -> fetch_songs +plchanges -> fetch_songs +plchangesposid -> fetch_changes +shuffle -> fetch_nothing +swap -> fetch_nothing +swapid -> fetch_nothing == Stored Playlist Commands -listplaylist -> getlist -listplaylistinfo -> getsongs -listplaylists -> getplaylists -load -> getnone -playlistadd -> getnone -playlistclear -> getnone -playlistdelete -> getnone -playlistmove -> getnone -rename -> getnone -rm -> getnone -save -> getnone +listplaylist -> fetch_list +listplaylistinfo -> fetch_songs +listplaylists -> fetch_playlists +load -> fetch_nothing +playlistadd -> fetch_nothing +playlistclear -> fetch_nothing +playlistdelete -> fetch_nothing +playlistmove -> fetch_nothing +rename -> fetch_nothing +rm -> fetch_nothing +save -> fetch_nothing == Database Commands -count -> getobject -find -> getsongs -list [] -> getlist -listall [] -> getdatabase -listallinfo [] -> getdatabase -lsinfo [] -> getdatabase -search -> getsongs -update [] -> getitem +count -> fetch_object +find -> fetch_songs +list [] -> fetch_list +listall [] -> fetch_database +listallinfo [] -> fetch_database +lsinfo [] -> fetch_database +search -> fetch_songs +update [] -> fetch_item == Connection Commands close -> None kill -> None -password -> getnone -ping -> getnone +password -> fetch_nothing +ping -> fetch_nothing == Audio Output Commands -disableoutput -> getnone -enableoutput -> getnone -outputs -> getoutputs +disableoutput -> fetch_nothing +enableoutput -> fetch_nothing +outputs -> fetch_outputs == Reflection Commands -commands -> getlist -notcommands -> getlist -tagtypes -> getlist -urlhandlers -> getlist +commands -> fetch_list +notcommands -> fetch_list +tagtypes -> fetch_list +urlhandlers -> fetch_list -- 2.39.2