Skip to content

Files

Latest commit

ca9ffe0 · Apr 1, 2022

History

History

Lyrics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 1, 2022
Jul 16, 2021
Jan 20, 2022
Jul 16, 2021
Jan 20, 2022

Readme.md

Lyrics

Chorus go repeeeeeaatttt!

Script to search/apply lyrics.

Install

Either directly use main.py or install using setup.py/pip.

Usage

  • To search for lyrics of a song
    • lyr search $song_name
  • To apply lyrics to a specific song
    • lyr search $song_name -f $path-to-mp3/m4a-file
    • To apply lyrics to all the songs in the current working direcory
      • lyr apply
      • Note: for this to work properly, the songs must be named in a good manner, e.g, 'NF - The Search.mp3'

Providers

You can specify which provider to use by prepending --musixmatch or --genius when running lyr, e.g, lyr --genius search "NF - Clouds"