: How do i read all info in the ID3 tag in an MP3 file with Visual C++ code?
:
The ID3 Tag is kept right at the end of the file. It is kept in plain text 127 characters from the end of the file. You should be able to programme that easily. Sorry, I don't know Visual C so I can't send any source code.
Comments
:
The ID3 Tag is kept right at the end of the file. It is kept in plain text 127 characters from the end of the file. You should be able to programme that easily. Sorry, I don't know Visual C so I can't send any source code.