Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Makefile.am: fix out-of-tree doxygen call | Max Kellermann | 2010-07-25 | 1 | -1/+1 |
| | | | | | This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced. | ||||
* | replay_gain: added mode "auto" | Daniel Seuthe | 2010-04-25 | 1 | -3/+5 |
| | |||||
* | inotify: added setting "auto_update_depth" | Max Kellermann | 2010-04-13 | 2 | -0/+10 |
| | | | | | Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup. | ||||
* | 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. | ||||
* | output: added option "always_on" for radio stations | Max Kellermann | 2010-03-10 | 1 | -0/+12 |
| | | | | | | | Did you ever accidently click "stop" while feeding a radio station? This option sets the output device to "pause" to disable the "close" method. It falls back to "pause" then, which is specific to the plugin. Some plugins implement it by feeding silence. | ||||
* | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 2010-02-17 | 2 | -0/+19 |
| | | | | | | | | | | Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution. | ||||
* | doc: deleted sticker specification proposal | Max Kellermann | 2010-02-08 | 1 | -91/+0 |
| | | | | | This document has been unmaintained for more than a year now (since the day it was submitted). | ||||
* | command: "listplaylist" dumps playlist files | Max Kellermann | 2010-02-08 | 1 | -5/+20 |
| | | | | Same for "listplaylistinfo". | ||||
* | audio_format: support packed 24 bit samples | Max Kellermann | 2010-01-16 | 1 | -0/+11 |
| | |||||
* | decoder/mikmod: sample rate is configurable | Max Kellermann | 2009-11-14 | 1 | -1/+29 |
| | | | | The new option "sample_rate" sets the sample rate for libmikmod. | ||||
* | doc: added decoder plugin reference | Max Kellermann | 2009-11-14 | 1 | -0/+6 |
| | |||||
* | output/jack: added option "server_name" | Max Kellermann | 2009-11-07 | 1 | -0/+9 |
| | |||||
* | 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. | ||||
* | output/jack: dynamic source port list | Max Kellermann | 2009-11-06 | 1 | -0/+12 |
| | | | | | | Same as the previous patch: create up to 16 configured source ports. The plugin tries to do its best at guessing the right combination for the given input file, the number of source and destination ports. | ||||
* | output/jack: renamed option "ports" to "destination_ports" | Max Kellermann | 2009-11-06 | 1 | -1/+1 |
| | | | | Be more clear which kind of port should be configured here. | ||||
* | output/jack: renamed "output ports" to "destination ports" | Max Kellermann | 2009-11-06 | 1 | -1/+1 |
| | | | | Use the same name as in the libjack API documentation. | ||||
* | playlist: added extm3u plugin | Max Kellermann | 2009-11-06 | 1 | -0/+8 |
| | | | | | This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin. | ||||
* | output/jack: use jack_client_open() instead of jack_client_new() | Max Kellermann | 2009-11-05 | 1 | -0/+11 |
| | | | | | | | | jack_client_new() is deprecated. This requires libjack 0.100 (released nearly 5 years ago). We havn't been testing older libjack versions anyway. As a side effect, there is the new option "autostart". | ||||
* | doc/user: document JACK plugin options | Max Kellermann | 2009-11-05 | 1 | -0/+43 |
| | |||||
* | output/jack: added option "client_name" | Max Kellermann | 2009-11-05 | 1 | -3/+2 |
| | | | | | | Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon". | ||||
* | sticker comments in code and example configuration file | Romain Bignon | 2009-11-04 | 1 | -0/+5 |
| | | | | Signed-off-by: Romain Bignon <romain@peerfuse.org> | ||||
* | replay_gain: trigger OPTIONS idle event on mode change | Max Kellermann | 2009-11-01 | 1 | -1/+5 |
| | |||||
* | httpd: add config option to limit number of clients | Viliam Mateicka | 2009-10-29 | 2 | -0/+11 |
| | |||||
* | mpd.conf: new bool config value for enabling/disabling inotify update | Viliam Mateicka | 2009-10-26 | 2 | -0/+9 |
| | |||||
* | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 2009-10-21 | 2 | -4/+17 |
| | | | | | | An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks. | ||||
* | 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. | ||||
* | replay_gain: added setting "replaygain off" | Max Kellermann | 2009-10-17 | 2 | -3/+3 |
| | | | | | There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there. | ||||
* | update: obey .mpdignore files | Max Kellermann | 2009-10-16 | 1 | -0/+6 |
| | |||||
* | doc/user.xml: added chapter "Using MPD" | Max Kellermann | 2009-10-16 | 1 | -0/+56 |
| | |||||
* | doc/user.xml: added playlist plugin reference | Max Kellermann | 2009-10-16 | 1 | -9/+68 |
| | |||||
* | playlist_list: pass configuration to playlist plugins | Max Kellermann | 2009-10-13 | 1 | -0/+62 |
| | | | | This patch completes the configuration support. | ||||
* | doc/protocol.xml: "addid" with negative position is deprecated | Max Kellermann | 2009-10-09 | 1 | -4/+1 |
| | |||||
* | Add the sidplay filter param to doc/mpdconf.example. | Tony | 2009-09-28 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | cmdline: removed options --create-db and --no-create-db | Max Kellermann | 2009-09-20 | 2 | -8/+1 |
| | | | | | Both options are deprecated, and should not be used anymore. Many users get confused by their presence. | ||||
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-09-10 | 2 | -35/+30 |
|\ | | | | | | | | | | | | | 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. | ||||
| * | doc/mpdconf.example: additional comment signs for some parameters | Max Kellermann | 2009-09-10 | 1 | -18/+18 |
| | | | | | | | | | | Add a second column of comment signs on some parameters which users shouldn't usually set, unless they know what they're doing. | ||||
* | | doc: documented the "openal" output plugin settings | Serge Ziryukin | 2009-09-06 | 1 | -0/+33 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | decoder/sidplay: implemented songlength database | Mike Dawson | 2009-08-30 | 1 | -0/+22 |
| | | | | | | | | | | | | [mk: added autoconf test; fixed songlen_data_size type] | ||||
* | | | 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 |
| | |