diff --git a/doc/user.xml b/doc/user.xml
index 9f98f147b..3925aa2b8 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -91,6 +91,62 @@ cd mpd-0.14.2
+
+ Configuring input plugins
+
+
+ To configure an input plugin, add a input
+ block to mpd.conf:
+
+
+ input {
+ plugin "lastfm"
+ user "foo"
+ password "bar"
+}
+
+
+
+ The following table lists the input options
+ valid for all plugins:
+
+
+
+
+
+
+
+ Name
+
+
+ Description
+
+
+
+
+
+
+ plugin
+
+
+ The name of the plugin.
+
+
+
+
+ enabled
+ yes|no
+
+
+ Allows you to disable a input plugin without
+ recompiling. By default, all plugins are enabled.
+
+
+
+
+
+
+
Configuring decoder plugins
@@ -238,6 +294,43 @@ cd mpd-0.14.2
Plugin reference
+
+ Input plugins
+
+
+ curl
+
+
+ Opens remote files or streams over HTTP.
+
+
+
+
+ file
+
+
+ Opens local files.
+
+
+
+
+ lastfm
+
+
+ Plays last.fm radio. This plugin is experimental, and will
+ be superseded by a better solution in MPD 0.16.
+
+
+
+
+ mms
+
+
+ Plays streams with the MMS protocol.
+
+
+
+