Skip to content
/ lrxy Public

A synced lyric fetcher and embedder for music files

Notifications You must be signed in to change notification settings

pxeemo/lrxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lrxy

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.

Features

  • 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

Installation

Install lrxy with pip:

pip install lrxy

Usage/Examples

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

About

A synced lyric fetcher and embedder for music files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages