aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
Commit message (Collapse)AuthorAge
...
* | output: use the software mixer pluginMax Kellermann2009-07-06
| | | | | | | | | | | | | | | | | | | | 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-05
|/ | | | Add this option to the user's manual.
* doc: mark the "User's Manual" as incompleteMax Kellermann2009-06-02
|
* output_init: added option to disable the hardware mixerMax Kellermann2009-04-28
| | | | | 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-25
| | | | | 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-25
|
* doc: added decoder documentationMax Kellermann2009-04-25
|
* doc: added more audio output documentationMax Kellermann2009-04-25
|
* doc: added "music directory" sectionMax Kellermann2009-04-10
|
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-16
|
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-15
| | | | | | | | | | | | | | | | | | | 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-14
|
* doc: added installation manual to the User's ManualMax Kellermann2009-03-12
| | | | Very small start..
* doc: added skeleton for the user manualMax Kellermann2009-03-12