readme, manual and AssemblyInfo.cs updated

This commit is contained in:
Frank Skare
2019-07-21 20:10:35 +02:00
parent 936274fc3b
commit 1cd0f87278
3 changed files with 6 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
### 4.7.6.3
### 4.7.7
- on Win 7 the theme color was hardcoded to DarkSlateGrey because
WPF was returning a bad color on Win 7, this was fixed by reading
@@ -9,9 +9,9 @@
- light-color setting was added to overwrite the OS theme color used in non dark mode,
find the setting on the General tab
- various changes regarding input handling, multi media keys and
mouse forward/backward were tested on my system
mouse forward/backward were successfully tested
- it's now possible to use a custom folder as config folder,
TaskDialog shows five options: 1. appdata mpv.net, 2. appdata mpv (shared with mpv),
A TaskDialog shows five options: 1. appdata mpv.net, 2. appdata mpv (shared with mpv),
3. portable_config, 4. startup, 5. custom
- slightly increased startup performance, start-threshold setting added.
Threshold in milliseconds to wait for libmpv returning the video resolution

View File

@@ -90,7 +90,6 @@
+ [Exit](#exit)
+ [Exit Watch Later](#exit-watch-later)
* [Command Line Interface](#command-line-interface)
* [Settings](#settings)
## About mpv.net
@@ -818,27 +817,4 @@ mpvnet implements a basic CLI to set mpv commands.
Example:
mpvnet --mute=yes <file|URL>
## Settings
mpv.net is able to share the settings with mpv.
If a directory named portable_config next to the mpvnet.exe exists, all config will be loaded from this directory only.
```Text
<startup>\portable_config\
```
On first start if no portable config folder exists mpv.net asks which folder should be used as config folder.
If no mpv.conf file exists mpv.net generates it with the following defaults:
<https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/mpvConf.txt>
The key bindings and the context menu definitions are stored in the input.conf file,
if it's missing mpv.net generates it with the following defaults:
<https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/inputConf.txt>
mpv.net supports almost all mpv settings and features, [limitations are listed in the wiki](https://github.com/stax76/mpv.net/wiki/Limitations).
mpvnet --mute=yes <file|URL>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.7.6.3")]
[assembly: AssemblyFileVersion("4.7.6.3")]
[assembly: AssemblyVersion("4.7.7.0")]
[assembly: AssemblyFileVersion("4.7.7.0")]