You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
462 B
13 lines
462 B
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"
|