removal of TaskDialog usage...

This commit is contained in:
Frank Skare
2021-05-23 19:30:21 +02:00
parent 0b28770d1a
commit eaa8a3ca6c
59 changed files with 1035 additions and 7065 deletions

View File

@@ -5,15 +5,20 @@
- There is an issue with the `window-scale` mpv property, it does not
work correctly in mpv either, so I've removed support for it and
added my own implementation `script-message mpv.net window-scale`.
- The previous Beta replaced the CS-Script library with my own
C# scripting implementation.
- The CS-Script library was replaced with my own C# scripting implementation.
- If a player window border is near to a screen border and the window size
changes, the player windows sticks to that near screen border location.
Furthermore the `remember-position` option remembers a near screen border
position instead of remembering the window center position.
- High DPI multi monitor fix.
- `start-size` option has new options, see in config editor and manual.
- Improved `cycle-audio` OSD info.
- `start-size` option has new options, see config editor and manual.
- Improved `script-message mpv.net cycle-audio` OSD info.
- The logic for finding the config directory has changed, see manual.
- The native TaskDialog/MessageBox was replaced with the themed VB.NET
implementation of StaxRip.
- The dotnet script and extension host was redesigned, existing scripts
and extensions must be fixed. All example scripts were updated and
a new script delete-current-file.cs was added.
5.4.8.8 Beta (2021-05-09)

View File

@@ -108,21 +108,28 @@ Or use the [support thread](https://forum.videohelp.com/threads/392514-mpv-net-a
Settings
--------
When mpv.net finds no config folder on startup it will ask for a location.
mpv.net searches the config folder at:
If a folder named portable_config next to the mpvnet.exe exists,
all config will be loaded from this folder only.
1. startup\portable_config
2. %APPDATA%\mpv.net
```Text
<startup>\portable_config\
```
In order to use a custom directory create following file:
startup\settings-directory.txt
Put your custom directory in that file.
The custom directory path can be relative to the startup directory path.
This custom directory is only used if the portable_config and %APPDATA% directory does not exist.
mpv specific settings are stored in the file mpv.conf, if no mpv.conf file exists
mpv.net generates it with the following defaults:
[mpv.conf defaults](../../../tree/master/src/Resources/mpv.conf.txt)
mpv.net specific settings are stored in the file mpvnet.conf.
mpv.net specific settings are stored in the file mpvnet.conf,
these options are documented [here](#mpvnet-specific-options).
Input and context menu