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.
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 realUSLT
tag, but it seems almost no music player desktop application considered covering this case in a nice-looking functionality. I see you're usingGst
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.