Closed nullmonk closed 1 month ago
Done 👌🏻
Thank you!!
@firefrei , Thank you! Would you mind updating the documentation? I am not sure how to use oauth with your excellent container. Thank you very much!
@dekiesel I haven't tried out Librespot with OAUTH2 until now.
Did anybody go through the authentication steps with the Librespot libary and can summarize it?
@firefrei, sorry, I actually forgot about this comment. It works for me with oauth like this:
In your snapserver.conf
:
source = spotify:///librespot?name=Spotify&devicename=Snapcast&bitrate=320&cache=/var/cache/librespot&cache-size-limit=1G&wd_timeout=7800&access-token=<YOUR_TOKEN_HERE>
To get the token click on this link and reveal your token
It is possible that you need to create an app first (I already had one so I am not sure): Top right corner->your username->dashboard->create app (make sure to give it Web SDK permissions)
Librespot has added OAUTH2 support. Please rebuild the docker container with the new version.