21 lines
750 B
Plaintext
21 lines
750 B
Plaintext
|
music_directory "/home/pi/luniebox/library"
|
||
|
playlist_directory "/var/lib/mpd/playlists"
|
||
|
db_file "/var/lib/mpd/tag_cache"
|
||
|
restore_paused "yes"
|
||
|
log_file "/var/log/mpd/mpd.log"
|
||
|
pid_file "/run/mpd/pid"
|
||
|
state_file "/var/lib/mpd/state"
|
||
|
sticker_file "/var/lib/mpd/sticker.sql"
|
||
|
user "mpd"
|
||
|
bind_to_address "localhost"
|
||
|
audio_output {
|
||
|
type "alsa"
|
||
|
name "ALSA Device"
|
||
|
device "hw:CARD=sndrpihifiberry"
|
||
|
mixer_type "software"
|
||
|
mixer_device "default"
|
||
|
mixer_control "PCM"
|
||
|
mixer_index "0"
|
||
|
}
|
||
|
volume_normalization "yes"
|
||
|
filesystem_charset "UTF-8"
|