Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Sep 2, 2017
1 parent 0ef1ed6 commit 5a902df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion CSScriptAddon/CSScriptAddon.vb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Imports System.IO
Imports vbnet
Imports mpvnet
Imports vbnet.UI.MainModule

Imports CSScriptLibrary

<Export(GetType(IAddon))>
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 0 additions & 2 deletions RatingAddon/Rating.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
using mpvnet;
using System.IO;

// MEF (Managed Extension Framework)

namespace Rating
{
[Export(typeof(IAddon))]
Expand Down

0 comments on commit 5a902df

Please sign in to comment.