cyl0 / ModernX

A modern OSC UI replacement for MPV that retains the functionality of the default OSC.
531 stars 26 forks source link

Upsizing the timestamps without scaling the entire UI #58

Closed manan-gup closed 1 year ago

manan-gup commented 1 year ago

Hi,

I'm very happy with the size of the UI but the timestamps are too small for me. Is there any way to change the font size for the timestamps without scaling the entire UI?

If not then can such an option be added (or point me to the right variables as I can't seem to figure out where to set the size)?

P.S. Thanks for the excellent script!

zydezu commented 1 year ago

Line 156: Time = '{\\blur0\\bord0\\1c&HFFFFFF&\\3c&H000000&\\fs17\\fn' .. user_opts.font .. '}', change the number 17 - that is the font size...

perhaps an option could be added, but the maintainer of the repos seems absent.

zydezu commented 1 year ago

I've added the option to my fork : https://github.com/zydezu/mpvconfig

manan-gup commented 1 year ago

Thanks a lot. Worked as expected. Closing.