summaryrefslogtreecommitdiff
path: root/.config/mpd.conf
blob: ee1c90b6e2bdb4d3332f7391712b56b0d4bccf0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
music_directory		"~/music"
playlist_directory	"~/.config/mpd/playlists"
state_file		"~/.config/mpd/state"

auto_update		"yes"
bind_to_address		"127.0.0.1"
restore_paused		"yes"
max_output_buffer_size	"16384"

audio_output {
	type	"pipewire"
	name	"PipeWire Sound Server"
}