Okay my plan is to use librespot to change the user spotify device to librespot. #1144
PetrNezbeda
started this conversation in
General
Replies: 1 comment
-
Not really a question related to this project. You're asking how to use the Web API. I suggest you read the Spotify Web API documentation, specifically get available devices (where you can obtain the device_id), transfer playback & start/resume playback (you can see device_id is a parameter for example). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Okay my plan is to use librespot to change the user spotify device to librespot.
I builded a nodejs api that starts librespot with this following code
The question is now can I just set the user device with /me/player to librespot? and if yes how do I get the device id of liberspot?
Some other infos: I only have the username and the access_token with enough rights of a user.
(Yes this all is wanted by the target user its nothing ilegal!)
Is this even possible with librespot?
Thanks for any reply!
Originally posted by @fb-sean in #1142
Beta Was this translation helpful? Give feedback.
All reactions