blob: 7321d5bd57563d1bf113d9a94b58e5d39618ac08 (
plain) (
blame)
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 "/var/lib/mpd/music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.local/state/mpd/db"
state_file "~/.local/state/mpd/state"
filesystem_charset "UTF-8"
auto_update "yes"
input {
plugin "curl"
}
audio_output {
type "fifo"
name "my_fifo"
path "$XDG_RUNTIME_DIR/mpd/mpd.fifo"
format "44100:16:2"
}
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
|