There seem to have been some changes in Spotty. It now requests a client ID
and a Web token.
According to the instructions I must create an app. Then I get a client ID
and a secret. Must I assume the 'secret' is the 'Web token'?
If so, could the settings page be adjusted?
Results 1 to 6 of 6
Thread: Spotty
-
2020-11-18, 11:31 #1jvromans@squirrel.nlGuest
Spotty
-
2020-11-18, 14:09 #2
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,103
-
2020-11-18, 14:23 #3
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,103
https://forums.slimdevices.com/showt...l=1#post994798
Best, I think, with LMS v 8.0.0
and after install also go to Settings > Advanced > Online Music Library Integration
Hope all is well, stay safe
ronnie
-
2020-11-18, 14:42 #4
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,231
-
2020-11-18, 15:43 #5
Spotty
> There seem to have been some changes in Spotty. It now requests a client ID
> and a Web token.
None of the two is required. But both can solve some issues.
- the client ID can solve the issue where you'd get blocked ("rate
limite reached", status 429) by Spotify due to too many requests using
the shared client ID. I only made the message clearer in the latest
revision, as this problem has become a major painpoint recently
- the web token was required in the previous version if you wanted to
get access to additional content (the "Home" item). With 4.4.3 this
should no longer be required, but would be used to fall back to if the
default method failed. I'm probably going to remove the web token
handler again.
> According to the instructions I must create an app. Then I get a client ID
> and a secret. Must I assume the 'secret' is the 'Web token'?
No, the secret you most likely will never need. You might need it if you
implemented your own application with some special sign-in flow.
But really, forget about the web token for now.
--
Michael
-
2020-11-19, 00:37 #6jvromans@squirrel.nlGuest
Spotty
On Wed, 18 Nov 2020 23:43:32 +0100, Michael Herger <slim (AT) herger (DOT) net> wrote:
> > According to the instructions I must create an app. Then I get a client
> > ID and a secret. Must I assume the 'secret' is the 'Web token'?
>
> No, the secret you most likely will never need. You might need it if you
> implemented your own application with some special sign-in flow.
Ok, I see. I have a couple of cient IDs already but I was confused by the
web token thing.
Thanks for the great job!