aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/user: Typo in playlist plugin documentation, 'playlist plugin' not 'filter'.Tony Miller2011-07-031-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
* output: new output plugin "ffado"Max Kellermann2010-10-271-0/+37
| | | | | | | | | | | | Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
* output/httpd: bind_to_address support (including IPv6)Thomas Jansen2010-09-251-2/+11
| | | | | | | | | Added support for a new optional configuration setting for the httpd output named "bind_to_address". Setting it to a specific IP address (v4 or v6) will cause the httpd output to bind to that address exclusively. Supporting multiple addresses in parallel is future work. This implements the feature requests #2998 and #2646.
* output: added option "always_on" for radio stationsMax Kellermann2010-03-101-0/+12
| | | | | | | Did you ever accidently click "stop" while feeding a radio station? This option sets the output device to "pause" to disable the "close" method. It falls back to "pause" then, which is specific to the plugin. Some plugins implement it by feeding silence.
* replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2010-02-171-0/+13
| | | | | | | | | | Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution.
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-161-0/+11
|
* decoder/mikmod: sample rate is configurableMax Kellermann2009-11-141-1/+29
| | | | The new option "sample_rate" sets the sample rate for libmikmod.
* doc: added decoder plugin referenceMax Kellermann2009-11-141-0/+6
|
* output/jack: added option "server_name"Max Kellermann2009-11-071-0/+9
|
* output/jack: dynamic source port listMax Kellermann2009-11-061-0/+12
| | | | | | Same as the previous patch: create up to 16 configured source ports. The plugin tries to do its best at guessing the right combination for the given input file, the number of source and destination ports.
* output/jack: renamed option "ports" to "destination_ports"Max Kellermann2009-11-061-1/+1
| | | | Be more clear which kind of port should be configured here.
* output/jack: renamed "output ports" to "destination ports"Max Kellermann2009-11-061-1/+1
| | | | Use the same name as in the libjack API documentation.
* playlist: added extm3u pluginMax Kellermann2009-11-061-0/+8
| | | | | This new plugin parses extm3u files. Files without the "#EXTM3U" header are still parsed by the plain old "m3u" plugin.
* output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-051-0/+11
| | | | | | | | jack_client_new() is deprecated. This requires libjack 0.100 (released nearly 5 years ago). We havn't been testing older libjack versions anyway. As a side effect, there is the new option "autostart".
* doc/user: document JACK plugin optionsMax Kellermann2009-11-051-0/+43
|
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-291-0/+10
|
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-4/+13
| | | | | | An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
* update: obey .mpdignore filesMax Kellermann2009-10-161-0/+6
|
* doc/user.xml: added chapter "Using MPD"Max Kellermann2009-10-161-0/+56
|
* doc/user.xml: added playlist plugin referenceMax Kellermann2009-10-161-9/+68
|
* playlist_list: pass configuration to playlist pluginsMax Kellermann2009-10-131-0/+62
| | | | This patch completes the configuration support.
* doc: documented the "openal" output plugin settingsSerge Ziryukin2009-09-061-0/+33
|
* output/recorder: new output plugin for recording radio streamsMax Kellermann2009-08-241-0/+67
| | | | | | | | | The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file.
* Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-161-3/+212
|\
| * doc: documented the "shout" output plugin settingsMax Kellermann2009-07-061-0/+123
| |
| * doc: documented the "pulse" output plugin settingsMax Kellermann2009-07-061-0/+34
| |
| * doc: documented the "command" setting of the "pipe" output pluginMax Kellermann2009-07-061-0/+22
| |
| * doc/user: added introductionEnrico Mioso2009-06-301-3/+33
| | | | | | | | | | | | | | - introduce a section explaining the mpd.conf format, as done in the man page: is it better to re-explain it here or ointing the user to the man page, avoiding information dupplication? - reorganizze some sections of the manual to give them a linear aspect...
* | output: use the software mixer pluginMax Kellermann2009-07-061-5/+7
| | | | | | | | | | | | | | | | | | | | Do all the software volume stuff inside each output thread, not in the player thread. This allows one software mixer per output device, and also allows the user to configure the mixer type (hardware or software) for each audio output. This moves the global "mixer_type" setting into the "audio_output" section, deprecating the "mixer_enabled" flag.
* | conf: registered option "filter"Max Kellermann2009-07-051-0/+57
|/ | | | Add this option to the user's manual.
* doc: mark the "User's Manual" as incompleteMax Kellermann2009-06-021-0/+2
|
* output_init: added option to disable the hardware mixerMax Kellermann2009-04-281-0/+11
| | | | | Added the per-device option "mixer_enabled" which allows users to disable the hardware mixer of an audio output.
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-251-0/+30
| | | | | The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
* doc: added input plugin documentationMax Kellermann2009-04-251-0/+93
|
* doc: added decoder documentationMax Kellermann2009-04-251-0/+56
|
* doc: added more audio output documentationMax Kellermann2009-04-251-1/+63
|
* doc: added "music directory" sectionMax Kellermann2009-04-101-0/+19
|
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-161-0/+32
|
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-151-0/+71
| | | | | | | | | | | | | | | | | | | Let's get rid of the "shout" plugin, and the awfully complicated icecast daemon setup! MPD can do better if it's doing the HTTP server stuff on its own. This new plugin has several advantages: - easier to set up - only one daemon, no password settings, no mount settings - MPD controls the encoder and thus already knows the packet boundaries - icecast has to parse them - MPD doesn't bother to encode data while nobody is listening This implementation is very experimental (no header parsing, ignores request URI, no icy-metadata, ...). It should be able to suport several encoders in parallel in the future (with different bit rates, different codec, ...), to make MPD the perfect streaming server. Once MPD gets multi-player support, we can even mount several different radio stations on one server.
* doc: added "audio outputs" section to the user's manualMax Kellermann2009-03-141-4/+277
|
* doc: added installation manual to the User's ManualMax Kellermann2009-03-121-0/+47
| | | | Very small start..
* doc: added skeleton for the user manualMax Kellermann2009-03-121-0/+38