diff options
author | Thomas Jansen <mithi@mithi.net> | 2011-02-04 14:14:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-02-09 22:42:51 +0100 |
commit | 144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1 (patch) | |
tree | b615daaf38a87558d96383934dce2968119c9381 /doc/user.xml | |
parent | 2bde9afdb9ea82525256686b16034fce99f4f63a (diff) | |
download | mpd-144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1.tar.gz mpd-144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1.tar.xz mpd-144d09263786a4cdc6cfc19c5bf3ae7784e5f6e1.zip |
output/shout: add possibility to set url
Added a new optional parameter for the shout plugin called "url".
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 1f74a02d4..f24c7bdb4 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> |