mpv-file-browser
mpv-file-browser copied to clipboard
A simple no-dependency file browser for mpv player
Can I scroll and select the files via mouse?
I read here that you are hiding the [osc](https://github.com/CogentRedTester/mpv-file-browser/issues/55) _intentionally_ I think. Running on Windows 10 Steps to reproduce: - Set up the script - No custom `keybinds` - Run...
This PR implements mouse support. This feature must be enabled with the script-opt `mouse_mode=yes` and requires mpv v0.33. I would like to resolve the following issues before merging this PR:...
As commented in https://github.com/CogentRedTester/mpv-file-browser/pull/100, it doesn't seem to make much sense to separate plugins after refactoring the script into a directory script. Putting it in the script folder seems more...
Since there is Home key to go to current dir and Shift+HOME to go to root
This is an experiment to make the main browser state variable immutable via metatables. This means that any change to the state table results in the creation of a new...
Merges the custom-keybind API and the addon API under a single version number. This allows addons to safely use custom-keybind features, and for custom-keybinds to safely call the addon API.
Playing Blu-ray and DVD iso files is a bit troublesome. I need to enter some parameters to open them, such as: mpv bd:// --bluray-device="*.iso" Then I saw this lua [plugin...