Replies: 2 comments
-
|
The font sizes are set in this function. The font size is the number after |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You may also want to try to scale the whole OSC, and see if that works better for you. e.g., change: to: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On my hi-dpi screen, the OSC font size is too small when playing audio files. But I like the standard OSC otherwise.
From this discussion and this discussion, I understand that I can customize the OSC font by launching mpv with
--no-osc(or adding a corresponding setting inmpv.conf), and putting a custom osc.lua in the/scriptsfolder.So I did exactly that, copying the standard osc.lua in my
/scriptfolder.My question: where exactly in osc.lua do I change the various OSC font sizes? I have no knowledge of LUA files. I tried changing various
//fs...parts there, but they seem to have no effect.Much grateful for help and hints!
Beta Was this translation helpful? Give feedback.
All reactions