You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 lyricfinder.py "[path to music library]" -v
will go through every song and grab lyric, putting them in a .lrc file.
keeps track of which albums have already been checked with the api in a previous run by saving them in a hidden file at the root of your music directory: .checked_albums.txt
About
a simple python tool that will iterate through your music library, find lyrics to the songs if possible, and write them in a .lrc file alongside the song, using lrclib.net API. useful for getting lyrics to appear in playback from self-hosted music libraries on subsonic/navidrome/plex.