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