From 8b5d6d17ffdf2e320a78e36feff8004fede0b0be Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Apr 2009 13:21:45 +0200 Subject: doc: added decoder documentation --- doc/user.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index b2bfc172d..9f98f147b 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -91,6 +91,62 @@ cd mpd-0.14.2 +
+ Configuring decoder plugins + + + Most decoder plugins do not need any special configuration. + To configure a decoder, add a decoder block + to mpd.conf: + + + decoder { + plugin "wildmidi" + config_file "/etc/timidity/timidity.cfg" +} + + + + The following table lists the decoder + options valid for all plugins: + + + + + + + + Name + + + Description + + + + + + + plugin + + + The name of the plugin. + + + + + enabled + yes|no + + + Allows you to disable a decoder plugin without + recompiling. By default, all plugins are enabled. + + + + + +
+
Configuring audio outputs -- cgit v1.2.3