Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r74.
Original comment by Karoly.Lorentey
on 29 Oct 2009 at 10:51
Thanks for finding this! If possible, could you please send me a dump of the
tags in that file? I’d love to add it
as a new test case.
Original comment by Karoly.Lorentey
on 29 Oct 2009 at 10:53
Of course ... could you tell me how to easily dump the tag of an mp3 file?
Original comment by superm...@googlemail.com
on 30 Oct 2009 at 10:20
Stagger’s command line tool has an option for dumping tags:
$ stagger --dump track01.mp3 > dump.id3
You can either attach the dump file to this issue, or just email it to
karoly.lorentey @ gmail.com. Thanks!
Original comment by Karoly.Lorentey
on 30 Oct 2009 at 10:42
Thanks for the hint, I didn't notice yet that stagger has a command line tool.
;-)
Original comment by superm...@googlemail.com
on 30 Oct 2009 at 11:11
Attachments:
[deleted comment]
Sorry for the last comment, that of course was an error in my own code. ;-)
Original comment by superm...@googlemail.com
on 30 Oct 2009 at 11:24
Thanks for the id3 dump; it turns out that the TENC frame in this tag is
completely valid! It just has a "discard
on file alter" status flag which stagger should've accepted without complaint.
I corrected a typo in the bitmask for the format flag byte, which fixes this
behavior. I also added your dump file
to stagger's test suite. Thanks again!
Original comment by Karoly.Lorentey
on 2 Nov 2009 at 5:11
Original issue reported on code.google.com by
superm...@googlemail.com
on 29 Oct 2009 at 2:15