Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | docs: mention 'sticker' idle event | Anton Khirnov | 2011-01-05 | 1 | -0/+6 |
|/ | |||||
* | doc/protocol: update descriptions of the searching commands | Anton Khirnov | 2010-08-31 | 1 | -14/+15 |
| | |||||
* | doc/protocol: mention that 'status' command also returns 'random' | Anton Khirnov | 2010-08-15 | 1 | -0/+6 |
| | |||||
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -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 files | Max Kellermann | 2010-02-08 | 1 | -5/+20 |
| | | | | Same for "listplaylistinfo". | ||||
* | command: added command "decoders" | Max Kellermann | 2009-11-07 | 1 | -0/+19 |
| | | | | | This command prints a list of decoder plugins and their suffixes / MIME types. | ||||
* | replay_gain: trigger OPTIONS idle event on mode change | Max Kellermann | 2009-11-01 | 1 | -1/+5 |
| | |||||
* | command: omitting the range end is possible | Max Kellermann | 2009-10-18 | 1 | -0/+14 |
| | | | | | When the range end is missing, then the maximum possible value is assumed. | ||||
* | doc/protocol.xml: documented range parameter in "delete" | Max Kellermann | 2009-10-18 | 1 | -1/+4 |
| | |||||
* | command: allow changing replay gain mode on-the-fly | Max Kellermann | 2009-10-17 | 1 | -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 deprecated | Max Kellermann | 2009-10-09 | 1 | -4/+1 |
| | |||||
* | command: added command "rescan" | Max Kellermann | 2009-09-24 | 1 | -0/+14 |
| | | | | | "rescan" is the same as "update", but it discards existing songs in the database. | ||||
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-09-10 | 1 | -13/+8 |
|\ | | | | | | | | | | | | | Conflicts: NEWS configure.ac doc/mpdconf.example | ||||
| * | doc/protocol: clarify "update" | Max Kellermann | 2009-09-10 | 1 | -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/mpd | Max Kellermann | 2009-09-02 | 1 | -7/+4 |
|\ \ | |||||
| * | | doc: Unify position of footnotes and cleanup wording. | Avuton Olrich | 2009-08-30 | 1 | -4/+4 |
| | | | |||||
| * | | doc: Remove superfluous comment already described in footnotes. | Avuton Olrich | 2009-08-30 | 1 | -3/+0 |
| | | | |||||
* | | | Merged release 0.15.3 from branch 'v0.15.x' | Max Kellermann | 2009-08-30 | 1 | -0/+18 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | Document nextsong and nextsongid. | Anton Khirnov | 2009-08-24 | 1 | -0/+18 |
| | | |||||
* | | command: add "findadd" command. | Anton Khirnov | 2009-08-25 | 1 | -0/+17 |
| | | |||||
* | | Merged release 0.15.1 from branch 'v0.15.x' | Max Kellermann | 2009-07-16 | 1 | -1/+1 |
|\| | |||||
| * | doc/protocol: clarified "idle database" | Max Kellermann | 2009-06-30 | 1 | -1/+1 |
| | | |||||
* | | command: removed the "volume" command | Max Kellermann | 2009-07-06 | 1 | -19/+0 |
| | | | | | | | | | | This command has been deprecated more than 5 years ago (0.10.0). Its implementation is a kludge, let's remove it now. | ||||
* | | idle: added "update" event | Max Kellermann | 2009-07-05 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | Some clients have visual feedback for "database update is running". Using the "database" idle event is unreliable, because it is only emitted when the database was actually modified. This patch adds the "update" event, which is emitted when the update is started, and again when the update is finished, disregarding whether it has been modified. | ||||
* | | command: added new "status" line with more precise "elapsed time" | Max Kellermann | 2009-06-25 | 1 | -0/+10 |
|/ | |||||
* | doc: refer to command_list_ok_begin, not command_list_begin | Max Kellermann | 2009-06-09 | 1 | -1/+1 |
| | | | | list_OK is returned only after command_list_ok_begin. | ||||
* | doc: fixed a typo in the protocol documentation | Max Kellermann | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | doc: added "since MPD version" to commands | Max Kellermann | 2009-06-02 | 1 | -4/+17 |
| | | | | Document which commands were introduced after MPD 0.13. | ||||
* | command: added "sticker delete" command | Max Kellermann | 2009-04-28 | 1 | -0/+18 |
| | |||||
* | doc: xml typo fix | Jeffrey Middleton | 2009-04-06 | 1 | -1/+1 |
| | | | | | A <varlistentry> was accidentally added before the beginning of the intended <variablelist> | ||||
* | command: added command "sticker find" | Max Kellermann | 2009-04-01 | 1 | -0/+19 |
| | | | | | This command allows clients to search for stickers with a specified name. | ||||
* | implemented the 'consume' mode | Romain Bignon | 2009-03-30 | 1 | -0/+21 |
| | | | | Consume mode removes each song played | ||||
* | renamed smartstop to single and changed behavior | Romain Bignon | 2009-03-27 | 1 | -5/+6 |
| | | | | | When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated. | ||||
* | implements the smartstop feature | Romain Bignon | 2009-03-27 | 1 | -0/+21 |
| | | | | | | | | | The smartstop feature is a way to tell mpd to stop playing after current song. This patche provides: - 'state' command returns 'smartstop' state (1 or 0) - 'smartstop' can activate or not the smartstop state - when song is terminated, mpd stops playing and smartstop is set to 0 | ||||
* | queue/playlist/command: move range | Jeffrey Middleton | 2009-03-26 | 1 | -3/+7 |
| | | | | | | | | | | | The move command now accepts a range for the first argument, in the same form as other range commands, e.g. move 15:17 3. The first song in the range is placed at the destination position. Note that as with other range commands, the range is inclusive on the left only; this example would move only songs 15 and 16, not 17. [mk: fixed signed/unsigned warnings; use G_MAXUINT instead of UINT_MAX] | ||||
* | doc: updated ranged playlist commands | Jeffrey Middleton | 2009-03-26 | 1 | -6/+10 |
| | | | | | Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command. | ||||
* | doc: Fixed moveid description | Jeffrey Middleton | 2009-03-26 | 1 | -2/+2 |
| | | | | moveid uses an index, not a songid, for its second argument | ||||
* | Add sticker list command. | Eric Wollesen | 2009-03-03 | 1 | -0/+15 |
| | | | | | [mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo] | ||||
* | added the shufflerange command | Romain Bignon | 2009-02-13 | 1 | -0/+3 |
| | | | | This command shuffles a range of songs. | ||||
* | command: added "sticker" command | Max Kellermann | 2009-01-19 | 1 | -0/+67 |
| | | | | | | | The "sticker" command allows clients to query or manipulate the sticker database. This patch implements the sub-commands "get" and "set"; more will follow soon (enumeration), as well as extended "lsinfo" / "playlistinfo" versions. | ||||
* | doc: fix "playlistdelete" documentation | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
| | | | | | "playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists. | ||||
* | command: added documentation for idle subscriptions | Marc Pavot | 2008-11-23 | 1 | -0/+6 |
| | |||||
* | doc: merged protocol documentation from the wiki | Monika Brinkert | 2008-11-20 | 1 | -31/+282 |
| | | | | | | | Over the years, a lot of commands have been added to MPD which were documented only in the wiki (http://mpd.wikia.com/wiki/Protocol_Reference). Merge all missing commands from there. |