blob: 552cfe6bf32382896278e3d3228687be3f4883d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
music_directory "~/.config/mpd/folders"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/mpd.db"
log_file "syslog"
pid_file "~/.config/mpd/mpd.pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
port "6600"
save_absolute_paths_in_playlists "yes"
input {
plugin "curl"
}
resampler {
plugin "libsamplerate"
type "0"
}
audio_output {
type "jack"
name "mpd"
}
audio_output {
type "fifo"
name "mpd_fifo"
path "~/.config/mpd/fifo"
format "44100:16:2"
}
|