scale, cscale, dscale defaults have been set to spline36

This commit is contained in:
Frank Skare
2019-08-08 19:07:27 +02:00
parent f0546485cf
commit 1ef9e64a41
4 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
###
- added new feature: Open > Open DVD/Blu-ray Drive/Folder...
- the default of remember-volume has been set to yes
- scale, cscale, dscale defaults have been set to spline36,
profile=gpu-hq is not used in the defaults because it starts very slow
### 5.2.1.3

View File

@@ -25,7 +25,7 @@ namespace mpvnet
public static bool RememberPosition { get; set; }
public static bool DebugMode { get; set; }
public static bool IsStartedFromTerminal { get; } = Environment.GetEnvironmentVariable("_started_from_console") == "yes";
public static bool RememberVolume { get; set; }
public static bool RememberVolume { get; set; } = true;
public static bool AutoLoadFolder { get; set; } = true;
public static bool ThemedMenu { get; set; }

View File

@@ -1,10 +1,11 @@
input-ar-delay = 500
input-default-bindings = no
input-ar-delay = 500
input-ar-rate = 20
volume = 50
hwdec = yes
keep-open = yes
keep-open-pause = no
osd-playing-msg = '${filename}'
screenshot-directory = '~~desktop/'
input-default-bindings = no
script-opts=osc-scalewindowed=1.5
script-opts=osc-scalewindowed=1.5
cscale = spline36
dscale = spline36
scale = spline36

View File

@@ -50,7 +50,7 @@ options = [{ name = "yes" },
[[settings]]
name = "remember-volume"
default = "no"
default = "yes"
filter = "Audio"
help = "Save volume and mute on exit and restore it on start. (mpv.net specific setting)"
options = [{ name = "yes" },