eidoriantan / mp3tag.js

MP3 tagging library written in pure JavaScript for Node.js and browsers
https://mp3tag.js.org
MIT License
85 stars 9 forks source link

[FEATURE] ID3v2.2 #636

Closed RedHeadEmile closed 9 months ago

RedHeadEmile commented 9 months ago

I don't know much about ID3 versions but would it be hard to support ID3v2.2 ?

I know extremly specific, but, as example, the soundtrack of the game "Portal" released in 2007 uses ID3V2.2 for their mp3 file. So I can't read the buffer from them as I get "Unknown ID3v2 major version".

eidoriantan commented 9 months ago

It wasn't supported because the official specifications of ID3v2.2 was not properly documented. I guess we can support this version following this specs.

Will work on this as soon as I can