aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/mpdconf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 139ebe29f..7c9cdab86 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -77,11 +77,15 @@ audio_output {
# host "hostname"
# port "8000"
# mount "/mpd.ogg"
-# user "source"
# password "hackme"
# quality "5.0"
# bitrate "128"
# format "44100:16:1"
+#
+# Optional Paramters
+# user "source"
+# description "here's my long descriptiion"
+# genre "jazz"
#} # end of audio_output
#
##########################################################