summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-08-31doc/protocol: update descriptions of the searching commandsAnton Khirnov
2010-08-15doc/protocol: mention that 'status' command also returns 'random'Anton Khirnov
2010-07-25Makefile.am: fix out-of-tree doxygen callMax Kellermann
This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
2010-04-25replay_gain: added mode "auto"Daniel Seuthe
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann
Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup.
2010-03-21Add support for MixRamp tagsTim Phipps
Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
2010-03-10output: added option "always_on" for radio stationsMax Kellermann
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.
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann
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.
2010-02-08doc: deleted sticker specification proposalMax Kellermann
This document has been unmaintained for more than a year now (since the day it was submitted).
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann
Same for "listplaylistinfo".
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann
2009-11-14decoder/mikmod: sample rate is configurableMax Kellermann
The new option "sample_rate" sets the sample rate for libmikmod.
2009-11-14doc: added decoder plugin referenceMax Kellermann
2009-11-07output/jack: added option "server_name"Max Kellermann
2009-11-07command: added command "decoders"Max Kellermann
This command prints a list of decoder plugins and their suffixes / MIME types.
2009-11-06output/jack: dynamic source port listMax Kellermann
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.
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann
Be more clear which kind of port should be configured here.
2009-11-06output/jack: renamed "output ports" to "destination ports"Max Kellermann
Use the same name as in the libjack API documentation.
2009-11-06playlist: added extm3u pluginMax Kellermann
This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin.
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann
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".
2009-11-05doc/user: document JACK plugin optionsMax Kellermann
2009-11-05output/jack: added option "client_name"Max Kellermann
Instead of using MPD's audio output name (setting "name"), use a separate configuration option. Change the default to "Music Player Daemon".
2009-11-04sticker comments in code and example configuration fileRomain Bignon
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann
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.
2009-10-18command: omitting the range end is possibleMax Kellermann
When the range end is missing, then the maximum possible value is assumed.
2009-10-18doc/protocol.xml: documented range parameter in "delete"Max Kellermann
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann
The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing.
2009-10-17replay_gain: added setting "replaygain off"Max Kellermann
There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
2009-10-16update: obey .mpdignore filesMax Kellermann
2009-10-16doc/user.xml: added chapter "Using MPD"Max Kellermann
2009-10-16doc/user.xml: added playlist plugin referenceMax Kellermann
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann
This patch completes the configuration support.
2009-10-09doc/protocol.xml: "addid" with negative position is deprecatedMax Kellermann
2009-09-28Add the sidplay filter param to doc/mpdconf.example.Tony
2009-09-24command: added command "rescan"Max Kellermann
"rescan" is the same as "update", but it discards existing songs in the database.
2009-09-20cmdline: removed options --create-db and --no-create-dbMax Kellermann
Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
2009-09-10Merge branch 'v0.15.x'Max Kellermann
Conflicts: NEWS configure.ac doc/mpdconf.example
2009-09-10doc/protocol: clarify "update"Max Kellermann
The update job id is positive. When used in a command list, MPD prints one job id for each "update" command.
2009-09-10doc/mpdconf.example: additional comment signs for some parametersMax Kellermann
Add a second column of comment signs on some parameters which users shouldn't usually set, unless they know what they're doing.
2009-09-06doc: documented the "openal" output plugin settingsSerge Ziryukin
2009-09-02Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann
2009-08-30doc: Unify position of footnotes and cleanup wording.Avuton Olrich
2009-08-30doc: Remove superfluous comment already described in footnotes.Avuton Olrich
2009-08-30decoder/sidplay: implemented songlength databaseMike Dawson
[mk: added autoconf test; fixed songlen_data_size type]
2009-08-30Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann
Conflicts: NEWS configure.ac
2009-08-25command: add "findadd" command.Anton Khirnov
2009-08-24Document nextsong and nextsongid.Anton Khirnov