aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.xml
Commit message (Collapse)AuthorAge
* doc/protocol: clarified "idle database"Max Kellermann2009-06-30
|
* doc: refer to command_list_ok_begin, not command_list_beginMax Kellermann2009-06-09
| | | | list_OK is returned only after command_list_ok_begin.
* doc: fixed a typo in the protocol documentationMax Kellermann2009-06-09
|
* doc: added "since MPD version" to commandsMax Kellermann2009-06-02
| | | | Document which commands were introduced after MPD 0.13.
* command: added "sticker delete" commandMax Kellermann2009-04-28
|
* doc: xml typo fixJeffrey Middleton2009-04-06
| | | | | A <varlistentry> was accidentally added before the beginning of the intended <variablelist>
* command: added command "sticker find"Max Kellermann2009-04-01
| | | | | This command allows clients to search for stickers with a specified name.
* implemented the 'consume' modeRomain Bignon2009-03-30
| | | | Consume mode removes each song played
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-27
| | | | | When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated.
* implements the smartstop featureRomain Bignon2009-03-27
| | | | | | | | | The smartstop feature is a way to tell mpd to stop playing after current song. This patche provides: - 'state' command returns 'smartstop' state (1 or 0) - 'smartstop' can activate or not the smartstop state - when song is terminated, mpd stops playing and smartstop is set to 0
* queue/playlist/command: move rangeJeffrey Middleton2009-03-26
| | | | | | | | | | | The move command now accepts a range for the first argument, in the same form as other range commands, e.g. move 15:17 3. The first song in the range is placed at the destination position. Note that as with other range commands, the range is inclusive on the left only; this example would move only songs 15 and 16, not 17. [mk: fixed signed/unsigned warnings; use G_MAXUINT instead of UINT_MAX]
* doc: updated ranged playlist commandsJeffrey Middleton2009-03-26
| | | | | Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
* doc: Fixed moveid descriptionJeffrey Middleton2009-03-26
| | | | moveid uses an index, not a songid, for its second argument
* Add sticker list command.Eric Wollesen2009-03-03
| | | | | [mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
* added the shufflerange commandRomain Bignon2009-02-13
| | | | This command shuffles a range of songs.
* command: added "sticker" commandMax Kellermann2009-01-19
| | | | | | | 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-24
| | | | | "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-23
|
* doc: merged protocol documentation from the wikiMonika Brinkert2008-11-20
| | | | | | | 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-20
| | | | Correct lots of grammar and spelling errors. Unify some phrases.
* doc: improved XML decorationsMonika Brinkert2008-11-20
| | | | Wrapped keywords in DocBook tags where appropriate.
* doc: fix "Repeat" typo in protocol.xmlMax Kellermann2008-11-20
| | | | The attribute value must be lower case: <arg rep="repeat">
* doc: converted doc/COMMANDS to DocBookMax Kellermann2008-11-19
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.