Configurable context menu for mpv on Windows, with additional support for native file dialog and clipboard.
See also mpv-debug-plugin.
- Configurable Native Context Menu
- Open from File Dialog / Clipboard
- Scripting API for developers
mpv >= 0.37.0
is required, and the cplugins
feature should be enabled.
Download the plugin from Releases, place the .dll
and .lua
files in your mpv scripts folder.
Important
THIS PLUGIN DOES NOT HAVE A BUILTIN DEFAULT MENU CONFIG. You must define some menu items in input.conf, or you won't see a menu, check the Configuration section below.
See also Frequently Asked Questions (FAQ).
Tip
To find mpv config location on Windows, run echo %APPDATA%\mpv
in cmd.exe
.
You can also use portable_config
next to mpv.exe
, read FILES ON WINDOWS.
If the scripts
folder doesn't exist in mpv config dir, you may create it yourself.
This project contains code copied from mpv.