summaryrefslogtreecommitdiff
path: root/doc/protocol.xml
AgeCommit message (Collapse)Author
2009-02-13added the shufflerange commandRomain Bignon
This command shuffles a range of songs.
2009-01-19command: added "sticker" commandMax Kellermann
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.
2008-12-24doc: fix "playlistdelete" documentationMax Kellermann
"playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists.
2008-11-23command: added documentation for idle subscriptionsMarc Pavot
2008-11-20doc: merged protocol documentation from the wikiMonika Brinkert
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.
2008-11-20doc: rephrase descriptionsMonika Brinkert
Correct lots of grammar and spelling errors. Unify some phrases.
2008-11-20doc: improved XML decorationsMonika Brinkert
Wrapped keywords in DocBook tags where appropriate.
2008-11-20doc: fix "Repeat" typo in protocol.xmlMax Kellermann
The attribute value must be lower case: <arg rep="repeat">
2008-11-19doc: converted doc/COMMANDS to DocBookMax Kellermann
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.