43081j / id3

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

Cannot get complete id3 album cover images #14

Closed atarss closed 5 years ago

atarss commented 10 years ago

When using node.js to get album covers, ArrayBuffer in tags.v2.image.data is only part of the file. Like this : snapshot1

Using another Library https://github.com/leetreveil/musicmetadata , I got a correct result : snapshot2

Avnerus commented 9 years ago

I was somehow able to solve this by trial and error. I've created a pull request https://github.com/43081j/id3/pull/21