diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-10-26 03:47:31 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-10-26 03:47:31 +0000 |
commit | d9c89943194f4ea7ed0197b9931cef7e635796f8 (patch) | |
tree | be7d7a39977b649388ba5d53df58ba5fce38b69f /doc | |
parent | 2a165ca8268cebfa65f2c93cdb0d9652a80933c1 (diff) | |
download | mpd-d9c89943194f4ea7ed0197b9931cef7e635796f8.tar.gz mpd-d9c89943194f4ea7ed0197b9931cef7e635796f8.tar.xz mpd-d9c89943194f4ea7ed0197b9931cef7e635796f8.zip |
add shout* stuff to exampe mpd config file
git-svn-id: https://svn.musicpd.org/mpd/trunk@2348 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index d4bf0a5f8..cabfcdb83 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -163,6 +163,20 @@ error_file "~/.mpd/mpd.error" ########################################## +################ SHOUT OPTIONS ##################### +# +#shout_host "host" +#shout_port "8000" +#shout_user "source" +#shout_password "hackme" +#shout_name "My MPD!" +#shout_mount "/mpd.ogg" +#shout_quality "0.5" +#shout_format "44100:16:1" +# +#################################################### + + ################ MISCELLANEOUS OPTIONS ################### # # This setting exists as precaution against attacks. |