RobertFrydenlund / SpotifyPlugin

72 stars 6 forks source link

Details on request URL #2

Closed mistic100 closed 7 years ago

mistic100 commented 8 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 :

Saying that, your hardcoded http://localhost:4380 seems to work well :-)

RobertFrydenlund commented 7 years ago

Tried this for a while, but it seemed to cause more issues than it resolved.