From bafc4811176e21d60d9aa3050426b99cba53a428 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Sat, 4 May 2019 14:53:42 +0200 Subject: [PATCH] - --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 687c2a0..6e0057a 100644 --- a/README.md +++ b/README.md @@ -120,25 +120,11 @@ if it's missing mpv.net generates it with the following defaults: ### Scripting -Scripting is supported via Python, C#, Lua, JavaScript and PowerShell - [Scripting wiki page](https://github.com/stax76/mpv.net/wiki/Scripting) ### Add-ons -Add-ons are located in the config directory: - -```Text -C:\Users\%username%\AppData\Roaming\mpv\Addons\ExampleAddon\ExampleAddon.dll -``` - -The add-on filename must end with 'Addon.dll'. - -Examples: - -[RatingAddon.cs](https://github.com/stax76/mpv.net/blob/master/RatingAddon/RatingAddon.cs) - -[CSScriptAddon.vb](https://github.com/stax76/mpv.net/blob/master/CSScriptAddon/CSScriptAddon.vb) +[Add-on wiki page](https://github.com/stax76/mpv.net/wiki/Add-ons) ### Architecture