OPEN SMART MP3
mp3.playWithFileName(folderName,fileName);
Please tell me how to print it on the LCD
Welcome to the forum
Your topic has been moved to the Programming category of the forum. Please be careful when deciding where to start topics
Please follow the advice given in the link below when posting code, in particular the section entitled 'Posting code and common code problems'
Use code tags (the < CODE/ > icon above the compose window) to make it easier to read and copy for examination
https://forum.arduino.cc/t/how-to-get-the-best-out-of-this-forum
Are you trying the read the metadata/ID3 tags?
ID3.org has all of the details for ID3 tags but it's either down or permanently dead.
If you are using an audio shield, the Arduino usually can't directly access the files on the SD card. You might have to create a separate database in your program for the particular files you have.
ID3.org has all of the details for ID3 tags but it's either down or permanently dead.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.