commit ef5f220454541ab896aa3c6865b1e67cd732f2c7
parent 5c4c04892c0f7e9a5112d5f2e14dad191ec56cd9
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 8 Dec 2022 19:36:32 +0100
ncmpcpp: fetch tags from file
I'm using my own build of ncmpcpp.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ncmpcpp/config b/ncmpcpp/config
@@ -4,6 +4,9 @@ ncmpcpp_directory = "~/.config/ncmpcpp"
lyrics_directory = "~/.local/share/lyrics"
follow_now_playing_lyrics = yes
fetch_lyrics_for_current_song_in_background = yes
+# systems to fetch lyrics, in order of priority.
+# for tags lyrics fetcher, you need my fork of ncmpcpp: https://github.com/thezeroalpha/ncmpcpp
+lyrics_fetchers = tags, azlyrics, genius, musixmatch, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet
mpd_music_dir = "~/Music/Libraries/Mine/"
system_encoding = "utf-8"