I plan to use SFML to play audio in my music player and now I'm wondering if there's an option to be notified about the end of the track (using sf::Music). I thinking of a callback or similar.
It would help a lot with the implementation of a playlist.