aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Log: new logging library APIMax Kellermann2013-10-021-1/+1
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* playlist/lastfm: remove defunct Last.fm supportMax Kellermann2013-09-281-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.
* Listen: Allow tilde paths for socket.Maarten de Vries2013-09-121-2/+3
|
* CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke2013-08-072-4/+5
| | | | | Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* Commands: new command "toggleoutput"Max Kellermann2013-08-041-0/+14
|
* Merge tag 'release-0.17.5'Max Kellermann2013-08-041-15/+15
|\
| * doc: move sticker_file to "optional parameters"Max Kellermann2013-04-161-4/+4
| |
| * doc: mpd.conf.5 wrongly documents parameters as requiredFlorian Schlichting2013-04-161-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.
* | input/soup: plugin removedMax Kellermann2013-04-171-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.
* | output/ffado: remove broken pluginMax Kellermann2013-04-171-37/+0
| | | | | | | | | | This plugin has been in MPD for three years, and it has never worked. Enough!
* | output/mvp: remove obsolete pluginMax Kellermann2013-04-171-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.
* | Merge branch 'v0.17.x'Max Kellermann2013-02-272-12/+12
|\|
| * fix typos in upstream's mpd.conf.5Florian Schlichting2013-02-272-12/+12
| |
* | Merge branch 'v0.17.x'Max Kellermann2013-01-161-2/+38
|\|
| * mpdconf.example: example improvementsDenis Krjuchkov2013-01-111-1/+3
| | | | | | | | | | | | - Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an)
| * mpdconf.example: provide an example of openal outputDenis Krjuchkov2013-01-101-0/+7
| |
| * mpdconf.example: provide an example of winmm outputDenis Krjuchkov2013-01-101-0/+10
| |
| * mpdconf.example: improve documentation for replay gainDenis Krjuchkov2013-01-101-2/+19
| | | | | | | | | | | | - Added replaygain_missing_preamp and replaygain_limit settings - Added information about "auto" replay gain mode
* | output: new option "tags" may be used to disable sending tagsMax Kellermann2012-09-251-0/+12
| | | | | | | | Implements Mantis ticket 0003340.
* | Merge branch 'v0.17.x'Max Kellermann2012-09-041-1/+1
|\|
| * mpd.conf(5): Use the correct default value for max_playlist_lengthWieland Hoffmann2012-09-031-1/+1
| |
* | Merge branch 'v0.17.x'Max Kellermann2012-08-151-0/+71
|\|
| * doc/user: add wildmidi documentationMax Kellermann2012-08-151-0/+31
| |
| * decoder/fluidsynth: add "sample_rate" settingMax Kellermann2012-08-151-0/+9
| |
| * decoder/fluidsynth: add "soundfont" settingMax Kellermann2012-08-151-0/+31
| | | | | | | | Replaces the old global "soundfont" which never worked.
* | Merge branch 'v0.17.x'Max Kellermann2012-08-142-9/+9
|\|
| * mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann2012-08-142-9/+9
| | | | | | | | | | Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
* | conf: add a "database" blockMax Kellermann2012-08-081-0/+119
|/ | | | | The new block overrides the "db_file" setting, and allows configuring any database plugin.
* Fix typoSimon Hengel2012-07-081-1/+1
|
* patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer2012-06-271-1/+10
| | | | functions to new dsdlib. Update user doc.
* Documentation for commands searchadd, searchaddpl, and for tcp keepalive ↵geneticdrift2012-06-273-0/+89
| | | | config options
* Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer2012-05-021-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
* Add support for DSD-over-USB version 1.0, remove pre-v1 supportJurgen Kramer2012-04-041-2/+2
|
* output/alsa: add option to enable DSD over USBMax Kellermann2012-03-221-0/+17
|
* command: read arbitrary local files with "lsinfo"Max Kellermann2012-03-061-0/+5
| | | | Requires UNIX domain socket connection.
* doc/protocol: fix some grammarJonathan Neuschäfer2012-02-151-2/+2
| | | | (Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
* listen: implement systemd socket activationMax Kellermann2012-02-131-0/+41
|
* command: new command "config"Max Kellermann2012-02-131-0/+41
|
* playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2012-02-121-0/+8
| | | | | Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.
* command: add optional range parameter to "load"Max Kellermann2012-02-091-1/+3
|
* command: new command "seekcur"Max Kellermann2011-12-241-0/+17
| | | | For simpler seeking within current song.
* audio_format: basic support for floating point samplesMax Kellermann2011-10-201-1/+2
| | | | | Support for conversion from float to 16, 24 and 32 bit integer samples.
* doc/protocol.xml: the replay gain "auto" mode was added in MPD 0.16Jonathan Neuschäfer2011-10-191-1/+5
|
* doc/protocol.xml: document {en,dis}ableoutput's parameterJonathan Neuschäfer2011-10-191-0/+2
|
* doc/doxygen.conf: enable "quiet" modeMax Kellermann2011-10-101-1/+1
|
* decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-071-0/+23
| | | | Defaults to "no", which fixes the noise problems.
* decoder/dsdiff: add documentationMax Kellermann2011-10-071-0/+8
|
* server_socket: use resolve_host_port() instead of getaddrinfo()Max Kellermann2011-09-201-0/+4
| | | | Allow port specification in "bind_to_address" settings.
* Merge branch 'v0.16.x'Max Kellermann2011-09-011-1/+1
|\ | | | | | | | | | | Conflicts: configure.ac src/output_control.c