Skip to content

cofob/lrcfetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lrcfetcher

A tool to automatically embed synchronized lyrics into your FLAC files. It supports both local .lrc files and an online API (LRCLIB.net).

Installation

Install this package locally:

pip install lrcfetcher

Usage

lrcfetcher [DIRECTORY] [OPTIONS]
  • DIRECTORY (optional, defaults to current directory)
  • -f, --force: Overwrite existing lyrics if present
  • --only-local: Use only local .lrc files
  • --only-online: Always fetch lyrics from an API
  • --local-folder PATH: Specify a folder containing .lrc files

Example

lrcfetcher .

This will search for .flac files in the current directory, skip any that already have lyrics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages