43081j / id3

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

ID3v1 tags no longer trim null bytes #44

Closed 43081j closed 5 years ago

43081j commented 5 years ago

v2 removed the trim.

it should instead stop reading at 0x00 (rather than trim)

43081j commented 5 years ago

Closed by #46