/mp3-parser

Primary LanguageC++MIT LicenseMIT

ID3v2.4 meta information parser from mp3 files.

INFO

Console application for displaying ID3v2.4 meta information from mp3 files.

Usage

The path to the ID3v2.4 mp3 is passed as a command line argument

ID3v2.4

A detailed specification about the ID3v2.4 structure can be found in documentation Different meaningful information (title, artist, genre, etc) are stored in different frames. A list of possible frames can also be found in documentation

Original documentation