aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: added "sticker" commandMax Kellermann2009-01-191-0/+67
| | | | | | | The "sticker" command allows clients to query or manipulate the sticker database. This patch implements the sub-commands "get" and "set"; more will follow soon (enumeration), as well as extended "lsinfo" / "playlistinfo" versions.
* doc: fix "playlistdelete" documentationMax Kellermann2008-12-241-2/+2
| | | | | "playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists.
* command: added documentation for idle subscriptionsMarc Pavot2008-11-231-0/+6
|
* doc: merged protocol documentation from the wikiMonika Brinkert2008-11-201-31/+282
| | | | | | | Over the years, a lot of commands have been added to MPD which were documented only in the wiki (http://mpd.wikia.com/wiki/Protocol_Reference). Merge all missing commands from there.
* doc: rephrase descriptionsMonika Brinkert2008-11-201-58/+62
| | | | Correct lots of grammar and spelling errors. Unify some phrases.
* doc: improved XML decorationsMonika Brinkert2008-11-201-118/+108
| | | | Wrapped keywords in DocBook tags where appropriate.
* doc: fix "Repeat" typo in protocol.xmlMax Kellermann2008-11-201-1/+1
| | | | The attribute value must be lower case: <arg rep="repeat">
* doc: converted doc/COMMANDS to DocBookMax Kellermann2008-11-191-0/+1064
The goal is to have one structured document which is the authoritative protocol specification. The documentation which currently resides in the wiki will be merged.