diff --git a/doc/user.xml b/doc/user.xml
index 3c6e3ac21..6c3f5edeb 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -782,6 +782,129 @@ cd mpd-version
The shout plugin connects to a ShoutCast
or IceCast server. It forwards tags to this server.
+
+
+ You must set a format.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ host
+ HOSTNAME
+
+
+ Sets the host name of the Shoutcast/Icecast server.
+
+
+
+
+ port
+ PORTNUMBER
+
+
+ Connect to this port number on the specified host.
+
+
+
+
+ timeout
+ SECONDS
+
+
+ Set the timeout for the shout connection in seconds.
+ Defaults to 2 seconds.
+
+
+
+
+ mount
+ URI
+
+
+ Mounts the MPD stream in the specified URI.
+
+
+
+
+ user
+ USERNAME
+
+
+ Sets the user name for submitting the stream to the
+ server. Default is "source".
+
+
+
+
+ password
+ PWD
+
+
+ Sets the password for submitting the stream to the
+ server.
+
+
+
+
+ name
+ NAME
+
+
+ Sets the name of the stream.
+
+
+
+
+ genre
+ GENRE
+
+
+ Sets the genre of the stream (optional).
+
+
+
+
+ description
+ DESCRIPTION
+
+
+ Sets a short description of the stream (optional).
+
+
+
+
+ public
+ yes|no
+
+
+ Specifies whether the stream should be "public".
+ Default is "no".
+
+
+
+
+ encoder
+ PLUGIN
+
+
+ Sets the name of the encoder plugin. Default is
+ "vorbis". "vorbis" and "lame" are valid encoder
+ plugins (provided that you enabled them at compile
+ time).
+
+
+
+
+