blob: 1d9c985ebea5379da1e54ec7269e15fcebcce1f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
bind_to_address "127.0.0.1"
bind_to_address "::1"
bind_to_address "/run/mpd/socket"
db_file "~/.config/mpd/database"
state_file "~/.config/mpd/state"
playlist_directory "~/.config/mpd/playlists"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
name "Music"
}
music_directory "~/.config/mpd/music"
zeroconf_enabled "yes"
zeroconf_name "MPD @ %h"
|