aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpdconf
blob: 3dca8b6dc89e0c5bbddd46e2e535009a23bf106f (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"
}