diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-25 17:42:40 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-25 17:42:40 +0900 |
| commit | acff8d35ad55ccae03fe9c73ab6c53aeb316324e (patch) | |
| tree | 1caa02e8670303a4073fc3616362db37d0c88c26 /ar/.config/ncmpcpp/config | |
| parent | 65836f3fbe366f486673f3c42043d3c07e53e046 (diff) | |
modified ncmpcpp/config, modified Music/.music.txt, modified Music/.music_titles.txt, created ncmpcpp/genius-lyrics.pyHEADmaster
Diffstat (limited to 'ar/.config/ncmpcpp/config')
| -rw-r--r-- | ar/.config/ncmpcpp/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ar/.config/ncmpcpp/config b/ar/.config/ncmpcpp/config index 6cea647..5e90e43 100644 --- a/ar/.config/ncmpcpp/config +++ b/ar/.config/ncmpcpp/config @@ -335,7 +335,7 @@ song_columns_list_format = (20)[cyan]{a} (40)[yellow]{t} (30)[blue]{b} (10)[mage ## Note: Custom command that will be executed each time song changes. Useful for ## notifications etc. ## -execute_on_song_change="pkill -RTMIN+2 dwmblocks" +execute_on_song_change="pkill -RTMIN+2 dwmblocks; (~/.config/ncmpcpp/genius-lyrics.py >/dev/null 2>&1 &)" # ## ## Note: Custom command that will be executed each time player state @@ -421,7 +421,11 @@ media_library_albums_split_by_date = no # #cyclic_scrolling = no # -#lyrics_fetchers = tags, genius, tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, internet +## Only `tags` (embedded lyrics) is kept here. The broken built-in `genius` +## scraper is removed on purpose; lyrics downloading is handled by +## ~/.config/ncmpcpp/genius-lyrics.py (run from execute_on_song_change). +## To restore ncmpcpp's own fetchers, re-add: genius, tekstowo, plyrics, ... +lyrics_fetchers = tags # #follow_now_playing_lyrics = no # |
