blob: 4e372511999bcc2bebf3b5709c142ff81e8ff086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# An example configuration file for MPD
user "mpd"
music_directory "~/music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
error_file "~/.mpd/error-log"
# An example of an ALSA output
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0" # optional
format "44100:16:2" # optional
}
# Volume control mixer
mixer_type "alsa"
mixer_device "default"
mixer_control "PCM"
|