thelinmichael / spotify-web-api-node

A Node.js wrapper for Spotify's Web API.
http://thelinmichael.github.io/spotify-web-api-node/
MIT License
3.11k stars 497 forks source link

Can we make use of player_state_changed? #391

Open Cyberuben opened 3 years ago

Cyberuben commented 3 years ago

I've read that the Spotify Web API has support for the player_state_changed event, however, I can't seem to find any mention of this in the issues or documentation. I'm writing software that is meant for personal use and I'd like to receive a callback whenever I changed tracks on Spotify.

Is there any possibility this can be supported, or any reason why it cannot?

Philip2809 commented 1 year ago

Hey! I am looking to do just that as well, I have to ask if you managed to solve this somehow?