Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-29 | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 1 | -0/+8 | |
2013-12-02 | command: add commands "addtagid", "cleartagid" | Max Kellermann | 1 | -0/+38 | |
2013-11-22 | doc: audio_outputs sample output and explanation of each returned line | Javier Domingo Cansino | 1 | -0/+26 | |
2013-11-07 | doc: more information about "close" | Max Kellermann | 1 | -1/+4 | |
2013-10-29 | SongFilter: add special keyword "base" | Max Kellermann | 1 | -2/+6 | |
Restores the features from the previous draft commands "findin" / "searchin". | |||||
2013-10-29 | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 1 | -34/+0 | |
This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find". | |||||
2013-10-26 | command: new commands "findin", "searchin" with base URI | Max Kellermann | 1 | -0/+34 | |
2013-10-25 | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 1 | -0/+26 | |
2013-10-25 | OtherCommands: re-add the "volume" command | Max Kellermann | 1 | -0/+19 | |
This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again. | |||||
2013-08-04 | Commands: new command "toggleoutput" | Max Kellermann | 1 | -0/+14 | |
2012-07-08 | Fix typo | Simon Hengel | 1 | -1/+1 | |
2012-06-27 | Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵ | geneticdrift | 1 | -0/+45 | |
config options | |||||
2012-03-06 | command: read arbitrary local files with "lsinfo" | Max Kellermann | 1 | -0/+5 | |
Requires UNIX domain socket connection. | |||||
2012-02-15 | doc/protocol: fix some grammar | Jonathan Neuschäfer | 1 | -2/+2 | |
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ ) | |||||
2012-02-13 | command: new command "config" | Max Kellermann | 1 | -0/+41 | |
2012-02-09 | command: add optional range parameter to "load" | Max Kellermann | 1 | -1/+3 | |
2011-12-24 | command: new command "seekcur" | Max Kellermann | 1 | -0/+17 | |
For simpler seeking within current song. | |||||
2011-10-19 | doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16 | Jonathan Neuschäfer | 1 | -1/+5 | |
2011-10-19 | doc/protocol.xml: document {en,dis}ableoutput's parameter | Jonathan Neuschäfer | 1 | -0/+2 | |
2011-07-19 | queue: implement song "priorities" | Max Kellermann | 1 | -0/+81 | |
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature". | |||||
2011-07-03 | doc/protocol: add some missing specifications | Jonathan Ballet | 1 | -7/+127 | |
2011-01-29 | protocol: support client-to-client communication | Max Kellermann | 1 | -0/+113 | |
2011-01-05 | docs: mention 'sticker' idle event | Anton Khirnov | 1 | -0/+6 | |
2010-08-31 | doc/protocol: update descriptions of the searching commands | Anton Khirnov | 1 | -14/+15 | |
2010-08-15 | doc/protocol: mention that 'status' command also returns 'random' | Anton Khirnov | 1 | -0/+6 | |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+38 | |
Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading. | |||||
2010-02-08 | command: "listplaylist" dumps playlist files | Max Kellermann | 1 | -5/+20 | |
Same for "listplaylistinfo". | |||||
2009-11-07 | command: added command "decoders" | Max Kellermann | 1 | -0/+19 | |
This command prints a list of decoder plugins and their suffixes / MIME types. | |||||
2009-11-01 | replay_gain: trigger OPTIONS idle event on mode change | Max Kellermann | 1 | -1/+5 | |
2009-10-18 | command: omitting the range end is possible | Max Kellermann | 1 | -0/+14 | |
When the range end is missing, then the maximum possible value is assumed. | |||||
2009-10-18 | doc/protocol.xml: documented range parameter in "delete" | Max Kellermann | 1 | -1/+4 | |
2009-10-17 | command: allow changing replay gain mode on-the-fly | Max Kellermann | 1 | -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-09 | doc/protocol.xml: "addid" with negative position is deprecated | Max Kellermann | 1 | -4/+1 | |
2009-09-24 | command: added command "rescan" | Max Kellermann | 1 | -0/+14 | |
"rescan" is the same as "update", but it discards existing songs in the database. | |||||
2009-09-10 | doc/protocol: clarify "update" | Max Kellermann | 1 | -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-30 | doc: Unify position of footnotes and cleanup wording. | Avuton Olrich | 1 | -4/+4 | |
2009-08-30 | doc: Remove superfluous comment already described in footnotes. | Avuton Olrich | 1 | -3/+0 | |
2009-08-25 | command: add "findadd" command. | Anton Khirnov | 1 | -0/+17 | |
2009-08-24 | Document nextsong and nextsongid. | Anton Khirnov | 1 | -0/+18 | |
2009-07-06 | command: removed the "volume" command | Max Kellermann | 1 | -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-05 | idle: added "update" event | Max Kellermann | 1 | -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-30 | doc/protocol: clarified "idle database" | Max Kellermann | 1 | -1/+1 | |
2009-06-25 | command: added new "status" line with more precise "elapsed time" | Max Kellermann | 1 | -0/+10 | |
2009-06-09 | doc: refer to command_list_ok_begin, not command_list_begin | Max Kellermann | 1 | -1/+1 | |
list_OK is returned only after command_list_ok_begin. | |||||
2009-06-09 | doc: fixed a typo in the protocol documentation | Max Kellermann | 1 | -1/+1 | |
2009-06-02 | doc: added "since MPD version" to commands | Max Kellermann | 1 | -4/+17 | |
Document which commands were introduced after MPD 0.13. | |||||
2009-04-28 | command: added "sticker delete" command | Max Kellermann | 1 | -0/+18 | |
2009-04-06 | doc: xml typo fix | Jeffrey Middleton | 1 | -1/+1 | |
A <varlistentry> was accidentally added before the beginning of the intended <variablelist> | |||||
2009-04-01 | command: added command "sticker find" | Max Kellermann | 1 | -0/+19 | |
This command allows clients to search for stickers with a specified name. | |||||
2009-03-30 | implemented the 'consume' mode | Romain Bignon | 1 | -0/+21 | |
Consume mode removes each song played |