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/mpdconf.example | |
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 '')
-rw-r--r-- | doc/mpdconf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index b14337c76..c31763ff0 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 |