43081j / id3

A JavaScript ID3 tags parser for Node & browsers.
MIT License
335 stars 63 forks source link

PRIV size not SynchSafeInt #28

Closed defenderjim closed 5 years ago

defenderjim commented 9 years ago

I have mp3s where ID3 is not finding the embedded image. Win Explorer, TagScanner, Quintessential, all find the artwork. I see that part of the problem, is that when ID3 finds the PRIV tag, it treats it as SynchSafe, when it shouldn't. The APIC tag comes right after the PRIV tag. The size calculation is correct if not treated as SynchSafe.