blob: f999a2b9b06b0cbd32c9a2e029f57e355bdfc829 (
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 "https://media.pipeframe.xyz/music"
playlist_directory "/mnt/mpd/playlists"
pid_file "/mnt/mpd/mpd.pid"
state_file "/mnt/mpd/mpdstate"
bind_to_address "0.0.0.0"
port "6600"
restore_paused "yes"
replaygain "track"
replaygain_preamp "0"
database {
plugin "proxy"
host "pipeframe.xyz"
}
audio_output {
type "pulse"
name "desktop output"
}
|