diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index ce2ce29..3aa69d4 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -5,7 +5,7 @@ db_file            "~/.config/mpd/database"
 log_file           "syslog"
 
 # 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
 auto_update "yes"
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
index 805a5c3..cd41a48 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config
@@ -17,7 +17,7 @@ mpd_port = 6600
 mpd_connection_timeout = 5
 
 ## Needed for tag editor and file operations to work.
-mpd_music_dir = ~/music
+mpd_music_dir = ~/Music
 
 mpd_crossfade_time = 5