Skip to content

v0.1.0

Choose a tag to compare

@decriptor decriptor released this 28 Dec 08:18
· 133 commits to main since this release

TagLibSharp2 v0.1.0

First public release of TagLibSharp2 - a clean-room MIT-licensed audio metadata library for .NET.

Highlights

  • MIT License - No GPL/LGPL restrictions
  • Modern .NET - Async/await, Span, nullable annotations
  • Format Support - ID3v1, ID3v2.3/v2.4, FLAC, Ogg Vorbis
  • Extended Metadata - ReplayGain, MusicBrainz, R128, AcoustID

Supported Formats

Format Read Write
MP3 (ID3v1/v2)
FLAC
Ogg Vorbis

Installation

dotnet add package TagLibSharp2 --version 0.1.0

See CHANGELOG.md for full details.