diff options
Diffstat (limited to 'mpd/ncmpcpp/config')
-rw-r--r-- | mpd/ncmpcpp/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mpd/ncmpcpp/config b/mpd/ncmpcpp/config index 87deeb0..6814e2a 100644 --- a/mpd/ncmpcpp/config +++ b/mpd/ncmpcpp/config | |||
@@ -10,7 +10,8 @@ mpd_port = "6600" | |||
10 | mpd_crossfade_time = "2" | 10 | mpd_crossfade_time = "2" |
11 | 11 | ||
12 | ### Script ### | 12 | ### Script ### |
13 | execute_on_song_change="~/.config/ncmpcpp/scripts/album-art" | 13 | #execute_on_song_change="~/.config/ncmpcpp/scripts/album-art" |
14 | execute_on_song_change = "~/.ncmpcpp/cover_obs.sh" | ||
14 | 15 | ||
15 | ### Behaviour ### | 16 | ### Behaviour ### |
16 | message_delay_time = 1 | 17 | message_delay_time = 1 |
@@ -91,3 +92,4 @@ lines_scrolled = "2" | |||
91 | 92 | ||
92 | system_encoding = "utf-8" | 93 | system_encoding = "utf-8" |
93 | regular_expressions = "extended" | 94 | regular_expressions = "extended" |
95 | |||