Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
657bec26
Commit
657bec26
authored
Oct 29, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain 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
parent
59bd973d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
59 deletions
+61
-59
mpdconf.example
doc/mpdconf.example
+61
-59
No files found.
doc/mpdconf.example
View file @
657bec26
...
@@ -14,37 +14,35 @@ error_file "~/.mpd/mpd.error"
...
@@ -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
# 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"
# libao (ao_driver) supports any of the following:
# Refer to libao documentation for more information
#
#
##########################################################
audio_output {
# Use default settings
#################### OPTIONAL FILES ######################
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
# Set this if you have problems
# for storing all current information
# playing audio files.
# (playlist, playing/paused, etc...) from
# This will resample your music so
# the last MPD session. This will be used
# that it comes out at the set rate.
# to recreate your last MPD session after
# restart.
#
#
#
state_file "~/.mpd/mpdstate
"
#
audio_output_format "44100:16:2
"
#
#
##########################################################
##########################################################
...
@@ -68,39 +66,6 @@ error_file "~/.mpd/mpd.error"
...
@@ -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"
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment