MxD can help you fetch lyrics from Musixmatch
- Install requirements
pip install -r requirements.txt - Run with Python
python main.py -h - Here's the output
usage: main.py [-h] [-a ARTIST] [-t TRACK] [-l ALBUM] [--token TOKEN] [--refresh-token] [--synced] [--overwrite] [--max-depth MAX_DEPTH] [--wait WAIT] [-v] [path]
MxD, a Musixmatch utility, version 1.3(1), by ElliotCHEN37
positional arguments:
path Path to audio file or folder
optional arguments:
-h, --help show this help message and exit
-a ARTIST, --artist ARTIST
Artist Name
-t TRACK, --track TRACK
Track Title
-l ALBUM, --album ALBUM
Album Name
--token TOKEN User Token (optional)
--refresh-token Refresh user token
--synced Download synced lyric (optional)
--overwrite Overwrite existing .lrc files
--max-depth MAX_DEPTH
Max searching depth in sub-folder
--wait WAIT Wait for a moment between downloads
-v, --verbose Display detailed debug information
- EeveeSpotify for Musixmatch request API
- Lyrics Plus from Spicetify for Musixmatch user token API