iwalton3 / plex-mpv-shim

Cast media from Plex Mobile and Web apps to MPV. (Unofficial)
MIT License
368 stars 21 forks source link

How to change subtitle font family? #58

Closed ronilaukkarinen closed 2 years ago

ronilaukkarinen commented 2 years ago

It seems mpv.conf does nothing. I can change subtitle size from UI but how to change the font family to another font?

ronilaukkarinen commented 2 years ago

Just figured it out. You need ot add sub-ass=no. Then the settings will work:

mpv.conf:

sub-font='Netflix Sans Medium'
osd-font='Netflix Sans Medium'
osd-font-size=22
sub-font-size=28
sub-color="#FFFFFFFF"
sub-border-color="#FF262600"
sub-border-size=0
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0
sub-ass=no
kevinization commented 9 months ago

Thanks! It works