Closed mistic100 closed 7 years ago
Hello
I wanted to point out some implementation details that might be useful.
They come from this article http://cgbystrom.com/articles/deconstructing-spotifys-builtin-http-server and this Node module https://www.npmjs.com/package/node-spotify-webhelper
It concerns the URL used to querying the player status :
[randomString].spotilocal.com
remote/pause.json
pause = true/false
Saying that, your hardcoded http://localhost:4380 seems to work well :-)
http://localhost:4380
Tried this for a while, but it seemed to cause more issues than it resolved.
Hello
I wanted to point out some implementation details that might be useful.
They come from this article http://cgbystrom.com/articles/deconstructing-spotifys-builtin-http-server and this Node module https://www.npmjs.com/package/node-spotify-webhelper
It concerns the URL used to querying the player status :
[randomString].spotilocal.com
remote/pause.json
(withpause = true/false
payload) to Pause/PlaySaying that, your hardcoded
http://localhost:4380
seems to work well :-)