fix: back to uppercase directory names

This commit is contained in:
Tobias Reisinger 2020-01-15 02:49:43 +01:00
parent 490c978990
commit 6215d6772d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ db_file "~/.config/mpd/database"
log_file "syslog" log_file "syslog"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory # The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory "~/music" music_directory "~/Music"
# Uncomment to refresh the database whenever files in the music_directory are changed # Uncomment to refresh the database whenever files in the music_directory are changed
auto_update "yes" auto_update "yes"

View file

@ -17,7 +17,7 @@ mpd_port = 6600
mpd_connection_timeout = 5 mpd_connection_timeout = 5
## Needed for tag editor and file operations to work. ## Needed for tag editor and file operations to work.
mpd_music_dir = ~/music mpd_music_dir = ~/Music
mpd_crossfade_time = 5 mpd_crossfade_time = 5