Adding lyrics to a audio file

Thanks to eyed3 I’ve been able to add some lyrics to my favorite music.

This thread shows how to do it but it basically comes down to:

eyeD3 --lyrics=eng:these_lyrics:"$(cat lyrics_file.txt)" some_file.mp3

of course if one wanted to do the reverse…