change minimum-aspect-ratio default value to 0
This commit is contained in:
@@ -435,7 +435,7 @@ are used as defined by autofit and start-size. Default: 1500
|
|||||||
|
|
||||||
Minimum aspect ratio, if the AR is smaller than the defined value then
|
Minimum aspect ratio, if the AR is smaller than the defined value then
|
||||||
the window AR is set to 16/9. This avoids a square window for Music
|
the window AR is set to 16/9. This avoids a square window for Music
|
||||||
with cover art. Default: 1
|
with cover art. Default: 0
|
||||||
|
|
||||||
#### --remember-window-position=\<yes|no\>
|
#### --remember-window-position=\<yes|no\>
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ namespace mpvnet
|
|||||||
public static int StartThreshold { get; set; } = 1500;
|
public static int StartThreshold { get; set; } = 1500;
|
||||||
public static int RecentCount { get; set; } = 15;
|
public static int RecentCount { get; set; } = 15;
|
||||||
|
|
||||||
public static float MinimumAspectRatio { get; set; } = 1;
|
public static float MinimumAspectRatio { get; set; }
|
||||||
public static float QuickBookmark { get; set; }
|
public static float QuickBookmark { get; set; }
|
||||||
|
|
||||||
public static Extension Extension { get; set; }
|
public static Extension Extension { get; set; }
|
||||||
|
|||||||
@@ -457,7 +457,7 @@ help = Threshold in milliseconds to wait for libmpv returning the video resoluti
|
|||||||
name = minimum-aspect-ratio
|
name = minimum-aspect-ratio
|
||||||
file = mpvnet
|
file = mpvnet
|
||||||
filter = Screen
|
filter = Screen
|
||||||
help = <float> Minimum aspect ratio, if the AR is smaller than the defined value then the window AR is set to 16/9. This avoids a square window for Music with cover art. Default: 1 (mpv.net specific option)
|
help = <float> Minimum aspect ratio, if the AR is smaller than the defined value then the window AR is set to 16/9. This avoids a square window for Music with cover art. Default: 0 (mpv.net specific option)
|
||||||
|
|
||||||
[setting]
|
[setting]
|
||||||
name = remember-window-position
|
name = remember-window-position
|
||||||
|
|||||||
Reference in New Issue
Block a user