aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpdconf
blob: 8dd888106712bc3f8cd4c99c1dd497f38e01b598 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bind_to_address "~/.mpd/socket"

db_file "~/.mpd/database"
log_file "~/.mpd/log"

music_directory "/mnt/media/shares/music"
playlist_directory "~/.mpd/playlists"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"

audio_output {
	type "pulse"
	name "PulseAudio"
}