offspring / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

Mutagen not recognising synced lyrics (SYLT) #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that mutagen doesn't recognise synced lyrics added with Karaoke 5. I 
have an mp3 file; I can clearly see with an hex editor the lyrics in the SYLT 
frame, but if I open the file with mutagen's ID3 module, it only recognises the 
COMM frame.

I can send this file privately through email for testing purposes.

Original issue reported on code.google.com by david.de...@gmail.com on 31 Aug 2013 at 1:47

GoogleCodeExporter commented 8 years ago
Thanks for reporting. Please send me the file.

Original comment by reiter.christoph@gmail.com on 31 Aug 2013 at 4:06

GoogleCodeExporter commented 8 years ago
Thanks.

Original comment by reiter.christoph@gmail.com on 31 Aug 2013 at 4:23

GoogleCodeExporter commented 8 years ago
The sylt data ends with a "\n", which isn't valid.

The attached patch ignores it.

Original comment by reiter.christoph@gmail.com on 1 Sep 2013 at 1:23

Attachments:

GoogleCodeExporter commented 8 years ago
It's working now, thanks.
I'll use the patched module to open these files.

Original comment by david.de...@gmail.com on 1 Sep 2013 at 1:33

GoogleCodeExporter commented 8 years ago
However in what format is the timestamp? Milliseconds or what?
Where can I find some detailed info about the ID3 specifications?

Original comment by david.de...@gmail.com on 1 Sep 2013 at 1:34

GoogleCodeExporter commented 8 years ago
http://web.archive.org/web/20130602154814/http://id3.org/id3v2.4.0-frames

Original comment by reiter.christoph@gmail.com on 1 Sep 2013 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by reiter.christoph@gmail.com on 3 Sep 2013 at 5:40