aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-09command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann1-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.
2015-01-16doc/protocol: "playlistsearch" is case insensitiveMax Kellermann1-1/+1
2015-01-14doc/protocol.xml: Fix a typoWieland Hoffmann1-1/+1
2014-12-12sticker/Match: add inequality operatorsMax Kellermann1-0/+5
2014-12-12sticker/Match: add operator "EQUALS"Max Kellermann1-0/+19
Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol.
2014-11-26Playlist: reset song priority on playbackMax Kellermann1-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.
2014-11-25{Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵Max Kellermann1-0/+9
precision
2014-11-24doc/protocol: mention that "count" can have multiple filtersMax Kellermann1-0/+1
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann1-0/+9
2014-10-10doc: document the mount/neighbor commandsMax Kellermann1-0/+107
2014-10-10doc/protocol: add more markupMax Kellermann1-58/+71
2014-09-02doc/protocol: enable docbook-xslt option "use.id.as.filename"Max Kellermann1-19/+19
2014-08-31doc/protocol: fix description of "stats" responseJoachim Fasting1-1/+6
Fix incorrect description of the "songs" field and add missing "albums" field. Signed-off-by: Joachim Fasting <joachifm@fastmail.fm>
2014-08-29ArgParser: allow fractional seconds in ParseCommandArg(SongTime)Max Kellermann1-6/+8
2014-08-11SongFilter: new filter "modified-since"Max Kellermann1-1/+9
2014-08-11doc/protocol: reformat the "find" typesMax Kellermann1-8/+28
2014-07-12QueueCommands: new command "rangeid"Max Kellermann1-0/+22
Manipulates the playback range of a queued song.
2014-04-29doc/protocol.xml: add warning to "listall" and "listallinfo"Max Kellermann1-0/+12
2014-04-27db/Count: implement groupingMax Kellermann1-0/+10
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann1-0/+10
2014-04-24doc/protocol.xml: change "in" to "base"Max Kellermann1-1/+1
2014-04-24doc/protocol.xml: update and fix command "list"Max Kellermann1-5/+10
2014-03-01command: add command "listfiles"Max Kellermann1-0/+25
Lists files and directories. Supports storage plugins.
2013-12-29command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann1-0/+8
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+38
2013-11-22doc: audio_outputs sample output and explanation of each returned lineJavier Domingo Cansino1-0/+26
2013-11-07doc: more information about "close"Max Kellermann1-1/+4
2013-10-29SongFilter: add special keyword "base"Max Kellermann1-2/+6
Restores the features from the previous draft commands "findin" / "searchin".
2013-10-29Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann1-34/+0
This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find".
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann1-0/+34
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann1-0/+26
2013-10-25OtherCommands: re-add the "volume" commandMax Kellermann1-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-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".