aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann1-0/+62
This patch completes the configuration support.
2009-09-06doc: documented the "openal" output plugin settingsSerge Ziryukin1-0/+33
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann1-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.
2009-07-06doc: documented the "shout" output plugin settingsMax Kellermann1-0/+123
2009-07-06doc: documented the "pulse" output plugin settingsMax Kellermann1-0/+34
2009-07-06doc: documented the "command" setting of the "pipe" output pluginMax Kellermann1-0/+22
2009-07-06output: use the software mixer pluginMax Kellermann1-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.
2009-07-05conf: registered option "filter"Max Kellermann1-0/+57
Add this option to the user's manual.
2009-06-30doc/user: added introductionEnrico Mioso1-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...
2009-06-02doc: mark the "User's Manual" as incompleteMax Kellermann1-0/+2
2009-04-28output_init: added option to disable the hardware mixerMax Kellermann1-0/+11
Added the per-device option "mixer_enabled" which allows users to disable the hardware mixer of an audio output.
2009-04-25curl: moved proxy settings to "input" blockMax Kellermann1-0/+30
The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
2009-04-25doc: added input plugin documentationMax Kellermann1-0/+93
2009-04-25doc: added decoder documentationMax Kellermann1-0/+56
2009-04-25doc: added more audio output documentationMax Kellermann1-1/+63
2009-04-10doc: added "music directory" sectionMax Kellermann1-0/+19
2009-03-16solaris: new audio output plugin for Solaris /dev/audioMax Kellermann1-0/+32
2009-03-15httpd: new output plugin to replace "shout"Max Kellermann1-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.
2009-03-14doc: added "audio outputs" section to the user's manualMax Kellermann1-4/+277
2009-03-12doc: added installation manual to the User's ManualMax Kellermann1-0/+47
Very small start..
2009-03-12doc: added skeleton for the user manualMax Kellermann1-0/+38