dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit cecaaeb62667bb83e9ee612d8d6e0323ef70f52b
parent ce7f30a0aeaa96f36776cff9ba7899ceb2043666
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 28 Jul 2025 00:25:40 +0200

ncmpcpp: remove nonexisting fetchers

Diffstat:
Mncmpcpp/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ncmpcpp/config b/ncmpcpp/config @@ -6,7 +6,7 @@ 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 +lyrics_fetchers = tags, genius, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet mpd_music_dir = "~/Music/Libraries/Mine/" system_encoding = "utf-8"