aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/curl: options "verify_peer" and "verify_host"Max Kellermann2014-07-111-0/+24
|
* configure.ac: check for BoostMax Kellermann2014-06-111-0/+1
|
* systemd: add socket activation filesMax Kellermann2014-02-121-17/+6
|
* storage/nfs: new storage pluginMax Kellermann2014-02-081-0/+12
|
* doc/user: document storage pluginsMax Kellermann2014-02-081-0/+33
|
* Merge tag 'release-0.18.8'Max Kellermann2014-02-071-0/+45
|\
| * doc/user: document the RoarAudio output pluginMax Kellermann2014-02-061-0/+45
| |
* | input/nfs: new plugin using libnfsMax Kellermann2014-02-061-0/+29
| |
* | doc/user: sort input pluginsMax Kellermann2014-02-061-53/+53
| |
* | doc/user: add Debian build dependenciesMax Kellermann2014-01-291-0/+29
| |
* | pcm/SoxrResampler: Add configurable quality levelsChase Geigle2014-01-211-1/+38
| |
* | Shine encoding pluginAndrée Ekroth2014-01-131-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 }
* | doc/user: mention the upnp database pluginMax Kellermann2014-01-091-0/+8
| |
* | doc/user.xml: add alsa input sectionSteven O'Brien2014-01-081-0/+18
| |
* | Merge branch 'v0.18.x'Max Kellermann2014-01-081-1/+1
|\|
| * doc/user: fix typoMax Kellermann2014-01-071-1/+1
| |
* | Added soundcloud documentationJames McGlashan (DarkFox)2014-01-041-0/+41
| |
* | input/smbclient: new input pluginMax Kellermann2013-12-291-0/+14
| |
* | Merge branch 'v0.18.x'Max Kellermann2013-12-141-0/+97
|\|
| * doc/user: document the "ao" outputMax Kellermann2013-12-111-0/+53
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document the "fifo" outputMax Kellermann2013-12-111-0/+32
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document shout option "protocol"Max Kellermann2013-12-111-0/+12
| |
* | 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-011-1/+143
| |
* | doc/user: remove obsolete "24_3" optionMax Kellermann2013-12-011-2/+0
|/
* doc: show .tar.xz in sample unpack commandMax Kellermann2013-11-081-1/+1
|
* doc: replace the remaining wikia linksMax Kellermann2013-11-081-2/+2
|
* doc/user: add more documentation for the proxy database pluginMax Kellermann2013-11-071-1/+4
|
* 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.
* 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.
* 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.
* 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.
* 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-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.
* | conf: add a "database" blockMax Kellermann2012-08-081-0/+119
|/ | | | | The new block overrides the "db_file" setting, and allows configuring any database plugin.
* 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.
* 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
|
* listen: implement systemd socket activationMax 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.
* 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.
* 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
|