Skip to content

context menu, file dialog, clipboard support for mpv

License

Notifications You must be signed in to change notification settings

verygoodlee/mpv-menu-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpv-menu-plugin

Configurable context menu for mpv on Windows, with additional support for native file dialog and clipboard.

screenshot

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 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.

Configuration

Scripting

Credits

This project contains code copied from mpv.

License

GPLv2.

About

context menu, file dialog, clipboard support for mpv

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.8%
  • Lua 27.6%
  • CMake 1.6%