From 3d5fa5471e8c34f6281a010d785268d83a28b7df Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Tue, 6 Feb 2024 10:33:53 +0800 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e53391..eea5ec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mpv-menu-plugin -Configurable context menu for mpv on Windows, with additional support for native file dialog and clipboard. +Configurable context menu for [mpv](https://mpv.io) on Windows, with additional support for native file dialog and clipboard. ![screenshot](screenshot/menu.jpg) @@ -16,7 +16,17 @@ See also [mpv-debug-plugin](https://github.com/tsl0922/mpv-debug-plugin). [mpv](https://mpv.io) >= `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. +Download the plugin from Releases, place the `.dll` and `.lua` files in your mpv [scripts](https://mpv.io/manual/master/#script-location) folder. + +> [!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](https://mpv.io/manual/master/#files-on-windows). +> +> If the `scripts` folder doesn't exist in mpv config dir, you may create it yourself. + +You must [define](https://github.com/tsl0922/mpv-menu-plugin/wiki/Configuration) some menu items in [input.conf](https://mpv.io/manual/master/#command-interface), or you won't see a menu ([#49](https://github.com/tsl0922/mpv-menu-plugin/issues/49)). ## Configuration