A python tool for fetching lyrics from multiple (pluggable) sources. Might later utilise a standard lyrics format (with arrangement support, and preferably timing).
Go to file
2023-11-24 16:17:08 +11:00
sources lmao 2023-11-24 16:17:08 +11:00
config.json.example initcommit, I'll add .gitignore later 2021-11-17 22:44:26 +11:00
getlyrics.py Fails more cleanly now, even distinguishes between wrong name and no lyrics 2022-06-06 17:48:43 +10:00
README.md Fails more cleanly now, even distinguishes between wrong name and no lyrics 2022-06-06 17:48:43 +10:00
utils.py lmao 2023-11-24 16:17:08 +11:00

A lyrics fetching tool, written in python. Similarly designed to a package manager. Manages indexing itself, sources don't need to do that.
Offers a similarity checker for matching strings, if sources do not wish to implement their own.
Most paths in config.json, if relative, will be relative to the base "lyrics" path. If that path is relative, it's relative to the current working directory. Please do not make that path relative.