ID3TagEditor Versions Save

:musical_note::guitar:A Swift library to read and write ID3 Tag of any mp3 file. Supported ID3 tag version: 2.2, 2.3 and 2.4. Supported platform: iOS, macOS, tvOS, watchOS, Linux Ubuntu. :musical_note::guitar:

4.6.0

1 year ago

Added

  • PR #100: ID3FrameStringContentParser crash fix

4.5.0

1 year ago

Added

  • PR #99: Add optimized reader that only read the ID3 header of the file

4.4.2

1 year ago

Fixed

  • Updated doc: added comment frame description and usage

4.4.1

1 year ago

Fixed

  • PR #94: chore: Fix an out of bounds crash

4.4.0

1 year ago

Fixed

  • PR #93: chore: Fixes documentation for examples
  • PR #92: Wire up iTunesGrouping to the ID3TagContentReader
  • Added automatic contributors list generation

4.3.0

1 year ago

Fixed

  • Added support for widget extension

4.2.1

2 years ago

Fixed

  • Fixed #88: ID3 v2.4 non synchsafe size

4.2.0

2 years ago

Added

  • Added ID3TagContentReader to make read content easier

4.1.3

2 years ago

Added

  • Xcode 13 support

4.1.2

2 years ago

Fixed

  • PR #85: Kotlin Multiplatform support