From 67c7d92955324c1c308b9fada267f68552858bc4 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Mon, 18 Dec 2023 11:03:48 +0800 Subject: [PATCH] Update README --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c97f2a2..cde1e52 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,14 @@ -# mpv-plugin +# mpv-menu-plugin -mpv plugin for Windows based on the [C PLUGINS](https://mpv.io/manual/master/#c-plugins) API. - -## Features - -### Context Menu +Customizable context menu for mpv on Windows, based on the [C PLUGINS](https://mpv.io/manual/master/#c-plugins) API. ![screenshot](screenshot/menu.jpg) -Customizable native context menu for mpv window. - ## Installation -> This plugin is still in development, no Releases are provided for now. -> You can download development build from the Actions Artifacts. +[mpv](https://mpv.io) >= `0.37.0` is required, and the `cplugins` feature should be enabled. -Place `menu.dll` in your mpv `scripts` folder. +Download the plugin from Releases, and place `menu.dll` in your mpv `scripts` folder. ## Configuration