Eisa AlAwadhi

Results 100 comments of Eisa AlAwadhi

The thing is with LogManager, it is able to read the log in the exact way I am writing it with small flexibility only. The part where it is reading...

https://github.com/CogentRedTester/mpv-file-browser There is an add-on for m3u playlist extensions. Let me know if this is what you are looking for

Sorry for that. Backward incompatibility is mentioned in the 2.0 release. Writing backwards compatibility code will result in some unnecessary checks, so I decided to drop it. I'll need to...

Thanks for pointing me towards this issue. However, it is actually still not working. I have tried removing the mapping from the mentioned above as well: ``` "kb_menu_up": null, "kb_menu_down":...

That is very helpful, I will test your workaround once I am back. Thanks Ahmed. Although I hope that an official fix will be released by @iwalton3

Looking forward to it. Sadly the solution provided by @ahmed2m does not seem to work in Windows 10 OS. I am not even able to cancel mapping the "c" button...

@iwalton3 Perhaps we can move away from python keybinding where possible, and apply script keybinding by sending script-messages. I used the capture_mouse event instead of making a new event. Hence...

@iwalton3 Sadly I knew that `input.conf` and `mpv.conf` approach will force the changes on existing users and will discard arrow key changes made inside `conf.json`. But I still thought `input.conf`...

@iwalton3 I like the idea of serialized, seems an approach that could work Also, what do you think of a temporary option to redirect config to input.conf? redirect_arrow_keys: true, false...