Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.05 KB

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