Releases: eidoriantan/mp3tag.js
Releases · eidoriantan/mp3tag.js
mp3tag.js v2.0.4
Improvements
- Setting title also sets
TIT2
, artist setsTPE1
, album setsTALB
, year setsTYER
, comment setsCOMM
, track setsTRCK
, and genre setsTCON
mp3tag.js v2.0.3
Fixes
- ID3v1 unicode encoding (#12)
mp3tag.js v2.0.2
Fixes
- TRCK is a string
Improvement
- Validations
mp3tag.js v2.0.1
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
Fixes
- Merging ID3v1 and ID3v2
- Fix COMM
- ID3v1 track validation
mp3tag.js v2.0.0-alpha
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.