aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf##hostname.thoncc
blob: 2f21ce42ef80f762263339bbf5488c2d22437a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
music_directory "/mnt/mpd/music"
playlist_directory "/mnt/mpd/playlists"

pid_file "/mnt/mpd/mpd.pid"
state_file "/mnt/mpd/mpdstate"

bind_to_address		"*"
port				"6600"
restore_paused		"yes"

replaygain "track"
replaygain_preamp "0"

database {
	plugin "proxy"
	host "pipeframe.xyz"
}

audio_output {
	type			"pulse"
	name			"desktop output"
}