aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/doxygen.conf: enable "quiet" modeMax Kellermann2011-10-10
|
* decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-07
| | | | Defaults to "no", which fixes the noise problems.
* decoder/dsdiff: add documentationMax Kellermann2011-10-07
|
* server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann2011-09-20
| | | | Allow port specification in "bind_to_address" settings.
* Merge branch 'v0.16.x'Max Kellermann2011-09-01
|\ | | | | | | | | | | Conflicts: configure.ac src/output_control.c
| * doc/developer.xml: change the coing style example return type to intJonathan Neuschäfer2011-08-27
| |
* | let doxygen find the source codeJonathan Neuschäfer2011-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Unfortunately,] @top_srcdir@ is replaced by the package's top-level directory relative to the directory of the .in file being processed, e.g. if you unpack the MPD source to /usr/src/mpd, and build it in the same directory, @top_srcdir@/src/ in doc/doxygen.conf.in will be re- placed by "../src/", and, as doxygen is invoked from the top directory, is will expect the source code in /usr/src/src/, which is obviously wrong. To work around this problem, this patch changes @top_srcdir@ to @abs_top_srcdir@, which expands to the absolute path of the top source directory[1]. [1] http://www.gnu.org/s/hello/manual/autoconf/Preset-Output-Variables.html
* | input/soup: new input plugin based on libsoupMax Kellermann2011-08-24
| | | | | | | | | | | | | | | | To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
* | queue: implement song "priorities"Max Kellermann2011-07-19
| | | | | | | | | | Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
* | Merge branch 'v0.16.x'Max Kellermann2011-07-19
|\| | | | | | | | | | | Conflicts: NEWS configure.ac
| * doc/protocol: add some missing specificationsJonathan Ballet2011-07-03
| |
| * doc/user: Typo in playlist plugin documentation, 'playlist plugin' not 'filter'.Tony Miller2011-07-03
| | | | | | | | | | | | | | This patch fixes a typo in doc/user about playlist plugins. Its in the top commit in my repository in a branch called 'doc_fix': git://github.com/mcfiredrill/mpd.git
* | doc: Add despotify user documentationSimon Kagstrom2011-04-12
| |
* | fix common misspellingsJonathan Neuschäfer2011-03-31
| | | | | | | | | | | | | | These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* | doc: Add configuration help for despotifySimon Kagstrom2011-03-29
| |
* | playlist_state: add option "restore_paused"Max Kellermann2011-02-23
| | | | | | | | | | When set, MPD will not auto-start playback on startup; it will be in "paused" state.
* | output/shout: add possibility to set urlThomas Jansen2011-02-09
| | | | | | | | Added a new optional parameter for the shout plugin called "url".
* | protocol: support client-to-client communicationMax Kellermann2011-01-29
| |
* | doc: add a list of encoder pluginsMax Kellermann2011-01-10
| |
* | docs: mention 'sticker' idle eventAnton Khirnov2011-01-05
| |
* | Makefile.am: generate doxygen.confMax Kellermann2010-12-24
| | | | | | | | Don't create a modified copy for out-of-tree builds.
* | configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-22
|/
* output: new output plugin "ffado"Max Kellermann2010-10-27
| | | | | | | | | | | | 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
* output/httpd: bind_to_address support (including IPv6)Thomas Jansen2010-09-25
| | | | | | | | | 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.
* doc/protocol: update descriptions of the searching commandsAnton Khirnov2010-08-31
|
* doc/protocol: mention that 'status' command also returns 'random'Anton Khirnov2010-08-15
|
* Makefile.am: fix out-of-tree doxygen callMax Kellermann2010-07-25
| | | | | This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
* replay_gain: added mode "auto"Daniel Seuthe2010-04-25
|
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-13
| | | | | Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup.
* Add support for MixRamp tagsTim Phipps2010-03-21
| | | | | 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 stationsMax Kellermann2010-03-10
| | | | | | | 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 gainMax Kellermann2010-02-17
| | | | | | | | | | 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 proposalMax Kellermann2010-02-08
| | | | | This document has been unmaintained for more than a year now (since the day it was submitted).
* command: "listplaylist" dumps playlist filesMax Kellermann2010-02-08
| | | | Same for "listplaylistinfo".
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-16
|
* decoder/mikmod: sample rate is configurableMax Kellermann2009-11-14
| | | | The new option "sample_rate" sets the sample rate for libmikmod.
* doc: added decoder plugin referenceMax Kellermann2009-11-14
|
* output/jack: added option "server_name"Max Kellermann2009-11-07
|
* command: added command "decoders"Max Kellermann2009-11-07
| | | | | This command prints a list of decoder plugins and their suffixes / MIME types.
* output/jack: dynamic source port listMax Kellermann2009-11-06
| | | | | | 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 Kellermann2009-11-06
| | | | Be more clear which kind of port should be configured here.
* output/jack: renamed "output ports" to "destination ports"Max Kellermann2009-11-06
| | | | Use the same name as in the libjack API documentation.
* playlist: added extm3u pluginMax Kellermann2009-11-06
| | | | | 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 Kellermann2009-11-05
| | | | | | | | 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 optionsMax Kellermann2009-11-05
|
* output/jack: added option "client_name"Max Kellermann2009-11-05
| | | | | | 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 fileRomain Bignon2009-11-04
| | | | Signed-off-by: Romain Bignon <romain@peerfuse.org>
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-01
|
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-29
|
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-26
|