update mpdconf.example that shout ouput encoding and protocol settings are optional

This commit is contained in:
Alam Arias 2008-10-31 08:19:50 -04:00 committed by Max Kellermann
parent 78f60c9c6d
commit f61bb4c8cf

View File

@ -112,7 +112,7 @@ error_file "~/.mpd/mpd.error"
# #
#audio_output { #audio_output {
# type "shout" # type "shout"
# encoding "ogg" # encoding "ogg" # optional
# name "My Shout Stream" # name "My Shout Stream"
# host "localhost" # host "localhost"
# port "8000" # port "8000"
@ -121,7 +121,7 @@ error_file "~/.mpd/mpd.error"
# quality "5.0" # quality "5.0"
# bitrate "128" # bitrate "128"
# format "44100:16:1" # format "44100:16:1"
# protocol "icecast2" # protocol "icecast2" # optional
# user "source" # optional # user "source" # optional
# description "My Stream Description" # optional # description "My Stream Description" # optional
# genre "jazz" # optional # genre "jazz" # optional