about summary refs log tree commit diff stats
path: root/etc/mpd/mpd.conf
blob: 211758425034a746671b34b6a25ebf314f5b2b6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
music_directory		"~/share/xdg/mus"
playlist_directory	"~/share/mpd/playlists"
db_file				"~/share/mpd/database"
log_file			"~/var/log/mpd.log"	
pid_file			"~/share/mpd/pid"
state_file			"~/share/mpd/state"
sticker_file		"~/share/mpd/sticker.sql"	# auxillary stats

bind_to_address		"~/share/mpd/socket"		# socket
restore_paused		"yes"						# starts paused if MPD is paused when it closes
auto_update			"yes"						# updates the database when the directory changes

audio_output {
	type "alsa"
	name "mpd-mic"
#	device "hw:2" #monopolizes the sound device :(
	mixer_type "software"
}