How do I find information from an mp3 file.
I am wanting to find the Artist of the song.
Printable View
How do I find information from an mp3 file.
I am wanting to find the Artist of the song.
MP3 meta-data is stored in ID3 tags. You should search the Web and this forum and you'll get plenty of hits.
MP3 information is stored in two different places, depending on the ID3 tag version.
ID3v1: Last 128 bits of the mp3
ID3v2: Much more complicated due to frames and you should read the following website. http://www.id3.org/
best place to go is www.sharpmp3.com/id3explained.html. It will give you a detailed explanation on how to read the ID3 tags.