aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | protocol: support client-to-client communicationMax Kellermann2011-01-291-0/+113
| |
* | docs: mention 'sticker' idle eventAnton Khirnov2011-01-051-0/+6
|/
* doc/protocol: update descriptions of the searching commandsAnton Khirnov2010-08-311-14/+15
|
* doc/protocol: mention that 'status' command also returns 'random'Anton Khirnov2010-08-151-0/+6
|
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+38
| | | | | Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
* command: "listplaylist" dumps playlist filesMax Kellermann2010-02-081-5/+20
| | | | Same for "listplaylistinfo".
* command: added command "decoders"Max Kellermann2009-11-071-0/+19
| | | | | This command prints a list of decoder plugins and their suffixes / MIME types.
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-011-1/+5
|
* command: omitting the range end is possibleMax Kellermann2009-10-181-0/+14
| | | | | When the range end is missing, then the maximum possible value is assumed.
* doc/protocol.xml: documented range parameter in "delete"Max Kellermann2009-10-181-1/+4
|
* command: allow changing replay gain mode on-the-flyMax Kellermann2009-10-171-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.
* doc/protocol.xml: "addid" with negative position is deprecatedMax Kellermann2009-10-091-4/+1
|
* command: added command "rescan"Max Kellermann2009-09-241-0/+14
| | | | | "rescan" is the same as "update", but it discards existing songs in the database.
* Merge branch 'v0.15.x'Max Kellermann2009-09-101-13/+8
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac doc/mpdconf.example
| * doc/protocol: clarify "update"Max Kellermann2009-09-101-13/+8
| | | | | | | | | | The update job id is positive. When used in a command list, MPD prints one job id for each "update" command.
* | Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann2009-09-021-7/+4
|\ \
| * | doc: Unify position of footnotes and cleanup wording.Avuton Olrich2009-08-301-4/+4
| | |
| * | doc: Remove superfluous comment already described in footnotes.Avuton Olrich2009-08-301-3/+0
| | |
* | | Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann2009-08-301-0/+18
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: NEWS configure.ac
| * Document nextsong and nextsongid.Anton Khirnov2009-08-241-0/+18
| |
* | command: add "findadd" command.Anton Khirnov2009-08-251-0/+17
| |