5.6.1.0 Beta
This commit is contained in:
@@ -129,7 +129,7 @@ namespace mpvnet
|
||||
});
|
||||
}
|
||||
|
||||
public static string Version => "Copyright (C) 2000-2021 mpv.net/mpv/mplayer\n" +
|
||||
public static string Version => "Copyright (C) 2000-2022 mpv.net/mpv/mplayer\n" +
|
||||
$"mpv.net {Application.ProductVersion} ({File.GetLastWriteTime(Application.ExecutablePath).ToShortDateString()})\n" +
|
||||
$"{Core.GetPropertyString("mpv-version")} ({File.GetLastWriteTime(Folder.Startup + "mpv-2.dll").ToShortDateString()})\nffmpeg {Core.GetPropertyString("ffmpeg-version")}\nGPL v2 License";
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ namespace mpvnet
|
||||
SetPropertyString("msg-level", "osd/libass=fatal");
|
||||
}
|
||||
|
||||
SetPropertyString("script-opts", "osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1.5");
|
||||
SetPropertyString("watch-later-options", "mute");
|
||||
SetPropertyString("screenshot-directory", "~~desktop/");
|
||||
SetPropertyString("osd-playing-msg", "${filename}");
|
||||
@@ -138,14 +139,8 @@ namespace mpvnet
|
||||
|
||||
SetPropertyBool("keep-open", true);
|
||||
SetPropertyBool("keep-open-pause", false);
|
||||
|
||||
SetPropertyBool("input-default-bindings", true);
|
||||
|
||||
try {
|
||||
SetPropertyBool("input-builtin-bindings", false, true);
|
||||
} catch {
|
||||
SetPropertyBool("input-default-bindings", false);
|
||||
}
|
||||
SetPropertyBool("input-builtin-bindings", false);
|
||||
|
||||
ProcessCommandLine(true);
|
||||
mpv_error err = mpv_initialize(Handle);
|
||||
@@ -252,8 +247,6 @@ namespace mpvnet
|
||||
Directory.CreateDirectory(_ConfigFolder);
|
||||
}
|
||||
|
||||
Directory.CreateDirectory(_ConfigFolder);
|
||||
|
||||
_ConfigFolder = _ConfigFolder.AddSep();
|
||||
|
||||
if (!File.Exists(_ConfigFolder + "input.conf"))
|
||||
|
||||
Reference in New Issue
Block a user