diff --git a/src/Misc/CorePlayer.cs b/src/Misc/CorePlayer.cs index 262f6fb..a76633f 100644 --- a/src/Misc/CorePlayer.cs +++ b/src/Misc/CorePlayer.cs @@ -227,12 +227,6 @@ namespace mpvnet if (!File.Exists(_ConfigFolder + "mpv.conf")) { string conf = Properties.Resources.mpv_conf; - float scale = Native.GetDPI(IntPtr.Zero) / 96.0f; - - if (scale != 1) - conf = conf.Replace("console-scale=1", "console-scale=" + - scale.ToString(CultureInfo.InvariantCulture)); - File.WriteAllText(_ConfigFolder + "mpv.conf", conf); } } diff --git a/src/Resources/mpv.conf.txt b/src/Resources/mpv.conf.txt index 4470c6e..ccf7fd7 100644 --- a/src/Resources/mpv.conf.txt +++ b/src/Resources/mpv.conf.txt @@ -6,6 +6,6 @@ keep-open = yes keep-open-pause = no osd-duration = 2000 osd-playing-msg = '${filename}' -script-opts = osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1 +script-opts = osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1.5 screenshot-directory = '~~desktop/' watch-later-options = mute