aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.18.x'Max Kellermann2013-12-142-131/+97
|\
| * doc/mpd.conf.5: remove redundant documentationMax Kellermann2013-12-111-98/+0
| | | | | | | | The real and detailed documentation is in the user manual.
| * doc/user: document the "ao" outputMax Kellermann2013-12-112-22/+53
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document the "fifo" outputMax Kellermann2013-12-112-11/+32
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document shout option "protocol"Max Kellermann2013-12-111-0/+12
| |
* | command: add commands "addtagid", "cleartagid"Max Kellermann2013-12-021-0/+38
| |
* | pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann2013-12-011-0/+17
| |
* | doc: move documentation from mpd.conf.5 to the user manualMax Kellermann2013-12-012-48/+143
| |
* | doc/user: remove obsolete "24_3" optionMax Kellermann2013-12-011-2/+0
| |
* | doc: audio_outputs sample output and explanation of each returned lineJavier Domingo Cansino2013-11-221-0/+26
|/
* doc/example: remove "format" and "audio_output_format"Max Kellermann2013-11-111-8/+0
| | | | | Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
* doc/developer: add text from the wikiMax Kellermann2013-11-081-1/+64
|
* doc: show .tar.xz in sample unpack commandMax Kellermann2013-11-081-1/+1
|
* doc: replace the remaining wikia linksMax Kellermann2013-11-082-7/+4
|
* doc: more information about "close"Max Kellermann2013-11-071-1/+4
|
* doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann2013-11-072-45/+0
|
* doc: add link to user manualMax Kellermann2013-11-071-0/+4
|
* doc: update current maintainerMax Kellermann2013-11-071-1/+1
|
* doc: update Mantis linkMax Kellermann2013-11-071-1/+1
|
* doc/user: add more documentation for the proxy database pluginMax Kellermann2013-11-072-1/+13
|
* input/cdio_paranoia: add setting "default_byte_order"Max Kellermann2013-11-071-0/+24
| | | | | | Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide.
* increase default buffer size to 4 MBMax Kellermann2013-10-302-2/+2
| | | | | | 2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading.
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-2/+6
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann2013-10-291-34/+0
| | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find".
* command: new commands "findin", "searchin" with base URIMax Kellermann2013-10-261-0/+34
|
* command: new command "readcomments" lists arbitrary file tagsMax Kellermann2013-10-251-0/+26
|
* OtherCommands: re-add the "volume" commandMax Kellermann2013-10-251-0/+19
| | | | | | This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again.
* doc/developer: require C++11Max Kellermann2013-10-201-12/+5
|
* decoder/modplug: Add "loop_count" parameterSebastian Thorarensen2013-10-191-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.
* decoder/mikmod: Add loop configuration parameterSebastian Thorarensen2013-10-181-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.
* 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.