aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-12systemd: add socket activation filesMax Kellermann1-17/+6
2014-02-08storage/nfs: new storage pluginMax Kellermann1-0/+12
2014-02-08doc/user: document storage pluginsMax Kellermann1-0/+33
2014-02-06doc/user: document the RoarAudio output pluginMax Kellermann1-0/+45
2014-02-06input/nfs: new plugin using libnfsMax Kellermann1-0/+29
2014-02-06doc/user: sort input pluginsMax Kellermann1-53/+53
2014-01-29doc/user: add Debian build dependenciesMax Kellermann1-0/+29
2014-01-21pcm/SoxrResampler: Add configurable quality levelsChase Geigle1-1/+38
2014-01-13Shine encoding pluginAndrée Ekroth1-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 }
2014-01-09doc/user: mention the upnp database pluginMax Kellermann1-0/+8
2014-01-08doc/user.xml: add alsa input sectionSteven O'Brien1-0/+18
2014-01-07doc/user: fix typoMax Kellermann1-1/+1
2014-01-04Added soundcloud documentationJames McGlashan (DarkFox)1-0/+41
2013-12-29input/smbclient: new input pluginMax Kellermann1-0/+14
2013-12-11doc/user: document the "ao" outputMax Kellermann1-0/+53
Move from doc/mpd.conf.5.
2013-12-11doc/user: document the "fifo" outputMax Kellermann1-0/+32
Move from doc/mpd.conf.5.
2013-12-11doc/user: document shout option "protocol"Max Kellermann1-0/+12
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann1-0/+17
2013-12-01doc: move documentation from mpd.conf.5 to the user manualMax Kellermann1-1/+143
2013-12-01doc/user: remove obsolete "24_3" optionMax Kellermann1-2/+0
2013-11-08doc: show .tar.xz in sample unpack commandMax Kellermann1-1/+1
2013-11-08doc: replace the remaining wikia linksMax Kellermann1-2/+2
2013-11-07doc/user: add more documentation for the proxy database pluginMax Kellermann1-1/+4
2013-11-07input/cdio_paranoia: add setting "default_byte_order"Max Kellermann1-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.
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-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-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.
2012-09-25output: new option "tags" may be used to disable sending tagsMax Kellermann1-0/+12
Implements Mantis ticket 0003340.
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-08conf: add a "database" blockMax Kellermann1-0/+119
The new block overrides the "db_file" setting, and allows configuring any database plugin.
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-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-02-13listen: implement systemd socket activationMax 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.
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-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-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-03doc/user: Typo in playlist plugin documentation, 'playlist plugin' not 'filter'.Tony Miller1-1/+1
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
2011-04-12doc: Add despotify user documentationSimon Kagstrom1-0/+82
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
2011-02-09output/shout: add possibility to set urlThomas Jansen1-0/+9
Added a new optional parameter for the shout plugin called "url".
2011-01-10doc: add a list of encoder pluginsMax Kellermann1-0/+182