Skip to content

Originally written in C#, this library will allow you to read MPEG based audio tags (ID3v1 and ID3v2 tags primarily supported) into your .NET application.

License

Notifications You must be signed in to change notification settings

Impressivenerd/tag-reader-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag Reader Library

The Tag Reader Library is a .NET project that allows your project to read the tag information of MPEG based audio files.

Getting Started

Prerequisites

To compile and edit the souce code, you will need Visual Studio 2017 installed, along with the .NET Framework 2.0 or higher.

Running the Sample Project

After downloading the repository, open the Solution up in Visual Studio 2017. Once open, right click on the "Sample Project" project, and click "Set as Start Up Project". Then hit F5 or click the Start button in your tool bar. Thats it!

Supported Tags

Tag Progress
ID3v1.0 In Progress
ID3v1.1 Not Implemented
ID3v1.2 In Progress
ID3v2.2 In Progress
ID3v2.3 In Progress
ID3v2.4 In Progress
APEv1 Not Implemented
APEv2 In Progress
Lyrics3 Not Implemented
Lyrics3v2 In Progress

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Originally written in C#, this library will allow you to read MPEG based audio tags (ID3v1 and ID3v2 tags primarily supported) into your .NET application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages