Home › Forums › Sparkfun MP3 Shield Library Support Forum › MP3 Tags › Reply To: MP3 Tags
The following member functions as shown in MP3Shield_Library_Demo.ino line #185 extract some information from the ID3 tags if present from the file.
void SFEMP3Shield::trackAlbum (char * infobuffer)
void SFEMP3Shield::trackArtist (char * infobuffer)
void SFEMP3Shield::trackTitle (char * infobuffer)
They can be used as examples for extracting other information.