From aa52b2c4c1c1961df0e257cdb9332ad1f383c910 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 27 Feb 2008 16:24:45 -0500 Subject: [PATCH] addding doc/commands.txt to document supported commands --- doc/commands.txt | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 doc/commands.txt diff --git a/doc/commands.txt b/doc/commands.txt new file mode 100644 index 0000000..fcf48bb --- /dev/null +++ b/doc/commands.txt @@ -0,0 +1,69 @@ +== Admin Commands +disableoutput -> getnone +enableoutput -> getnone +kill -> None +update [] -> getitem +== Informational Commands +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 +== 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 +playlistid [] -> getsongs +plchanges -> getsongs +plchangesposid -> getchanges +rm -> getnone +save -> getnone +shuffle -> getnone +swap -> getnone +swapid -> getnone +listplaylist -> getlist +listplaylistinfo -> getsongs +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 +close -> None +password -> getnone +ping -> getnone -- 2.39.2