The manual is documented in the github page HERE
Please take note of theĀ
Troubleshooting & Non-Blocking
Limitations section
The limitation describes why and how to poll for playing.
example:
if(!MP3player.isPlaying()) {
Serial.println(F("Currently playing."));
}