update default mpdconf.example to use default ao output
git-svn-id: https://svn.musicpd.org/mpd/trunk@2407 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
59bd973de5
commit
657bec26b1
@ -14,37 +14,35 @@ error_file "~/.mpd/mpd.error"
|
|||||||
# EVERYTHING ELSE IS OPTIONAL
|
# EVERYTHING ELSE IS OPTIONAL
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
################# FILESYSTEM SETTINGS ####################
|
################## AUDIO OUTPUT ##########################
|
||||||
#
|
#
|
||||||
# If the names of files or directories are
|
# libao (ao_driver) supports any of the following:
|
||||||
# not correctly displayed then set the
|
# Refer to libao documentation for more information
|
||||||
# following to the filesystem coding.
|
|
||||||
#
|
#
|
||||||
# Usually this is either:
|
audio_output {
|
||||||
# ISO-8859-1 or UTF-8
|
# Use default settings
|
||||||
|
type "ao"
|
||||||
|
name "default ao output"
|
||||||
#
|
#
|
||||||
# After changing the filesystem_charset
|
# use this if you want to use OSS audio output
|
||||||
# you will need to recreate the db:
|
# type "ao"
|
||||||
# mpd --create-db
|
# name "my OSS sound card"
|
||||||
|
# driver "oss"
|
||||||
|
# options "dsp=/dev/dsp"
|
||||||
#
|
#
|
||||||
#filesystem_charset "ISO-8859-1"
|
# 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"
|
||||||
#
|
#
|
||||||
##########################################################
|
# Set this if you have problems
|
||||||
|
# playing audio files.
|
||||||
#################### OPTIONAL FILES ######################
|
# This will resample your music so
|
||||||
|
# that it comes out at the set rate.
|
||||||
#
|
#
|
||||||
# Location of DB file
|
#audio_output_format "44100:16:2"
|
||||||
#
|
|
||||||
#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"
|
|
||||||
#
|
#
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
@ -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 ########################
|
################# SHOUT STREAMING ########################
|
||||||
#
|
#
|
||||||
# Set this to allow mpd to stream its output to icecast2
|
# Set this to allow mpd to stream its output to icecast2
|
||||||
@ -115,10 +80,47 @@ error_file "~/.mpd/mpd.error"
|
|||||||
# password "hackme"
|
# password "hackme"
|
||||||
# quality "5.0"
|
# quality "5.0"
|
||||||
# format "44100:16:1"
|
# 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 #############################
|
################# REPLAYGAIN #############################
|
||||||
#
|
#
|
||||||
# Use Replay Gain (album or title)
|
# Use Replay Gain (album or title)
|
||||||
|
Loading…
Reference in New Issue
Block a user