This tool is a synced lyric fetcher utility that leverages the LRCLib API to fetch and save lyrics inside the lyric tag frame of music files.
- Fetch and embed lyric to metadata
- Fetch and write lyric to lrc file
- Embed lyric from lrc file to metadata
- batch lyric fetch
- Supported formats:
- mp3
- flac
- m4a
Install lrxy with pip:
pip install lrxy
This is the guide for how to use this:
usage: lrxy [-h] [-s] [-i LRC] file
A synced lyric fetcher and embedder for music files
positional arguments:
file path of music file
options:
-h, --help show this help message and exit
-s, --separate write lyric to a lrc file
-i LRC, --input LRC embed from a lrc file
for example this will create a lrc file with the same name as file name:
lrxy -s filename.mp3