Update where music is stored for ncmpcpp

This commit is contained in:
Jonny Barnes 2018-08-13 19:10:38 +01:00
parent de7db3ac3a
commit 6ab7b8ef99

View file

@ -19,7 +19,7 @@ lyrics_directory = ~/.lyrics
# #
##### connection settings ##### ##### connection settings #####
# #
mpd_host = localhost mpd_host = "~/.mpd/socket"
# #
mpd_port = 6600 mpd_port = 6600
# #
@ -27,7 +27,7 @@ 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 = "/mnt/DATA3/music"
# #
#mpd_crossfade_time = 5 #mpd_crossfade_time = 5
# #