Jan Pochyla
Jan Pochyla
FWIW there's a new effort to make a multi-platform interface for this, and MPRIS is missing: https://github.com/Sinono3/souvlaki
Sorry for the holdup, I've been busy with other work lately. I've tried to add a small async trait and move the authentication stuff there. It's not ready, missing docs...
> I don't think it's a good idea to expose Reqwest in the public API (I know I already do this in the error type but I would like to...
> I like the `ClientBuilder` idea! I'll implement that. I'm actually on it already! I'll push a writable PR. > I don't want to make `credentials` an `Option` or an...
I think a better way would be to avoid running the typing code, rather than shoe-horning a static annotations into the runtime. For now, simple `if False:` works.
> Type annotations are ignored in runtime, they are just annotations. Yes, but other typing code (like `typing` imports, newtypes, etc.) are not ignored. If no code is executed in...
Yes, PEP 526 is not implemented in MicroPython.
Hi! I was wondering, the `playplay` endpoint is used by the official desktop client?
I'm not sure whether we shouldn't support this for all playable links in the app, not just playlists in the sidebar: artists, albums, playlists (in the search results i.e.), but...
Playlist management is currently not implemented, but definitely planned.