aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Jansen <mithi@mithi.net>2011-02-04 14:14:29 +0100
committerMax Kellermann <max@duempel.org>2011-02-09 22:42:51 +0100
commit144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1 (patch)
treeb615daaf38a87558d96383934dce2968119c9381 /doc
parent2bde9afdb9ea82525256686b16034fce99f4f63a (diff)
output/shout: add possibility to set url
Added a new optional parameter for the shout plugin called "url".
Diffstat (limited to 'doc')
-rw-r--r--doc/mpd.conf.53
-rw-r--r--doc/mpdconf.example1
-rw-r--r--doc/user.xml9
3 files changed, 13 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 4cddd7ba..c75d4aad 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -464,6 +464,9 @@ connect to the icecast server. The default is 2 seconds.
.B description <description>
This specifies a description of the stream.
.TP
+.B url <url>
+This specifies a URL associated with the stream.
+.TP
.B genre <genre>
This specifies the genre(s) of the stream.
.SH FILES
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index b14337c7..c31763ff 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -235,6 +235,7 @@ input {
## protocol "icecast2" # optional
## user "source" # optional
## description "My Stream Description" # optional
+## url "http://example.com" # optional
## genre "jazz" # optional
## public "no" # optional
## timeout "2" # optional
diff --git a/doc/user.xml b/doc/user.xml
index 1f74a02d..f24c7bdb 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1559,6 +1559,15 @@ cd mpd-version</programlisting>
</row>
<row>
<entry>
+ <varname>url</varname>
+ <parameter>URL</parameter>
+ </entry>
+ <entry>
+ Sets a URL associated with the stream (optional).
+ </entry>
+ </row>
+ <row>
+ <entry>
<varname>public</varname>
<parameter>yes|no</parameter>
</entry>