Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-29 | ArgParser: allow fractional seconds in ParseCommandArg(SongTime) | Max Kellermann | |
2014-08-11 | SongFilter: new filter "modified-since" | Max Kellermann | |
2014-08-11 | doc/protocol: reformat the "find" types | Max Kellermann | |
2014-07-12 | QueueCommands: new command "rangeid" | Max Kellermann | |
Manipulates the playback range of a queued song. | |||
2014-04-29 | doc/protocol.xml: add warning to "listall" and "listallinfo" | Max Kellermann | |
2014-04-27 | db/Count: implement grouping | Max Kellermann | |
2014-04-24 | DatabaseCommands: "list" allows grouping | Max Kellermann | |
2014-04-24 | doc/protocol.xml: change "in" to "base" | Max Kellermann | |
2014-04-24 | doc/protocol.xml: update and fix command "list" | Max Kellermann | |
2014-03-01 | command: add command "listfiles" | Max Kellermann | |
Lists files and directories. Supports storage plugins. | |||
2013-12-29 | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | |
2013-12-02 | command: add commands "addtagid", "cleartagid" | Max Kellermann | |
2013-11-22 | doc: audio_outputs sample output and explanation of each returned line | Javier Domingo Cansino | |
2013-11-07 | doc: more information about "close" | Max Kellermann | |
2013-10-29 | SongFilter: add special keyword "base" | Max Kellermann | |
Restores the features from the previous draft commands "findin" / "searchin". | |||
2013-10-29 | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | |
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 | |
2013-10-25 | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | |
2013-10-25 | OtherCommands: re-add the "volume" command | Max Kellermann | |
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 | |
2012-07-08 | Fix typo | Simon Hengel | |
2012-06-27 | Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵ | geneticdrift | |
config options | |||
2012-03-06 | command: read arbitrary local files with "lsinfo" | Max Kellermann | |
Requires UNIX domain socket connection. | |||
2012-02-15 | doc/protocol: fix some grammar | Jonathan Neuschäfer | |
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ ) | |||
2012-02-13 | command: new command "config" | Max Kellermann | |
2012-02-09 | command: add optional range parameter to "load" | Max Kellermann | |
2011-12-24 | command: new command "seekcur" | Max Kellermann | |
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 | |
2011-10-19 | doc/protocol.xml: document {en,dis}ableoutput's parameter | Jonathan Neuschäfer | |
2011-07-19 | queue: implement song "priorities" | Max Kellermann | |
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature". | |||
2011-07-19 | Merge branch 'v0.16.x' | Max Kellermann | |
Conflicts: NEWS configure.ac | |||
2011-07-03 | doc/protocol: add some missing specifications | Jonathan Ballet | |
2011-01-29 | protocol: support client-to-client communication | Max Kellermann | |
2011-01-05 | docs: mention 'sticker' idle event | Anton Khirnov | |
2010-08-31 | doc/protocol: update descriptions of the searching commands | Anton Khirnov | |
2010-08-15 | doc/protocol: mention that 'status' command also returns 'random' | Anton Khirnov | |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | |
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 | |
Same for "listplaylistinfo". | |||
2009-11-07 | command: added command "decoders" | Max Kellermann | |
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 | |
2009-10-18 | command: omitting the range end is possible | Max Kellermann | |
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 | |
2009-10-17 | command: allow changing replay gain mode on-the-fly | Max Kellermann | |
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 | |
2009-09-24 | command: added command "rescan" | Max Kellermann | |
"rescan" is the same as "update", but it discards existing songs in the database. | |||
2009-09-10 | Merge branch 'v0.15.x' | Max Kellermann | |
Conflicts: NEWS configure.ac doc/mpdconf.example | |||
2009-09-10 | doc/protocol: clarify "update" | Max Kellermann | |
The update job id is positive. When used in a command list, MPD prints one job id for each "update" command. | |||
2009-09-02 | Merge branch 'master' of git://git.musicpd.org/avuton/mpd | Max Kellermann | |
2009-08-30 | doc: Unify position of footnotes and cleanup wording. | Avuton Olrich | |
2009-08-30 | doc: Remove superfluous comment already described in footnotes. | Avuton Olrich | |