1.0.0.0
This commit is contained in:
16
README.md
16
README.md
@@ -1,14 +1,16 @@
|
|||||||
# mpv.net
|
# mpv.net
|
||||||
|
|
||||||
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:
|
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.
|
||||||
|
|
||||||
https://mpv.io/manual/master/
|
mpv and mpv.net have a learning curve and are only suitable for experienced users.
|
||||||
|
|
||||||
|
mpv manual: https://mpv.io/manual/master/
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- mpv's OSC, IPC, Lua/JS, conf files and more
|
- mpv's OSC, IPC, Lua/JS, conf files and more
|
||||||
- Context menu which can be customized
|
- Customizable context menu defined in the same file as the keybindings
|
||||||
- Addons implemented with the Managed Extension Framework (MEF)
|
- Addons support for using .NET languages
|
||||||
- C# scripts implemented with CS-Script
|
- C# scripts implemented with CS-Script
|
||||||
|
|
||||||

|

|
||||||
@@ -19,6 +21,8 @@ The context menu can be customized via input.conf file located at:
|
|||||||
|
|
||||||
C:\Users\Frank\AppData\Roaming\mpv\input.conf
|
C:\Users\Frank\AppData\Roaming\mpv\input.conf
|
||||||
|
|
||||||
|
if it misses mpv.net generates it with the following defaults:
|
||||||
|
|
||||||
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input_conf.txt
|
https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input_conf.txt
|
||||||
|
|
||||||
### C# Scripting
|
### C# Scripting
|
||||||
@@ -46,6 +50,10 @@ class Script
|
|||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
|
### 1.0
|
||||||
|
|
||||||
|
- much more feature packed context menu
|
||||||
|
|
||||||
### 0.2.5
|
### 0.2.5
|
||||||
|
|
||||||
- mpv lib updated to 2019-02-24
|
- mpv lib updated to 2019-02-24
|
||||||
|
|||||||
Reference in New Issue
Block a user