aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
2011-03-29doc: Add configuration help for despotifySimon Kagstrom1-0/+11
2011-02-23playlist_state: add option "restore_paused"Max Kellermann2-0/+8
When set, MPD will not auto-start playback on startup; it will be in "paused" state.
2011-02-09output/shout: add possibility to set urlThomas Jansen3-0/+13
Added a new optional parameter for the shout plugin called "url".
2011-01-29protocol: support client-to-client communicationMax Kellermann1-0/+113
2011-01-10doc: add a list of encoder pluginsMax Kellermann1-0/+182
2011-01-05docs: mention 'sticker' idle eventAnton Khirnov1-0/+6
2010-12-24Makefile.am: generate doxygen.confMax Kellermann1-2/+2
Don't create a modified copy for out-of-tree builds.
2010-12-22configure.ac: hook the cdio_paranoia input pluginMax Kellermann1-0/+11
2010-10-27output: new output plugin "ffado"Max Kellermann1-0/+37
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
2010-09-25output/httpd: bind_to_address support (including IPv6)Thomas Jansen2-2/+12
Added support for a new optional configuration setting for the httpd output named "bind_to_address". Setting it to a specific IP address (v4 or v6) will cause the httpd output to bind to that address exclusively. Supporting multiple addresses in parallel is future work. This implements the feature requests #2998 and #2646.
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-07-25Makefile.am: fix out-of-tree doxygen callMax Kellermann1-1/+1
This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
2010-04-25replay_gain: added mode "auto"Daniel Seuthe1-3/+5
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann2-0/+10
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 Phipps1-0/+38
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 Kellermann1-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.
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2-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.
2010-02-08doc: deleted sticker specification proposalMax Kellermann1-91/+0
This document has been unmaintained for more than a year now (since the day it was submitted).
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann1-5/+20
Same for "listplaylistinfo".
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann1-0/+11
2009-11-14decoder/mikmod: sample rate is configurableMax Kellermann1-1/+29
The new option "sample_rate" sets the sample rate for libmikmod.
2009-11-14doc: added decoder plugin referenceMax Kellermann1-0/+6
2009-11-07output/jack: added option "server_name"Max Kellermann1-0/+9
2009-11-07command: added command "decoders"Max Kellermann1-0/+19
This command prints a list of decoder plugins and their suffixes / MIME types.
2009-11-06output/jack: dynamic source port listMax Kellermann1-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.
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann1-1/+1
Be more clear which kind of port should be configured here.
2009-11-06output/jack: renamed "output ports" to "destination ports"Max Kellermann1-1/+1
Use the same name as in the libjack API documentation.
2009-11-06playlist: added extm3u pluginMax Kellermann1-0/+8
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 Kellermann1-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".
2009-11-05doc/user: document JACK plugin optionsMax Kellermann1-0/+43
2009-11-05output/jack: added option "client_name"Max Kellermann1-3/+2
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 Bignon1-0/+5
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann1-1/+5
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka2-0/+11
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2-0/+9
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann2-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.
2009-10-18command: omitting the range end is possibleMax Kellermann1-0/+14
When the range end is missing, then the maximum possible value is assumed.
2009-10-18doc/protocol.xml: documented range parameter in "delete"Max Kellermann1-1/+4
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-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.
2009-10-17replay_gain: added setting "replaygain off"Max Kellermann2-3/+3
There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there.
2009-10-16update: obey .mpdignore filesMax Kellermann1-0/+6
2009-10-16doc/user.xml: added chapter "Using MPD"Max Kellermann1-0/+56
2009-10-16doc/user.xml: added playlist plugin referenceMax Kellermann1-9/+68
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann1-0/+62
This patch completes the configuration support.
2009-10-09doc/protocol.xml: "addid" with negative position is deprecatedMax Kellermann1-4/+1
2009-09-28Add the sidplay filter param to doc/mpdconf.example.Tony1-0/+4
2009-09-24command: added command "rescan"Max Kellermann1-0/+14
"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 Kellermann2-8/+1
Both options are deprecated, and should not be used anymore. Many users get confused by their presence.