Jugran / lyrics-in-terminal

Python curses application to view lyrics of current playing song in terminal.
MIT License
241 stars 19 forks source link

Feature extensions for local file tagging of lyrics #40

Open iconoclasthero opened 1 month ago

iconoclasthero commented 1 month ago

So, off the bat, if you can display the link to the lyrics source URL, then you have a clickable link (at least in a lot of terminals I think) where someone could go and double check the lyrics if need be and there's no real solid reason why you couldn't use one of the mutagen or whatever libraries from musicbrainz to write the lyrics to the metadata. I mean otherwise what, really, is the point of editing the lyrics other than to correct them before saving them to metadata tags.

Anyway, i've got some ideas for moving this along... I'm going to fork it so if you ever get back to this project, lemme know.