Skip to content

FriendlyUser1/lrcget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lrcget

Fetch synced lyrics from LRCLIB and write .lrc files next to your local audio files.

Install

With uv (recommended)

uv sync

With pip

python -m pip install .

Usage

After installation, run the console command:

lrcget /path/to/music

Enable verbose logs:

lrcget /path/to/music --verbose

Skip tracks that are already marked known-missing, even if the cache is expired:

lrcget /path/to/music --ignore-missing

Re-fetch known-missing tracks regardless of expiry:

lrcget /path/to/music --force-missing

You can also run it as a module:

python -m lrcget /path/to/music

Supported audio files

  • .mp3
  • .opus
  • .flac
  • .ogg
  • .wav

About

Personal LRCLIB API client

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages