Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/protocol: clarify "playlistmove" parameters | Max Kellermann | 2015-08-23 | 1 | -5/+5 |
| | |||||
* | command/{Queue,File}Commands: drop "file:///" prefix for absolute paths | Max Kellermann | 2015-02-09 | 1 | -3/+2 |
| | | | | | | | | | | | | Requiring this prefix makes the client's intention very clear, but it was too hard to understand why this prefix was needed. Initially, my intention was to differentiate from broken clients which prefix relate URIs with a slash; once MPD allowed that. In the past few years however, MPD has disallowed that, and there was no significant breakage (except for the "add /" special case which some clients apparently still do). So I figure it's about time to define that an URI that begins with a slash points to an arbitrary file on the file system. | ||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 1 | -1/+1 |
|\ | |||||
| * | doc/protocol: "playlistsearch" is case insensitive | Max Kellermann | 2015-01-16 | 1 | -1/+1 |
| | | |||||
* | | doc/protocol.xml: Fix a typo | Wieland Hoffmann | 2015-01-14 | 1 | -1/+1 |
| | | |||||
* | | sticker/Match: add inequality operators | Max Kellermann | 2014-12-12 | 1 | -0/+5 |
| | | |||||
* | | sticker/Match: add operator "EQUALS" | Max Kellermann | 2014-12-12 | 1 | -0/+19 |
| | | | | | | | | | | Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. | ||||
* | | Playlist: reset song priority on playback | Max Kellermann | 2014-11-26 | 1 | -1/+2 |
| | | | | | | | | | | | | A priority should be a volatile thing: it should schedule a song for playing back once, but it should not affect the next time the queue gets played. | ||||
* | | {Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵ | Max Kellermann | 2014-11-25 | 1 | -0/+9 |
| | | | | | | | | precision | ||||
* | | Merge branch 'v0.19.x' | Max Kellermann | 2014-11-24 | 1 | -0/+1 |
|\| | |||||
| * | doc/protocol: mention that "count" can have multiple filters | Max Kellermann | 2014-11-24 | 1 | -0/+1 |
| | | |||||
* | | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 2014-11-18 | 1 | -0/+9 |
|/ | |||||
* | doc: document the mount/neighbor commands | Max Kellermann | 2014-10-10 | 1 | -0/+107 |
| | |||||
* | doc/protocol: add more markup | Max Kellermann | 2014-10-10 | 1 | -58/+71 |
| | |||||
* | doc/protocol: enable docbook-xslt option "use.id.as.filename" | Max Kellermann | 2014-09-02 | 1 | -19/+19 |
| | |||||
* | Merge tag 'v0.18.13' | Max Kellermann | 2014-08-31 | 1 | -1/+6 |
|\ | |||||
| * | doc/protocol: fix description of "stats" response | Joachim Fasting | 2014-08-31 | 1 | -1/+6 |
| | | | | | | | | | | | | | | Fix incorrect description of the "songs" field and add missing "albums" field. Signed-off-by: Joachim Fasting <joachifm@fastmail.fm> | ||||
* | | ArgParser: allow fractional seconds in ParseCommandArg(SongTime) | Max Kellermann | 2014-08-29 | 1 | -6/+8 |
| | | |||||
* | | SongFilter: new filter "modified-since" | Max Kellermann | 2014-08-11 | 1 | -1/+9 |
| | | |||||
* | | doc/protocol: reformat the "find" types | Max Kellermann | 2014-08-11 | 1 | -8/+28 |
| | | |||||
* | | QueueCommands: new command "rangeid" | Max Kellermann | 2014-07-12 | 1 | -0/+22 |
| | | | | | | | | Manipulates the playback range of a queued song. | ||||
* | | doc/protocol.xml: add warning to "listall" and "listallinfo" | Max Kellermann | 2014-04-29 | 1 | -0/+12 |
| | | |||||
* | | db/Count: implement grouping | Max Kellermann | 2014-04-27 | 1 | -0/+10 |
| | | |||||
* | | DatabaseCommands: "list" allows grouping | Max Kellermann | 2014-04-24 | 1 | -0/+10 |
| | | |||||
* | | doc/protocol.xml: change "in" to "base" | Max Kellermann | 2014-04-24 | 1 | -1/+1 |
| | | |||||
* | | doc/protocol.xml: update and fix command "list" | Max Kellermann | 2014-04-24 | 1 | -5/+10 |
| | | |||||
* | | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 1 | -0/+25 |
| | | | | | | | | Lists files and directories. Supports storage plugins. | ||||
* | | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 2013-12-29 | 1 | -0/+8 |
| | | |||||
* | | command: add commands "addtagid", "cleartagid" | Max Kellermann | 2013-12-02 | 1 | -0/+38 |
| | | |||||
* | | doc: audio_outputs sample output and explanation of each returned line | Javier Domingo Cansino | 2013-11-22 | 1 | -0/+26 |
|/ | |||||
* | doc: more information about "close" | Max Kellermann | 2013-11-07 | 1 | -1/+4 |
| | |||||
* | SongFilter: add special keyword "base" | Max Kellermann | 2013-10-29 | 1 | -2/+6 |
| | | | | | Restores the features from the previous draft commands "findin" / "searchin". | ||||
* | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 2013-10-29 | 1 | -34/+0 |
| | | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find". | ||||
* | command: new commands "findin", "searchin" with base URI | Max Kellermann | 2013-10-26 | 1 | -0/+34 |
| | |||||
* | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 2013-10-25 | 1 | -0/+26 |
| | |||||
* | OtherCommands: re-add the "volume" command | Max Kellermann | 2013-10-25 | 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. | ||||
* | Commands: new command "toggleoutput" | Max Kellermann | 2013-08-04 | 1 | -0/+14 |
| | |||||
* | Fix typo | Simon Hengel | 2012-07-08 | 1 | -1/+1 |
| | |||||
* | Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵ | geneticdrift | 2012-06-27 | 1 | -0/+45 |
| | | | | config options | ||||
* | command: read arbitrary local files with "lsinfo" | Max Kellermann | 2012-03-06 | 1 | -0/+5 |
| | | | | Requires UNIX domain socket connection. | ||||
* | doc/protocol: fix some grammar | Jonathan Neuschäfer | 2012-02-15 | 1 | -2/+2 |
| | | | | (Maybe it should be "A new message is indicated...", I don't know.) ( ^^ ) | ||||
* | command: new command "config" | Max Kellermann | 2012-02-13 | 1 | -0/+41 |
| | |||||
* | command: add optional range parameter to "load" | Max Kellermann | 2012-02-09 | 1 | -1/+3 |
| | |||||
* | command: new command "seekcur" | Max Kellermann | 2011-12-24 | 1 | -0/+17 |
| | | | | For simpler seeking within current song. | ||||
* | doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16 | Jonathan Neuschäfer | 2011-10-19 | 1 | -1/+5 |
| | |||||
* | doc/protocol.xml: document {en,dis}ableoutput's parameter | Jonathan Neuschäfer | 2011-10-19 | 1 | -0/+2 |
| | |||||
* | queue: implement song "priorities" | Max Kellermann | 2011-07-19 | 1 | -0/+81 |
| | | | | | Sorts remaining songs by priority. This can be used for the much-demanded "queue feature". | ||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-19 | 1 | -7/+127 |
|\ | | | | | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | doc/protocol: add some missing specifications | Jonathan Ballet | 2011-07-03 | 1 | -7/+127 |
| | | |||||
* | | protocol: support client-to-client communication | Max Kellermann | 2011-01-29 | 1 | -0/+113 |
| | |