diff options
author | Alam Arias <alam.gbc@gmail.com> | 2008-10-31 08:19:50 -0400 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-31 13:54:46 +0100 |
commit | f61bb4c8cf5df19afca03a15986cf621b46c9ae1 (patch) | |
tree | 9c566c227b6038be1720b35f1926b363d5e53aab /doc | |
parent | 78f60c9c6d26738a1f6bdef17c74cd80aa04ba5e (diff) | |
download | mpd-f61bb4c8cf5df19afca03a15986cf621b46c9ae1.tar.gz mpd-f61bb4c8cf5df19afca03a15986cf621b46c9ae1.tar.xz mpd-f61bb4c8cf5df19afca03a15986cf621b46c9ae1.zip |
update mpdconf.example that shout ouput encoding and protocol settings are optional
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index ae8ac7ea0..bb42b3f17 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -112,7 +112,7 @@ error_file "~/.mpd/mpd.error" # #audio_output { # type "shout" -# encoding "ogg" +# encoding "ogg" # optional # name "My Shout Stream" # host "localhost" # port "8000" @@ -121,7 +121,7 @@ error_file "~/.mpd/mpd.error" # quality "5.0" # bitrate "128" # format "44100:16:1" -# protocol "icecast2" +# protocol "icecast2" # optional # user "source" # optional # description "My Stream Description" # optional # genre "jazz" # optional |