Closed GoogleCodeExporter closed 9 years ago
I don't think there is a bug in Mutagen.
http://id3.org/id3v2.4.0-structure:
The ID3v2 tag size is stored as a 32 bit synchsafe integer (section
6.2), making a total of 28 effective bits (representing up to 256MB).
The ID3v2 tag size is the sum of the byte length of the extended
header, the padding and the frames after unsynchronisation. If a
footer is present this equals to ('total size' - 20) bytes, otherwise
('total size' - 10) bytes.
The "ten extra bytes" you are seeing is because the size present in the ID3
header
does not include the header itself, as per the spec.
Original comment by joe.wreschnig@gmail.com
on 13 Feb 2010 at 11:58
Original issue reported on code.google.com by
motiva...@gmail.com
on 11 Feb 2010 at 6:55Attachments: