Nick Steel

Results 1001 comments of Nick Steel

Ah ok, I mistakingly thought *all* the actual playback was still happening through Mopidy and it was just Spotify status and control via the external librespot renderer. But if I...

@varungujjar is your extension still available?

As already mentioned, this ultimately needs fixing in librespot. I have submitted a [PR](https://github.com/librespot-org/librespot/pull/1309) there to do that, hopefully it'll be merged when the maintainer has time. I'd appreciate review/feedback...

Does 'token' appear as an option when you run with `--help`? If not, you're not using my fork. Also note the version should be '0.5.0-dev 27b2b59'. ``` cargo run --no-default-features...

> PS : I guessed that values ​in mopidy.conf ​are not supposed to be removed (username, password, client_id, client_secret) The username and password fields won't actually be used once you've...

No. You could try the gstreamer logs: `GST_DEBUG=3,*spotify*:6 mopidy`.

I would guess it might need to be the same OS (e.g. windows, mac, Linux), because the client ID used to generate the credentials file is OS-specific. But that's a...

As per my early comment with workarounds, if you can't use zeroconf on your server, use my forked version and do the oauth flow in headless mode `cargo run --no-default-features...

Great, thanks, that's super helpful.