-
This commit is contained in:
18
README.md
18
README.md
@@ -13,6 +13,14 @@ https://mpv.io/manual/master/
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
### C# Scripting
|
### C# Scripting
|
||||||
|
|
||||||
A simple C# script located at: C:\Users\Frank\AppData\Roaming\mpv\scripts\test.cs
|
A simple C# script located at: C:\Users\Frank\AppData\Roaming\mpv\scripts\test.cs
|
||||||
@@ -34,12 +42,4 @@ class Script
|
|||||||
mpv.Command("show-text", "fullscreen: " + val.ToString());
|
mpv.Command("show-text", "fullscreen: " + val.ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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
|
|
||||||
Reference in New Issue
Block a user