Fetch synced lyrics from LRCLIB and write .lrc files next to your local audio files.
uv syncpython -m pip install .After installation, run the console command:
lrcget /path/to/musicEnable verbose logs:
lrcget /path/to/music --verboseSkip tracks that are already marked known-missing, even if the cache is expired:
lrcget /path/to/music --ignore-missingRe-fetch known-missing tracks regardless of expiry:
lrcget /path/to/music --force-missingYou can also run it as a module:
python -m lrcget /path/to/music.mp3.opus.flac.ogg.wav