From ce517ad5d81f53a67293a5ea504f194a2c558d7e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 Jul 2009 22:25:28 +0200 Subject: doc: documented the "shout" output plugin settings --- doc/user.xml | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) (limited to 'doc') 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). + + + + +
-- cgit v1.2.3