My fork of modernX (a replacement for MPV that retains the functionality of the default OSC), adding additional features - see builds at: https://github.com/zydezu/mpvconfig
If you set showtitle=no or OSCfadealpha is reduced, the subs appear really high when OSC is visible. Can we make an option to lower the sub position or have the value on line 3345 configurable local subpos = math.floor((osc_param.playresy - 175)/osc_param.playresy*100)
If you set
showtitle=no
orOSCfadealpha
is reduced, the subs appear really high when OSC is visible. Can we make an option to lower the sub position or have the value on line 3345 configurablelocal subpos = math.floor((osc_param.playresy - 175)/osc_param.playresy*100)