|
@ -0,0 +1,13 @@ |
|
|
|
|
|
port "6600" |
|
|
|
|
|
|
|
|
|
|
|
log_file "~/.local/share/mpd/log" |
|
|
|
|
|
music_directory "/mnt/network/Audio" |
|
|
|
|
|
# mkdir playlists |
|
|
|
|
|
playlist_directory "~/.local/share/mpd/playlists" |
|
|
|
|
|
db_file "~/.local/share/mpd/database" |
|
|
|
|
|
state_file "~/.local/share/mpd/state" |
|
|
|
|
|
sticker_file "~/.local/share/mpd/sticker.sql" |
|
|
|
|
|
|
|
|
|
|
|
auto_update "yes" |
|
|
|
|
|
replaygain "album" |
|
|
|
|
|
metadata_to_use "artist,album,title,track,name,genre,date,albumartist" |