ID3 0.3.0
See the version list below for details.
dotnet add package ID3 --version 0.3.0
NuGet\Install-Package ID3 -Version 0.3.0
<PackageReference Include="ID3" Version="0.3.0" />
paket add ID3 --version 0.3.0
#r "nuget: ID3, 0.3.0"
// Install ID3 as a Cake Addin #addin nuget:?package=ID3&version=0.3.0 // Install ID3 as a Cake Tool #tool nuget:?package=ID3&version=0.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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl4 is compatible. sl4-wp71 is compatible. sl5 was computed. |
WinRT | winrt45 is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ID3:
Package | Downloads |
---|---|
ID3.Files
ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files. This package provides utilities for file handling. |
|
ID3.WinForms
ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files. ID3.WinForms provides extensions to ID3.NET to support image handling using the Windows Forms image classes. See the project site for documentation. |
|
ID3.Serialization
ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files. This package provides extensions to serialize ID3.NET objects using the IFormatter-based serialization classes. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ID3:
Repository | Stars |
---|---|
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
|
|
evgeny-nadymov/telegram-wp
Telegram Messenger for Windows Phone
|
Version | Downloads | Last updated |
---|---|---|
0.6.0 | 32,844 | 1/28/2019 |
0.5.0-beta.1 | 1,077 | 5/4/2018 |
0.4.0-beta | 2,974 | 9/13/2012 |
0.3.0 | 24,261 | 7/30/2012 |
0.2.0 | 1,375 | 7/30/2012 |
0.1.0 | 1,382 | 7/30/2012 |
Fix for PrivateFrame corrupt data issue. See item #23107 in the CodePlex issue tracker.