Skip to content

A python tool that searches and saves lyrics from music metadata

License

Notifications You must be signed in to change notification settings

ZorvShadow/lrc-get-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of lrc-get in python

How to use

python .\lrc_get.py -i [INPUT-FOLDER])

Examples

  • python .\lrc_get.py -i "C:\music\Lit Killah - SnipeZ "
  • python .\lrc_get.py -i "C:\music\Lit Killah - SnipeZ " -o "C:\music\lyrics" (lyrics will be saved to output folder)
  • python .\lrc_get.py -i "C:\music\Lit Killah - SnipeZ " -r (existing lyrics will be replaced)

Arguments

  • -i or --input : Path of audio files
  • -o or --output : (OPTIONAL) Output folder of lyrics files
  • -r or --replace: (OPTIONAL) If present, replaces existing .lrc files

Installation

  1. Clone this repository
  2. Install ffmpeg and add it to PATH
  3. Install dependencies
    • pip install -r requirements.txt

TODO:

  • Don't use ffmpeg
  • Add GUI
  • Manual search for lyrics

Notes

I'm not very good with python and english is not my main language, so I would greatly appreciate your help in my little project


Based on the work by @tranxuanthang in https://github.com/tranxuanthang/lrcget

About

A python tool that searches and saves lyrics from music metadata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages