diff options
author | Max Kellermann <max@duempel.org> | 2009-09-10 23:10:23 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-10 23:10:23 +0200 |
commit | c97bccad0194e8cb0806316ae4979aefa36d2b66 (patch) | |
tree | dd8c78c9b76e9c50d6e84e2ae873f0a4662e98f2 /doc/mpdconf.example | |
parent | a99202a8a4ebda1fcbedb3b024cab3b25c63adad (diff) | |
download | mpd-c97bccad0194e8cb0806316ae4979aefa36d2b66.tar.gz mpd-c97bccad0194e8cb0806316ae4979aefa36d2b66.tar.xz mpd-c97bccad0194e8cb0806316ae4979aefa36d2b66.zip |
doc/mpdconf.example: additional comment signs for some parameters
Add a second column of comment signs on some parameters which users
shouldn't usually set, unless they know what they're doing.
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 919326236..11b14bd93 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -177,11 +177,11 @@ input { #audio_output { # type "alsa" # name "My ALSA Device" -# device "hw:0,0" # optional -# format "44100:16:2" # optional -# mixer_device "default" # optional -# mixer_control "PCM" # optional -# mixer_index "0" # optional +## device "hw:0,0" # optional +## format "44100:16:2" # optional +## mixer_device "default" # optional +## mixer_control "PCM" # optional +## mixer_index "0" # optional #} # # An example of an OSS output: @@ -189,10 +189,10 @@ input { #audio_output { # type "oss" # name "My OSS Device" -# device "/dev/dsp" # optional -# format "44100:16:2" # optional -# mixer_device "/dev/mixer" # optional -# mixer_control "PCM" # optional +## device "/dev/dsp" # optional +## format "44100:16:2" # optional +## mixer_device "/dev/mixer" # optional +## mixer_control "PCM" # optional #} # # An example of a shout output (for streaming to Icecast): @@ -208,12 +208,12 @@ input { # quality "5.0" # bitrate "128" # format "44100:16:1" -# protocol "icecast2" # optional -# user "source" # optional -# description "My Stream Description" # optional -# genre "jazz" # optional -# public "no" # optional -# timeout "2" # optional +## protocol "icecast2" # optional +## user "source" # optional +## description "My Stream Description" # optional +## genre "jazz" # optional +## public "no" # optional +## timeout "2" # optional #} # # An example of a httpd output (built-in HTTP streaming server): @@ -223,7 +223,7 @@ input { # name "My HTTP Stream" # encoder "vorbis" # optional, vorbis or lame # port "8000" -# quality "5.0" # do not define if bitrate is defined +## quality "5.0" # do not define if bitrate is defined # bitrate "128" # do not define if quality is defined # format "44100:16:1" #} @@ -233,8 +233,8 @@ input { #audio_output { # type "pulse" # name "My Pulse Output" -# server "remote_server" # optional -# sink "remote_server_sink" # optional +## server "remote_server" # optional +## sink "remote_server_sink" # optional #} # ## Example "pipe" output: |