summaryrefslogtreecommitdiff
path: root/package/mpd/files/mpd.conf
blob: 10b1e69188a275c47a927a5335fd09c3ec9243a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# An example configuration file for MPD
user				"mpd"
music_directory			"~/music"
playlist_directory		"~/.mpd/playlists"
db_file				"~/.mpd/database"
pid_file			"/var/run/mpd/mpd.pid"
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"