Pierre Ståhl
Pierre Ståhl
Does iOS show the correct metadata? Did you use the `play_url` command by any chance? At a glance it looks like metadata is locked to AirPlay, which usually happens after...
Yea, that would be ideal. Announcements are possible somehow but I have no idea how or even how to figure that out right now.
That's not possible, no. That's a pure metadata field. There are previous/next APIs available for channels, but I haven't seen any API for selecting a specific channel. Is that possible...
Yeah, I think that's the only thing supported in tvOS. It's supported in pyatv as well with `channel_up` and `channel_down`.
This happens because there's no push updates from pyatv when just the volume changes. I will fix this in a later release, but it should sync up when some metadata...
Interesting, didn't know about this. I can add it to the play button as well, if you want to try it for me? If it works, then I'll make sure...
Yeah, it's a bit special as it tries to handle the case where PlayPause isn't natively supported by the active player. If you want, you could just try hardcoding the...
At some point I would like to support this as well, but I think it's a rather big change so it's not gonna happen in near time unfortunately.
The easy solution is to create a background task the polls current media state every second or so and dim up whenever you reach the end credit condition. Generally it...
Everything is in seconds, so no need to re-calculate anything.