Skip to content

Code of this repository was written to read ID3v2 tags from mp3 files.

License

Notifications You must be signed in to change notification settings

Shalfey-334/ID3v2-reader-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As I say, this repository contains code, which was written to read ID3v2 tags from mp3 files. More about ID3v2 tags you can read in Internet (but I think, that if you read it, you don`t  need to learn about ID3 tags). 
Archive (Includes.rar) contains all code, so when you will unpack it and put address of mp3 file instead of  “Address” in example file, it will works. I will upload to the repository image with result of example file. 
The architecture of the project is very simple and hardly requires further explanation. All information about content of frames you can read here : http://id3.org/id3v2.3.0. 
This code was written for Arduino, so it has realization of doubly linked list and class string. Arduino has some restrictions and some frames are useless, I think, so I limited to the formal designation of their presence. If you need to use them, you can easily fix my flaws. 

About

Code of this repository was written to read ID3v2 tags from mp3 files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages