blob: a2d0355cb8965dc6d36baff3e1b312ff745a172b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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 "6"
database {
plugin "proxy"
host "pipeframe.xyz"
}
audio_output {
type "pulse"
name "desktop output"
}
input_cache {
size "512 MB"
}
|