scale, cscale, dscale defaults have been set to spline36
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
###
|
###
|
||||||
|
|
||||||
- added new feature: Open > Open DVD/Blu-ray Drive/Folder...
|
- 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
|
### 5.2.1.3
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ namespace mpvnet
|
|||||||
public static bool RememberPosition { get; set; }
|
public static bool RememberPosition { get; set; }
|
||||||
public static bool DebugMode { get; set; }
|
public static bool DebugMode { get; set; }
|
||||||
public static bool IsStartedFromTerminal { get; } = Environment.GetEnvironmentVariable("_started_from_console") == "yes";
|
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 AutoLoadFolder { get; set; } = true;
|
||||||
public static bool ThemedMenu { get; set; }
|
public static bool ThemedMenu { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
input-ar-delay = 500
|
input-default-bindings = no
|
||||||
|
input-ar-delay = 500
|
||||||
input-ar-rate = 20
|
input-ar-rate = 20
|
||||||
volume = 50
|
|
||||||
hwdec = yes
|
hwdec = yes
|
||||||
keep-open = yes
|
|
||||||
keep-open-pause = no
|
keep-open-pause = no
|
||||||
osd-playing-msg = '${filename}'
|
osd-playing-msg = '${filename}'
|
||||||
screenshot-directory = '~~desktop/'
|
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
|
||||||
@@ -50,7 +50,7 @@ options = [{ name = "yes" },
|
|||||||
|
|
||||||
[[settings]]
|
[[settings]]
|
||||||
name = "remember-volume"
|
name = "remember-volume"
|
||||||
default = "no"
|
default = "yes"
|
||||||
filter = "Audio"
|
filter = "Audio"
|
||||||
help = "Save volume and mute on exit and restore it on start. (mpv.net specific setting)"
|
help = "Save volume and mute on exit and restore it on start. (mpv.net specific setting)"
|
||||||
options = [{ name = "yes" },
|
options = [{ name = "yes" },
|
||||||
|
|||||||
Reference in New Issue
Block a user