Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc3dd45b72 | ||
|
|
66cf3a9b2f |
@@ -11,8 +11,7 @@ mpv manual: https://mpv.io/manual/master/
|
|||||||
- Customizable context menu defined in the same file as the keybindings
|
- Customizable context menu defined in the same file as the keybindings
|
||||||
- Addon API for .NET languages
|
- Addon API for .NET languages
|
||||||
- 5 different scripting languages are supported, Python scripting implemented with IronPython, C# implemented with CS-Script, Lua and JavaScript implemented in libmpv and PowerShell
|
- 5 different scripting languages are supported, Python scripting implemented with IronPython, C# implemented with CS-Script, Lua and JavaScript implemented in libmpv and PowerShell
|
||||||
- C# scripting implemented with CS-Script
|
- mpv's OSC, IPC, conf files and more
|
||||||
- mpv's OSC, IPC, Lua/JS, conf files and more
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ namespace mpvnet
|
|||||||
SetFormPosSize();
|
SetFormPosSize();
|
||||||
Instance = this;
|
Instance = this;
|
||||||
Hwnd = Handle;
|
Hwnd = Handle;
|
||||||
|
Text += " " + Application.ProductVersion;
|
||||||
ChangeFullscreen((mp.mpvConv.ContainsKey("fullscreen") && mp.mpvConv["fullscreen"] == "yes") || (mp.mpvConv.ContainsKey("fs") && mp.mpvConv["fs"] == "yes"));
|
ChangeFullscreen((mp.mpvConv.ContainsKey("fullscreen") && mp.mpvConv["fullscreen"] == "yes") || (mp.mpvConv.ContainsKey("fs") && mp.mpvConv["fs"] == "yes"));
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 130 KiB |
Reference in New Issue
Block a user