Olivier Perret

Results 138 comments of Olivier Perret

I think this can be done with the regular mpv options, but I haven't searched which combination is the best, maybe try [image-display-duration](https://mpv.io/manual/master/#options-image-display-duration)

I just tried it with `master` and it works as expected. You may be right with your guess that the 'complex' key binding is not fully reported, the manual mentions...

Ok I was just testing around and it seems like the OSC is intercepting mouse movement, such that the script never gets the events. @0ion9 can you confirm that you...

Yeah, I wasn't aware of this but it looks like `mp.get_mouse_pos()` reports a bogus `0, 0` if you haven't moved the mouse yet. A solution to that would be for...

Do you mean that you want to show multiple status lines at the same time? One at the top, one at the bottom?

you could use the `video-margin-ratio-bottom` property, but it was recently added and my scripts haven't been adapted to it (the panning ones)

Hello, It kind of depends on what you want to achieve and your level of familiarity with configuring mpv. Tell me about these and then I can help you.

Could you upload the mpv log? Obtained with `--log-file=mpv.log`

Hello, I would prefer to rely on the builtin youtube-dl integration to do this, rather than using it directly. To do this, we would have to parse the URLs from...

I think it would make sense to make this behavior configurable, and simply just warn and abort by default. If I remember correctly, filters can also be used with all...