Paulus Schoutsen

Results 418 comments of Paulus Schoutsen

Search results are search results, I wouldn't want to make it more complicated. Just start with a title for now.

Only show current level. Indeed differentiate between artist, album, season, episode, show, folder. Then for each item `can_play` and `can_expand`. ```python [ { "id": "abcdefgh", "title": "Lion King", "type": "movie",...

for Sonos, type URL and ID = uri would work? Here is the current response values we're looking at. The parent is what is returned from browse. Children is a...

I like this. Note that there are some platforms that actually support our format, Cast comes specifically to mind.

@andrewsayre it will cause a lot of unnecessary traffic and also be stored in recorder.

`/local` should only be used for static files. We also set aggressive cache headers on it. Securing get is going to be impossible because you can't attach auth to an...

The problem with contextvars is that we sometimes use `create_task`, which would cause the context to be lost. I think that we should make context mandatory. Context will only need...

I think that contextvars is overkill. Most things in Home Assistant do not use context because they are not doing user facing stuff. The only things that do are the...

You are right that this is what contextvars are created for. I don't know if I am a big fan of the backporting, but it can work. It would have...

Long time no see! 👋 I think it is something worth considering.