diff options
author | self <self@sateoki.xyz> | 2022-02-13 23:43:02 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-13 23:43:02 +0000 |
commit | 538fc348552b17f363674b1506a3ac36c3d86098 (patch) | |
tree | 99ee911dbb9e30025aa7aa96285c31f5c269fcee /ncmpcpp-config | |
parent | c4bd69ba3436e974c1a2061f1a2e6c9eaf0752c4 (diff) |
Updated mpd: directories now under /var/mpd
Diffstat (limited to 'ncmpcpp-config')
-rwxr-xr-x | ncmpcpp-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ncmpcpp-config b/ncmpcpp-config index d461d7d..f9bf8f5 100755 --- a/ncmpcpp-config +++ b/ncmpcpp-config @@ -19,7 +19,7 @@ ## MPD clients (eg. ncmpc) also use that location. ## # -lyrics_directory = ~/.config/ncmpcpp/lyrics +lyrics_directory = ~/.config/ncmpcpp/lyrics # Maybe update this to /var/ncmpcpp/lyrics? # ##### connection settings ##### # @@ -33,7 +33,7 @@ mpd_port = 6600 # ## Needed for tag editor and file operations to work. ## -mpd_music_dir = ~/.music +mpd_music_dir = /var/mpd/music # #mpd_crossfade_time = 5 # |