aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-20doc/developer: require C++11Max Kellermann1-12/+5
2013-10-19decoder/modplug: Add "loop_count" parameterSebastian Thorarensen1-0/+31
The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping.
2013-10-18decoder/mikmod: Add loop configuration parameterSebastian Thorarensen1-0/+10
This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops.
2013-10-02Log: new logging library APIMax Kellermann1-1/+1
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann1-40/+1
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
2013-09-12Listen: Allow tilde paths for socket.Maarten de Vries1-2/+3
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke2-4/+5
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04Commands: new command "toggleoutput"Max Kellermann1-0/+14
2013-04-17input/soup: plugin removedMax Kellermann1-29/+0
This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
2013-04-17output/ffado: remove broken pluginMax Kellermann1-37/+0
This plugin has been in MPD for three years, and it has never worked. Enough!
2013-04-17output/mvp: remove obsolete pluginMax Kellermann1-10/+0
The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal.
2013-04-16doc: move sticker_file to "optional parameters"Max Kellermann1-4/+4
2013-04-16doc: mpd.conf.5 wrongly documents parameters as requiredFlorian Schlichting1-11/+11
mpd.conf.5 lists follow_outside_symlinks and follow_inside_symlinks under REQUIRED, yet also documents a default value for these options, which only makes sense if they're not actually required.
2013-02-27fix typos in upstream's mpd.conf.5Florian Schlichting2-12/+12
2013-01-11mpdconf.example: example improvementsDenis Krjuchkov1-1/+3
- Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an)
2013-01-10mpdconf.example: provide an example of openal outputDenis Krjuchkov1-0/+7
2013-01-10mpdconf.example: provide an example of winmm outputDenis Krjuchkov1-0/+10
2013-01-10mpdconf.example: improve documentation for replay gainDenis Krjuchkov1-2/+19
- Added replaygain_missing_preamp and replaygain_limit settings - Added information about "auto" replay gain mode
2012-09-25output: new option "tags" may be used to disable sending tagsMax Kellermann1-0/+12
Implements Mantis ticket 0003340.
2012-09-03mpd.conf(5): Use the correct default value for max_playlist_lengthWieland Hoffmann1-1/+1
2012-08-15doc/user: add wildmidi documentationMax Kellermann1-0/+31
2012-08-15decoder/fluidsynth: add "sample_rate" settingMax Kellermann1-0/+9
2012-08-15decoder/fluidsynth: add "soundfont" settingMax Kellermann1-0/+31
Replaces the old global "soundfont" which never worked.
2012-08-14mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann2-9/+9
Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
2012-08-08conf: add a "database" blockMax Kellermann1-0/+119
The new block overrides the "db_file" setting, and allows configuring any database plugin.
2012-07-08Fix typoSimon Hengel1-1/+1
2012-06-27patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer1-1/+10
functions to new dsdlib. Update user doc.
2012-06-27Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift3-0/+89
config options
2012-05-02Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer1-1/+1
Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen
2012-04-04Add support for DSD-over-USB version 1.0, remove pre-v1 supportJurgen Kramer1-2/+2
2012-03-22output/alsa: add option to enable DSD over USBMax Kellermann1-0/+17
2012-03-06command: read arbitrary local files with "lsinfo"Max Kellermann1-0/+5
Requires UNIX domain socket connection.
2012-02-15doc/protocol: fix some grammarJonathan Neuschäfer1-2/+2
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
2012-02-13listen: implement systemd socket activationMax Kellermann1-0/+41
2012-02-13command: new command "config"Max Kellermann1-0/+41
2012-02-12playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann1-0/+8
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.
2012-02-09command: add optional range parameter to "load"Max Kellermann1-1/+3
2011-12-24command: new command "seekcur"Max Kellermann1-0/+17
For simpler seeking within current song.
2011-10-20audio_format: basic support for floating point samplesMax Kellermann1-1/+2
Support for conversion from float to 16, 24 and 32 bit integer samples.
2011-10-19doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16Jonathan Neuschäfer1-1/+5
2011-10-19doc/protocol.xml: document {en,dis}ableoutput's parameterJonathan Neuschäfer1-0/+2
2011-10-10doc/doxygen.conf: enable "quiet" modeMax Kellermann1-1/+1
2011-10-07decoder/dsdiff: add option "lsbitfirst"Max Kellermann1-0/+23
Defaults to "no", which fixes the noise problems.
2011-10-07decoder/dsdiff: add documentationMax Kellermann1-0/+8
2011-09-20server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann1-0/+4
Allow port specification in "bind_to_address" settings.
2011-08-27let doxygen find the source codeJonathan Neuschäfer1-1/+1
[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
2011-08-27doc/developer.xml: change the coing style example return type to intJonathan Neuschäfer1-1/+1
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann1-0/+28
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.
2011-07-19queue: implement song "priorities"Max Kellermann1-0/+81
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".