Mp3tag.js Versions Save

MP3 tagging library written in pure JavaScript for Node.js and browsers

v3.9.1

2 months ago

mp3tag.js v3.9.1

  • Added missing ID3v1 genre "RAP"

v3.9.0

3 months ago

mp3tag.js v3.9.0

  • ID3v2.2 support
  • fix saving empty track #635

v3.8.0

3 months ago

mp3tag.js v3.8.0

  • Add skipUnsupported ID3v2 Option #634

v3.7.2

3 months ago

mp3tag.js v3.7.2

  • Fix APIC frame type

v3.7.1

7 months ago

mp3tag.js v3.7.1

  • Fix some data parsed as a single number instead of array

v3.7.0

7 months ago

mp3tag.js v3.7.0

  • Support TSO2 frame
  • Updated dev-dependencies

v3.6.0

8 months ago

mp3tag v3.6.0

  • Support PCNT (Play Counter)
  • Support POPM (Popularimeter)

v3.5.0

8 months ago

mp3tag.js v3.5.0

  • Added TypeScript definition
  • Fixed finding correct first audio frame

v3.4.2

8 months ago

mp3tag.js v3.4.2

  • Fix multiple frames support #619
  • Updated dev dependencies

v3.4.1

8 months ago

mp3tag.js v3.4.1

  • mp3tag.buffer should return Buffer on Nodejs applications
  • Updated devDependencies