Releases: Zeugma440/atldotnet
Releases · Zeugma440/atldotnet
Version 4.31
Important fix for many formats where reading would skip information in certain circumstances (continued).
Binaries are available from nuGet
Version 4.29
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
Fixed
WAV : Properly read RF64 files with badly formatted data chunk size
Binaries are available from nuGet
Version 4.27
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
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
4.24
Version 4.23
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
Fix infinite loop
Binaries are available from nuGet
Version 4.21
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 aStream
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