Help Wizard

Step 1

NEXT STEP

Remote controller

Remote controller

Hello,

 

I'm developing a small application for myself, just to control Spotify with an other app. I'm using the local server to remote control Spotify by using URLs like this one : http://xxxxx.spotilocal.com:4380/remote/play.json?uri=spotify:track:xxxxxxxxxxxxxxxx&oauth=xxxxxxxxx... .

I'm looking for the URL that controls the volume of the music and the position. I tried /remote/volume.json which gave me this answer :

 

{ "error": { "type": "4111", "message": "Invalid OAuth scope for request" }, "version": 9, "client_version": "0.9.8.296.g91f68827", "running": true }

 

 

So, does someone know which URL I have to use (volume and position in music) ?

 

Many thanks in advance for your answers.

 

Christopher

 

Reply
1 Reply

I think you've hit the correct endpoint, and I believe you can pass a ?volume= to set the actual volume level.  However the oAuth token which you can get from https://open.spotify.com/token doesn't seem to be accepted. If you figure it out, let everyone know.

Suggested posts