Your library example works perfectly for me. However for my individual project, I find not needing most of your code. In fact, I don’t need the serial at all. Instead I was wondering if you could draw up an example or plain code, that shows the minimal code required to get the library running. Sort of like the BareMinimum example for Arduino, but instead one that shows all the included library headers, and setup code for the SD.
I want to be able to simply load up the MP3BareMinimum example, and within 5 seconds have “MP3player.playTrack(1);” working in the loop method. Not only would I have more RAM for other stuff but It would be easier to follow.
Thanks!