Nick Steel

Results 1001 comments of Nick Steel

0.4 (master) and 0.5 (dev) use [entirely different methods](https://github.com/librespot-org/librespot/pull/891) to retrive the audio data. Spotify probably just disabled the old method used in 0.4, just as they disabled user+password auth....

I pulled out the login5 stuff from here since it's not actually required to implement the oauth login flow. But I did leave in the `session.auth_data()` hook required to make...

If it mentions password then that's not using --token mode. Sorry about the bad compile, I was trying to improve it last night and then GitHub went down leaving it...

Oh, and yes sorry, you meant the actual example. Yes, that still needs updating. I was only using that for testing (before they deprecated password). Thank you for trying it...

We can keep using Spotify's desktop client ID and either pop in our own redirect Uri and do it like them, or not bother and just have the redirect fail...

Yes, I tried to explain this in the first message. I think we can sort that out in another PR.

Sure, I'm currently on holiday but will do on my return next week.

I think ideally I'd move this out of `get_setup()` and into `main()`. I think it makes more sense to start a server there and it'd simplify the diff a bit.

@photovoltex yep you are totally right. When I first made this PR I also implemented the login5 side of things, and replaced the token master calls. I then removed all...

I think it's buried in the comments here but essentially, if you're using our default list of scopes then that is normal. The default scopes we are requesting here are...