aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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