aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-29 18:28:06 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-29 18:28:06 +0000
commit657bec26b171437b103f67d980e6743b07920e00 (patch)
treebe743a873f31d4863bb32ce389c6b9b02ad57338 /doc/mpdconf.example
parent59bd973de53c372c73b2a22d8b1e9a6b76e4b978 (diff)
update default mpdconf.example to use default ao output
git-svn-id: https://svn.musicpd.org/mpd/trunk@2407 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example120
1 files changed, 61 insertions, 59 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index f13cf291..738cf305 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -14,37 +14,35 @@ error_file "~/.mpd/mpd.error"
# EVERYTHING ELSE IS OPTIONAL
##########################################################
-################# FILESYSTEM SETTINGS ####################
-#
-# If the names of files or directories are
-# not correctly displayed then set the
-# following to the filesystem coding.
-#
-# Usually this is either:
-# ISO-8859-1 or UTF-8
-#
-# After changing the filesystem_charset
-# you will need to recreate the db:
-# mpd --create-db
+################## AUDIO OUTPUT ##########################
#
-#filesystem_charset "ISO-8859-1"
+# libao (ao_driver) supports any of the following:
+# Refer to libao documentation for more information
#
-##########################################################
-
-#################### OPTIONAL FILES ######################
+audio_output {
+# Use default settings
+ type "ao"
+ name "default ao output"
#
-# Location of DB file
+# use this if you want to use OSS audio output
+# type "ao"
+# name "my OSS sound card"
+# driver "oss"
+# options "dsp=/dev/dsp"
#
-#db_file "~/.mpd/mpd.db"
+# use this if you want to use ALSA audio output
+# type "ao"
+# name "my ALSA device"
+# driver "alsa09"
+# options "dev=hw:0,0"
+} # end of audio_output "ao"
#
-# The state file (if set) will be a file
-# for storing all current information
-# (playlist, playing/paused, etc...) from
-# the last MPD session. This will be used
-# to recreate your last MPD session after
-# restart.
+# Set this if you have problems
+# playing audio files.
+# This will resample your music so
+# that it comes out at the set rate.
#
-#state_file "~/.mpd/mpdstate"
+#audio_output_format "44100:16:2"
#
##########################################################
@@ -68,39 +66,6 @@ error_file "~/.mpd/mpd.error"
##########################################################
-################## AUDIO OUTPUT ##########################
-#
-# libao (ao_driver) supports any of the following:
-# Refer to libao documentation for more information
-#
-# OSS Audio Output
-#audio_output {
-# type "ao"
-# name "my OSS device"
-# driver "oss"
-# options "dsp=/dev/dsp"
-# write_size "1024"
-#}
-#
-# ALSA Audio Output
-#audio_output {
-# type "ao"
-# name "my ALSA device"
-# driver "alsa09"
-# options "dev=hw:0,0"
-# write_size "1024"
-#}
-#
-# Set this if you have problems
-# playing audio files.
-# This will resample your music so
-# that it comes out at the set rate.
-#
-#audio_output_format "44100:16:2"
-#
-##########################################################
-
-
################# SHOUT STREAMING ########################
#
# Set this to allow mpd to stream its output to icecast2
@@ -115,10 +80,47 @@ error_file "~/.mpd/mpd.error"
# password "hackme"
# quality "5.0"
# format "44100:16:1"
-#}
+#} # end of audio_output
#
##########################################################
+
+################# FILESYSTEM SETTINGS ####################
+#
+# If the names of files or directories are
+# not correctly displayed then set the
+# following to the filesystem coding.
+#
+# Usually this is either:
+# ISO-8859-1 or UTF-8
+#
+# After changing the filesystem_charset
+# you will need to recreate the db:
+# mpd --create-db
+#
+#filesystem_charset "ISO-8859-1"
+#
+##########################################################
+
+
+#################### OPTIONAL FILES ######################
+#
+# Location of DB file
+#
+#db_file "~/.mpd/mpd.db"
+#
+# The state file (if set) will be a file
+# for storing all current information
+# (playlist, playing/paused, etc...) from
+# the last MPD session. This will be used
+# to recreate your last MPD session after
+# restart.
+#
+#state_file "~/.mpd/mpdstate"
+#
+##########################################################
+
+
################# REPLAYGAIN #############################
#
# Use Replay Gain (album or title)