Skip to content

Releases: Zeugma440/atldotnet

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

Version 4.20

26 Feb 12:58
Compare
Choose a tag to compare

Fixed
MP4/M4A : Using Track.Year or Track.Date now reflects properly on the persisted @day value (YYYY and YYYY-MM-DD respectively)

Binaries are available from nuGet

Version 4.19

07 Feb 20:43
Compare
Choose a tag to compare

WAV : Ignore invalid characters and invalid encoding declaration on iXML chunk

Binaries are available from nuGet

Version 4.18

05 Jan 20:35
3036e7c
Compare
Choose a tag to compare

New

ATL now logs metadata inconsistencies (INFO log level)

  • Track number and total
  • Disc number and total
  • Chapter timestamps vs. audio duration
  • Synchronized lyrics timestamps vs. audio duration

Fixed

Vorbis tags with 0-indexed chapters (i.e. starting at CHAPTER000) are now properly supported

Binaries are available from nuGet

Version 4.17

22 Dec 20:32
Compare
Choose a tag to compare

Fixed : Crash when reading WAV files withy tiny label subchunks in their LIST cunk

Binaries are available from nuGet

Version 4.16

09 Dec 16:16
Compare
Choose a tag to compare

Changed

  • Log a warning when file extension or MIME type are not recognized (using the ATL logger)

Fixed

  • DTS : Fix bit depth, sample rate and channels detection

Binaries are available from nuGet

Version 4.15

05 Dec 20:54
Compare
Choose a tag to compare

New

  • BitDepth property to read bit depth (bits per sample)

Fixed

  • FLAC is now properly associated with the audio/flac and audio/x-ogg MIME types

Binaries are available from nuGet

Version 4.14

23 Nov 20:22
Compare
Choose a tag to compare

Fixes

  • Playlists now properly read and save http(s) resources (online streams)
  • Generic : Saving an embedded picture on a file where it already exists doesn't remove it anymore
  • AIFF : Properly handle chunk padding according to specs

Binaries are available from nuGet