Skip to content

Releases: eidoriantan/mp3tag.js

mp3tag.js v2.0.4

29 Apr 05:02
a6ef615
Compare
Choose a tag to compare

Improvements

  • Setting title also sets TIT2, artist sets TPE1, album sets TALB, year sets TYER, comment sets COMM, track sets TRCK, and genre sets TCON

mp3tag.js v2.0.3

27 Apr 08:53
7c18d20
Compare
Choose a tag to compare

Fixes

  • ID3v1 unicode encoding (#12)

mp3tag.js v2.0.2

26 Apr 12:47
154ec14
Compare
Choose a tag to compare

Fixes

  • TRCK is a string

Improvement

  • Validations

mp3tag.js v2.0.1

24 Apr 08:17
0272c6b
Compare
Choose a tag to compare

Fixes

  • TKEY validation
  • USER validation
  • SYLT validation
  • SYTC validation
  • MCDI parsing, validation, and writing
  • Remove SIGN when moving to v2.3
  • Filter tags on validation

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.