Skip to content

Releases: Zeugma440/atldotnet

Version 2.2

18 Nov 08:18
bdcd372
Compare
Choose a tag to compare

Functional

  • ID3v2 chapters support (CTOC and CHAP frames)
  • Vorbis chapters support
  • AAC Nero chapters support
  • AAC Quicktime chapters support (reading only)
  • GYM and VGM file formats support
  • Smarter detection of ID3v2 comments. Comments with description (e.g. "Catalog number") now appear as additional fields, and are persisted as TXXX fields, except for iTunes-specific tags (iTunNORM, iTunSMPB, iTunPGAP) that need to appear inside a "Comment" field

Bugfixes

  • ID3v2 : Fix unrecognized ID3v2.2 / ID3v2.3 fields as "standard" fields when rewriting the tag with ID3v2.4 standard (e.g. "RVA" was persisted as "TXXX RVA" instead of "RVA2")
  • ID3v2 : Fix unwanted text encoding byte in URL frames (e.g. WPUB)

Version 2.1

22 Oct 15:14
Compare
Choose a tag to compare

Tech stuff

  • No external dependency to OpenCover
  • Compatibility with .NET Core 2.0 & .NET Standard 2.0 (System.Drawing is replaced by Commons.ImageUtils)

Functional

  • Track class now allows to retrieve all embedded pictures (not just the first one)
  • Public methods to easily add, update and remove metadata using the Track class
  • Public methods to easily add, update and remove embedded pictures using the Track class

Bugfixes

  • ID3v2 : Read cleaner values from UTF-16 encoded TXXX fields

Version 2.0

24 Sep 20:29
Compare
Choose a tag to compare

ATL version 2.0