I am trying to read ID3 from a mp3 file thats locally stored in the SD card.
I want to basically fetch
Check the MP3 file format. Basically, you have to read the last 128 bytes of the file; if the first 3 bytes are "TAG", carry on and read the fields you need; if not, the file doesn't have the info attached.
"TAG"