Olivier Perret
Olivier Perret
That's a cool change, should also be much faster than applying a lavf filter. I think I will only merge the PR after the next mpv release though, since this...
I like the idea, I just don't think we should do the `printf $(input_conf) >> ${HOME}/.config/mpv/input.conf` since that's not idempotent.
Looks good. Please add the new option to `script-opts/crop.conf` (also applies to your other PR).
You're probably right that the `if not dim then return end` check is not sufficient. There must be a division by 0 happening meaning that the height or width of...
Yeah so as far as I know there is no guarantee as to the initialization state of the application when the scripts are loaded. We could work around this in...
I doubt it's related to the virtualization. You can check whether mpv properly receives the shortcuts in the first place by doing `mpv --no-config --input-test --idle --force-window`, and then check...
>Am I supposed to edit the input.conf file and add the bindings? I assumed it would contain default bindings. That's correct, it's mentioned [here](https://github.com/occivink/mpv-image-viewer#image-positioninglua)
and does the `input.conf` file in your config directory contain these lines? this is what matters. Please upload the .config/mvi/input.conf file
You're right, and it looks like this property has existed for a long time too. The only problem that I can really see is that since there are multiple types...
That's a fair point. For the current version, you can have a look at the `test.kak` file which makes use of the basic functionality of the plugin. For the [older...