I want to get the current song name that is being played by spotify desktop. Is there any api for doing this?
Optimally I would like something like:
string song = spotify.GetSong();
in c++ or c#. I can only seem to find the old libspotify api although it seems to no longer be a usable.