Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 607 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 607 Bytes

CSId3Lib

Library to perform read/write of ID3 tags in MP3 files. Supporting ID3v1,ID3v2.3,ID3V2.4 tags versions.

This code is a fork of Hugo Rumayor's project located at SourceForge, which has been dormant for several years.

The primary goal of this fork was to migrate to .NET Standard 2.0, then release via NuGet. Subsequent updates focus on bug fixes, code cleanup, modern C# syntax, and performance improvements.

This library has unresolved bugs and may not create valid tags when using more advanced settings. You're welcome to fork and fix them!