blob: 54f13c4ae2ca818948a04f1499ca308dabc6249c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# MPD
#
music_directory "~/music"
db_file "~/.mpd/database"
log_file "/var/log/user/mpd.log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
restore_paused "yes"
auto_update "yes"
input {
plugin "curl"
}
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
|