Info
Version: | 0.4.0.13 |
Author(s): | jeevan, jcoutch |
Last Update: | Sunday, May 13, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jcoutch/id3-DotNetCore |
NuGet Url: | https://www.nuget.org/packages/ID3.Net-DotNetCore |
Install
Install-Package ID3.Net-DotNetCore
dotnet add package ID3.Net-DotNetCore
paket add ID3.Net-DotNetCore
ID3.Net-DotNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.1)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- Microsoft.NETCore.App(>= 1.1.2)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files.
The core library is a portable class library compatible with the .NET Framework 4 and higher, Silverlight 4 and higher, Windows Phone 7.5 and .NET for Metro style apps.
It contains the bulk of the code needed to read, modify and write ID3 tags.
Additional NuGet packages are available that contains non-portable libraries that provide additional platform-specific support.
See the project site for documentation.