Skip to content

Releases: Zeugma440/atldotnet

Version 4.31

17 Apr 13:44
Compare
Choose a tag to compare

Important fix for many formats where reading would skip information in certain circumstances (continued).

Binaries are available from nuGet

Version 4.29

05 Apr 13:11
Compare
Choose a tag to compare

Fixed

  • General : Rewriting very large (>2GB) files
  • WAV : Rewriting very large (>2GB) files where data chunk is not the first chunk

Binaries are available from nuGet

Version 4.28

03 Apr 17:01
Compare
Choose a tag to compare

Fixed

WAV : Properly read RF64 files with badly formatted data chunk size

Binaries are available from nuGet

Version 4.27

31 Mar 17:19
Compare
Choose a tag to compare

Fixed

Vorbis (OGG, FLAC, OPUS) : Keep DATE field format after saving when using a plain year (YYYY)

Binaries are available from nuGet

Version 4.26

27 Mar 19:10
Compare
Choose a tag to compare

Breaking changes

  • MetaDataIOFactory : Removed deprecated TagType consts
  • WAV : Changed naming convention in additionalData keys
Old convention New convention
info.Labels[] adtl.Labels[]
disp[] disp.entry[]

New

  • WAV : Support for files with multiple LIST chunks

Fixed

  • Prevent buffering more than 150MB when rewriting files
  • WAV : Detect embedded ID3v2 chunks regardless of the case of their header (e.g. ID3, id3)
  • WAV : Prevent native metadata (i.e. info, ixml, bext...) from showing up in embedded ID3v2 TXXX fields

Binaries are available from nuGet

4.25

23 Mar 10:29
Compare
Choose a tag to compare

Technical : Optimize OGG read memory footprint for simple files where Comment header takes up one single sub-page

Binaries are available from nuGet

4.24

19 Mar 14:02
Compare
Choose a tag to compare

New

WAV : Support for RF64 format; used for very large (> 4GB) files

Binaries are available from nuGet

Version 4.23

12 Mar 16:51
Compare
Choose a tag to compare

Fixed

  • General : Lyrics can now be removed from a file by settings Track.Lyrics to null
  • WAV : Chunks padded with non-zero bytes are now parsed properly

Binaries are available from nuGet

Version 4.22 - Hotfix

11 Mar 19:24
Compare
Choose a tag to compare

Fix infinite loop

Binaries are available from nuGet

Version 4.21

09 Mar 20:23
Compare
Choose a tag to compare

Interface breaker
Track.PictureTokens field has been definitely removed (was previously marked as obsolete)

New

  • ATL now auto-detects the audio format when building a Track using a Stream alone, without specifying any Mime-type
  • ATL now auto-detects the audio format when building a Track using a file path without extension

Binaries are available from nuGet