aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-04Commands: new command "toggleoutput"Max Kellermann1-0/+14
2012-07-08Fix typoSimon Hengel1-1/+1
2012-06-27Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift1-0/+45
config options
2012-03-06command: read arbitrary local files with "lsinfo"Max Kellermann1-0/+5
Requires UNIX domain socket connection.
2012-02-15doc/protocol: fix some grammarJonathan Neuschäfer1-2/+2
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
2012-02-13command: new command "config"Max Kellermann1-0/+41
2012-02-09command: add optional range parameter to "load"Max Kellermann1-1/+3
2011-12-24command: new command "seekcur"Max Kellermann1-0/+17
For simpler seeking within current song.
2011-10-19doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16Jonathan Neuschäfer1-1/+5
2011-10-19doc/protocol.xml: document {en,dis}ableoutput's parameterJonathan Neuschäfer1-0/+2
2011-07-19queue: implement song "priorities"Max Kellermann1-0/+81
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
2011-07-03doc/protocol: add some missing specificationsJonathan Ballet1-7/+127
2011-01-29protocol: support client-to-client communicationMax Kellermann1-0/+113
2011-01-05docs: mention 'sticker' idle eventAnton Khirnov1-0/+6
2010-08-31doc/protocol: update descriptions of the searching commandsAnton Khirnov1-14/+15
2010-08-15doc/protocol: mention that 'status' command also returns 'random'Anton Khirnov1-0/+6
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+38
Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann1-5/+20
Same for "listplaylistinfo".
2009-11-07command: added command "decoders"Max Kellermann1-0/+19
This command prints a list of decoder plugins and their suffixes / MIME types.
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann1-1/+5
2009-10-18command: omitting the range end is possibleMax Kellermann1-0/+14
When the range end is missing, then the maximum possible value is assumed.
2009-10-18doc/protocol.xml: documented range parameter in "delete"Max Kellermann1-1/+4
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-0/+35
The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing.
2009-10-09doc/protocol.xml: "addid" with negative position is deprecatedMax Kellermann1-4/+1
2009-09-24command: added command "rescan"Max Kellermann1-0/+14
"rescan" is the same as "update", but it discards existing songs in the database.
2009-09-10doc/protocol: clarify "update"Max Kellermann1-13/+8
The update job id is positive. When used in a command list, MPD prints one job id for each "update" command.
2009-08-30doc: Unify position of footnotes and cleanup wording.Avuton Olrich1-4/+4
2009-08-30doc: Remove superfluous comment already described in footnotes.Avuton Olrich1-3/+0
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+17
2009-08-24Document nextsong and nextsongid.Anton Khirnov1-0/+18
2009-07-06command: removed the "volume" commandMax Kellermann1-19/+0
This command has been deprecated more than 5 years ago (0.10.0). Its implementation is a kludge, let's remove it now.
2009-07-05idle: added "update" eventMax Kellermann1-1/+10
Some clients have visual feedback for "database update is running". Using the "database" idle event is unreliable, because it is only emitted when the database was actually modified. This patch adds the "update" event, which is emitted when the update is started, and again when the update is finished, disregarding whether it has been modified.
2009-06-30doc/protocol: clarified "idle database"Max Kellermann1-1/+1
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann1-0/+10
2009-06-09doc: refer to command_list_ok_begin, not command_list_beginMax Kellermann1-1/+1
list_OK is returned only after command_list_ok_begin.
2009-06-09doc: fixed a typo in the protocol documentationMax Kellermann1-1/+1
2009-06-02doc: added "since MPD version" to commandsMax Kellermann1-4/+17
Document which commands were introduced after MPD 0.13.
2009-04-28command: added "sticker delete" commandMax Kellermann1-0/+18
2009-04-06doc: xml typo fixJeffrey Middleton1-1/+1
A <varlistentry> was accidentally added before the beginning of the intended <variablelist>
2009-04-01command: added command "sticker find"Max Kellermann1-0/+19
This command allows clients to search for stickers with a specified name.
2009-03-30implemented the 'consume' modeRomain Bignon1-0/+21
Consume mode removes each song played
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-5/+6
When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated.
2009-03-27implements the smartstop featureRomain Bignon1-0/+21
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
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-3/+7
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]
2009-03-26doc: updated ranged playlist commandsJeffrey Middleton1-6/+10
Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
2009-03-26doc: Fixed moveid descriptionJeffrey Middleton1-2/+2
moveid uses an index, not a songid, for its second argument
2009-03-03Add sticker list command.Eric Wollesen1-0/+15
[mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
2009-02-13added the shufflerange commandRomain Bignon1-0/+3
This command shuffles a range of songs.
2009-01-19command: added "sticker" commandMax Kellermann1-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.
2008-12-24doc: fix "playlistdelete" documentationMax Kellermann1-2/+2
"playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists.