From 22e4ba18244eb804fe4da3f0a0b5720e108f2385 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Tue, 23 Apr 2019 16:55:56 +0200 Subject: [PATCH] - --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ca26d6..6c47a96 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Scripting is supported via Python, C#, Lua, JavaScript and PowerShell Add-ons have to located at: -C:\Users\\AppData\Roaming\mpv\Addons\*Addon.dll +C:\Users\\\AppData\Roaming\mpv\Addons\*Addon.dll -\Addons\*Addon.dll +\\Addons\*Addon.dll -\portable_config\Addons\*Addon.dll +\\portable_config\Addons\*Addon.dll The add-on filename must end with 'Addon.dll' @@ -94,7 +94,7 @@ The add-on filename must end with 'Addon.dll' - the Tracks and Chapters menu are now only added if default bindings exist and it's now possible to move the chapters menu to the top level by editing input.conf - mpvnet supports now like mpv a portable settings directory. If a directory named portable_config - next to the mpvnet.exe exists, all config will be loaded or written in this directory. + next to the mpvnet.exe exists, all config will be loaded and written in this directory. - there is now a portable download in 7zip format. ### 3.0 (2019-04-20)