Kacper Michajłow
Kacper Michajłow
Oh, I see now why this happens. Annoying.
Do we really need throttle this on wall-clock? I guess on Wayland it could wait for presentation feedback, but that's also not that great.
@mahkoh: I think we can do heavy handed solution and throttle all manual redraw events, see #17133. mpv does request redraws pretty liberally in various part of code, so while...
> It's not perfect but it seems to fix the worst of it. What if you make frame interval like 100ms? I'm reluctant to make it too slow, to avoid...
You probably could write a script, download playlist, parse keys and set properties in mpv for them. I don't think we want to support KODIPROP directly in mpv.
> I tried always oring constants onto the dynamically detected flags to avoid ever excluding something supported by accident, but unfortunately it seems the compiler isn’t smart enough to then...
Thanks, I will take a look when I get a longer second. /cc @haasn if you are interested.
This looks pretty low-level and niche use-case. To use this, you already need to have playlist itself parsed to generate indices for mpv to use. Wouldn't it be more straightforward...
https://github.com/mpv-player/mpv/pull/17135 should fix this.
> I checked the dev builds, but the playlist and chapters entries are always grayed out even if they're present on my end. Any ideas? Already reported it here https://github.com/mpv-player/mpv/pull/16816#discussion_r2365787308,...