Awesome
mpv-menu-plugin
Configurable context menu for mpv on Windows, with additional support for native file dialog and clipboard.
See also mpv-debug-plugin.
Features
- Configurable Native Context Menu
- Open from File Dialog / Clipboard
- Scripting API for developers
Installation
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
incmd.exe
.You can also use
portable_config
next tompv.exe
, read FILES ON WINDOWS.If the
scripts
folder doesn't exist in mpv config dir, you may create it yourself.
Configuration
Scripting
Credits
This project contains code copied from mpv.