From 5a902df64efb223b442dfe7a9345df92a78423f1 Mon Sep 17 00:00:00 2001 From: stax76 Date: Sat, 2 Sep 2017 04:58:37 +0200 Subject: [PATCH] - --- CSScriptAddon/CSScriptAddon.vb | 1 - README.md | 13 ++++++++++++- RatingAddon/Rating.cs | 2 -- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CSScriptAddon/CSScriptAddon.vb b/CSScriptAddon/CSScriptAddon.vb index a4a7ef4..46ae504 100644 --- a/CSScriptAddon/CSScriptAddon.vb +++ b/CSScriptAddon/CSScriptAddon.vb @@ -20,7 +20,6 @@ Imports System.IO Imports vbnet Imports mpvnet Imports vbnet.UI.MainModule - Imports CSScriptLibrary diff --git a/README.md b/README.md index 593e2bb..ce29293 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # mpv.net -mpv.net is a libmpv based media player for Windows, it looks and works exactly like mpv, even shares the same settings. +mpv.net is a libmpv based media player for Windows, it looks and works like mpv, even shares the settings and therefore the mpv documentation applies, it can be found at: + +https://mpv.io/manual/master/ ### Features +- mpv's OSC, IPC, Lua/JS, conf files and more - Context menu which can be customized - Addons implemented with the Managed Extension Framework (MEF) - C# scripts implemented with CS-Script @@ -32,3 +35,11 @@ class Script } } ``` + +### Context Menu + +The context menu can be customized via input.conf file located at: + +C:\Users\Frank\AppData\Roaming\mpv\input.conf + +https://github.com/stax76/mpvnet/blob/master/mpvnet/Resources/input_conf.txt \ No newline at end of file diff --git a/RatingAddon/Rating.cs b/RatingAddon/Rating.cs index 349eeb0..2b6de93 100644 --- a/RatingAddon/Rating.cs +++ b/RatingAddon/Rating.cs @@ -23,8 +23,6 @@ using System.Collections.Generic; using mpvnet; using System.IO; -// MEF (Managed Extension Framework) - namespace Rating { [Export(typeof(IAddon))]