aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command/queue: add range parameter to plchanges and plchangesposidMax Kellermann2015-10-271-1/+5
|
* doc/protocol: clarify "playlistmove" parametersMax Kellermann2015-08-231-5/+5
|
* command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann2015-02-091-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 Kellermann2015-01-261-1/+1
|\
| * doc/protocol: "playlistsearch" is case insensitiveMax Kellermann2015-01-161-1/+1
| |
* | doc/protocol.xml: Fix a typoWieland Hoffmann2015-01-141-1/+1
| |
* | sticker/Match: add inequality operatorsMax Kellermann2014-12-121-0/+5
| |
* | sticker/Match: add operator "EQUALS"Max Kellermann2014-12-121-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 playbackMax Kellermann2014-11-261-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 Kellermann2014-11-251-0/+9
| | | | | | | | precision
* | Merge branch 'v0.19.x'Max Kellermann2014-11-241-0/+1
|\|
| * doc/protocol: mention that "count" can have multiple filtersMax Kellermann2014-11-241-0/+1
| |
* | DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann2014-11-181-0/+9
|/
* doc: document the mount/neighbor commandsMax Kellermann2014-10-101-0/+107
|
* doc/protocol: add more markupMax Kellermann2014-10-101-58/+71
|
* doc/protocol: enable docbook-xslt option "use.id.as.filename"Max Kellermann2014-09-021-19/+19
|
* Merge tag 'v0.18.13'Max Kellermann2014-08-311-1/+6
|\
| * doc/protocol: fix description of "stats" responseJoachim Fasting2014-08-311-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 Kellermann2014-08-291-6/+8
| |
* | SongFilter: new filter "modified-since"Max Kellermann2014-08-111-1/+9
| |
* | doc/protocol: reformat the "find" typesMax Kellermann2014-08-111-8/+28
| |
* | QueueCommands: new command "rangeid"Max Kellermann2014-07-121-0/+22
| | | | | | | | Manipulates the playback range of a queued song.
* | doc/protocol.xml: add warning to "listall" and "listallinfo"Max Kellermann2014-04-291-0/+12
| |
* | db/Count: implement groupingMax Kellermann2014-04-271-0/+10
| |
* | DatabaseCommands: "list" allows groupingMax Kellermann2014-04-241-0/+10
| |
* | doc/protocol.xml: change "in" to "base"Max Kellermann2014-04-241-1/+1
| |
* | doc/protocol.xml: update and fix command "list"Max Kellermann2014-04-241-5/+10
| |
* | command: add command "listfiles"Max Kellermann2014-03-011-0/+25
| | | | | | | | Lists files and directories. Supports storage plugins.
* | command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann2013-12-291-0/+8
| |
* | command: add commands "addtagid", "cleartagid"Max Kellermann2013-12-021-0/+38
| |
* | doc: audio_outputs sample output and explanation of each returned lineJavier Domingo Cansino2013-11-221-0/+26
|/
* doc: more information about "close"Max Kellermann2013-11-071-1/+4
|
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-2/+6
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann2013-10-291-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 URIMax Kellermann2013-10-261-0/+34
|
* command: new command "readcomments" lists arbitrary file tagsMax Kellermann2013-10-251-0/+26
|
* OtherCommands: re-add the "volume" commandMax Kellermann2013-10-251-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 Kellermann2013-08-041-0/+14
|
* Fix typoSimon Hengel2012-07-081-1/+1
|
* Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift2012-06-271-0/+45
| | | | config options
* command: read arbitrary local files with "lsinfo"Max Kellermann2012-03-061-0/+5
| | | | Requires UNIX domain socket connection.
* doc/protocol: fix some grammarJonathan Neuschäfer2012-02-151-2/+2
| | | | (Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
* command: new command "config"Max Kellermann2012-02-131-0/+41
|
* command: add optional range parameter to "load"Max Kellermann2012-02-091-1/+3
|
* command: new command "seekcur"Max Kellermann2011-12-241-0/+17
| | | | For simpler seeking within current song.
* doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16Jonathan Neuschäfer2011-10-191-1/+5
|
* doc/protocol.xml: document {en,dis}ableoutput's parameterJonathan Neuschäfer2011-10-191-0/+2
|
* queue: implement song "priorities"Max Kellermann2011-07-191-0/+81
| | | | | Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
* Merge branch 'v0.16.x'Max Kellermann2011-07-191-7/+127
|\ | | | | | | | | | | Conflicts: NEWS configure.ac
| * doc/protocol: add some missing specificationsJonathan Ballet2011-07-031-7/+127
| |