artemanufrij / playmymusic

An elementary OS app
http://anufrij.org/melody
95 stars 26 forks source link

Handle USLT tag for Lyrics fetching #169

Closed streambinder closed 4 years ago

streambinder commented 5 years ago

It would be nice to include items ID3 USLT (Unsynchronized lyric/text transcription) metadata fetching. In my library I have tons of mp3 files in which I encapsulated a real USLT tag, but it seems almost no music player desktop application considered covering this case in a nice-looking functionality. I see you're using Gst library to fetch tags and noticed Gstreamer actually already has a dedicated tag constant for the one we're looking for: it seems fetching part is pretty simple to implement (if it was the only part to do, I would have done a PR), but I'm a stranger to the graphical development. Let me know.

streambinder commented 4 years ago

No feedback.