Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 952 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 952 Bytes

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