Skip to content

Releases: eidoriantan/mp3tag.js

mp3tag.js v2.0.0

23 Apr 06:57
2dce91b
Compare
Choose a tag to compare

Fixes

  • Merging ID3v1 and ID3v2
  • Fix COMM
  • ID3v1 track validation

mp3tag.js v2.0.0-alpha

22 Apr 18:48
44de75c
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGES

  • See Usage for the new API usage

Features

  • Able to tag both ID3v1 and ID3v2 on the same file
  • Able to transform ID3v2.3 to ID3v2.4 tags and vice versa
  • You can opt out the strict mode when validating the frames

Notes

  • Since the new API can now read both ID3v1 and ID3v2 synchronously, tags such as title could duplicate. When this happens, the duplicated tags will be overwritten by ID3v2.