blob: 6f74d4ec9dcf3c49083660adad1fe64af0e365c6 (
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
|
db_file "~/.local/share/mpd/database"
pid_file "~/.local/share/mpd/pid"
playlist_directory "~/.local/share/mpd/playlists"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker"
log_file "~/.local/state/mpd/logs"
bind_to_address "localhost"
restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
type "pulse"
name "pulseaudio"
}
audio_output {
type "fifo"
name "visualiser"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
|