Nick Steel

Results 1001 comments of Nick Steel

Or of course `ps aux | grep pulse`. It's not running on my stock Raspbian install (which is what you'd hope since it saves some much needed CPU cycles).

When using connect-approach, do any scopes work? 0.4 and 0.5 do work differently w.r.t session client id. When using connect in 0.5, it uses the controller's client ID for the...

We just want to do what the desktop app does really. If someone who was interested could connect to the official client from an android device and trace the http...

> That's the only place I have found set_client_id(). So the client_id used further on comes from Spotify, nothing to tweak or change at this point. Even a http trace...

Remember that librespot is really a *library*. People can pick and choose what they use. What's currently used by us in our binary or our examples, are all just examples...

Do we have a simple function that provides Spotify's platform-specific client_id? That would be a useful thing to also provide if we do decide to change the params for `get_token()`,...

Fyi Mopidy 4 will use the faster JSON decoder/encoder that comes with pydantic and you might see even better performance numbers with your larger batch sizes. There are alpha releases...

It is possible to add an entire playlist to the tracklist by passing just the playlist uri. But that only works for some backend e.g. Mopidy-Spotify. Iris does its own...

What's your CPU usage like when it seems to get stuck? I had an issue reported in my downstream project which looks a bit like this and it seemingly came...

https://github.com/mopidy/mopidy-spotify/issues/402 is this issue in question. I provide armv6 compatible armhf builds using the raspberry pi toolchain. This binary seems to hang, similarly to yours, when run via arm32v7/Bullseye Docker...