Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 authored Jan 23, 2024
1 parent 8839215 commit 8bd36d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mpv-menu-plugin

Configurable context menu for mpv on Windows, based on the [C PLUGINS](https://mpv.io/manual/master/#c-plugins) API.
Configurable context menu for mpv on Windows, with additional support for native file dialog and clipboard.

![screenshot](screenshot/menu.jpg)

Expand All @@ -9,14 +9,14 @@ See also [mpv-debug-plugin](https://github.com/tsl0922/mpv-debug-plugin).
## Features

- Configurable Native Context Menu
- Get / Set Clipboard data from script
- Show Native File Dialog from script
- Open from File Dialog / Clipboard
- Scripting API for developers

## Installation

[mpv](https://mpv.io) >= `0.37.0` is required, and the `cplugins` feature should be enabled.

Download the plugin from Releases, place `menu.dll` and `dyn_menu.lua` in your mpv `scripts` folder.
Download the plugin from Releases, place the `.dll` and `.lua` files in your mpv `scripts` folder.

## Configuration

Expand Down

0 comments on commit 8bd36d4

Please sign in to comment.