GNOME Bugzilla – Bug 784634
tag: Extract unsynchronized lyrics from id3
Last modified: 2018-11-03 11:57:31 UTC
gst-discoverer-1.0 fails to show lyrics from .mp3 files that contain a USLT tag (Unsynchronized lyrics). Using the python bindings to extract the tag also fails. I'm using gstreamer1.0-plugins-base-apps 1.12.1-1 on Ubuntu Artful (17.10) with all plugin categories (good, bad, ugly). MP3 support only came with -ugly. Demo files can be found at http://cweiske.de/tagebuch/embedded-lyrics.htm#demo ID3 specification of USLT tag: http://id3.org/id3v2.3.0#Unsychronised_lyrics.2Ftext_transcription
Here it works, but I don't know how to get tags... I'm really doing ugly hack in Lollypop but I'm looking for a proper way to extract tags from a Gst.Sample...
What is needed is to add support in libgsttag's id3 tag handling to extract USLT as GST_TAG_LYRICS
Here how it works in Lollypop: https://gitlab.gnome.org/gnumdk/lollypop/blob/master/lollypop/tagreader.py#L346 Not sure if it's your question ;)
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/362.