Kodi Community Forum

Full Version: Custom subtitle size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I want to create a custom subtitle size of 23.. in between 22 and 24, one I feel is to small and one to big.. i pressume I do this in the advancedsettings.xml
How do I do it? something like this..

<advancedsettings>
  <video>
    <subtitles>
        <height>23</height>
  </video>
</advancedsettings>

I´ve done a similar thing in Plex and its pretty straight forward there..

Any help will be appreciated. thanks.