zydezu / ModernX

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
131 stars 5 forks source link

Make raisesubswithosc height configurable #45

Closed Keith94 closed 3 weeks ago

Keith94 commented 3 weeks ago

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)

Keith94 commented 3 weeks ago

@zydezu Thanks! Working perfectly.