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.Files-DotNetCore |
Install
Install-Package ID3.Files-DotNetCore
dotnet add package ID3.Files-DotNetCore
paket add ID3.Files-DotNetCore
ID3.Files-DotNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- ID3.Net-DotNetCore(>= 0.4.0.13)
- NETStandard.Library(>= 1.6.1)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- ID3.Net-DotNetCore(>= 0.4.0.13)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- ID3.Net-DotNetCore(>= 0.4.0.13)
- Microsoft.NETCore.App(>= 1.1.2)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- ID3.Net-DotNetCore(>= 0.4.0.13)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files.
The ID3.Files extensions provides file handling capabilities not available in the core library, along with utility classes such a batch file naming class called FileNamer.
See the project site for documentation.