Hi,Dear.
Following is the demo, and you need to modify it.
/demo/
void loop()
{
myplayer.setPlayMode(MODE_REPEAT_ONE);//set mode to repeat to play a song
myplayer.playSong(“Best.MP3”);//play a song named with Best, Mp3
while(1);//If the mode is normal, it will stop when it finished playing all the songs in the playlist
}
/demo end/
If the name of your song is “XXX”,the red line of the demo you need to modify. And be care of the type of song,MP3 or wma.