Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 582 Bytes

mxlrc.py

Get lyrics from MusixMatch.

Features:

  • Automatically parses Spotify track ID, MusixMatch ID, 12 digit ISRC and searches MusixMatch for the unparsed (this is not reliable).
  • Automatically generates unexpiring and reliable tokens.

Usage:

Usage: mxlrc.py [OPTIONS] TRACK

Options:
  --token TEXT  MusixMatch API token (Optional)
  -l, --lrc     Output LRC instead of plain text
  --help        Show this message and exit.

Forked from here.