A CLI tool to download song lyrics from multiple sources, and optionally embed them into audio files.
Sources
The following sources are supported:
Usage
Print the lyrics to stdout:
$ lyr --artist="Lynyrd Skynyrd" --title="Free Bird"
Output the lyrics to a file:
$ lyr --artist="Lynyrd Skynyrd" --title="Free Bird" lyrics.txt
Determine the artist and title from a file, and embed the lyrics into it:
$ lyr --input="some-music-file.mp3"