Kodi Community Forum

Full Version: paused font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyway to change the font of the paused text when video paused, ive edited numerous xml files all with seemingly no change.

Also I have changed defaultfolderback and defaultfolder and movie/music genre pngs with cusotm but none show up in skin? Do i need to do anything else for the skin to use these images.
changes can be made here DialogSeekbar.xml and VideoOSD.xml changed mine to the Aeon pause font.
While we are on the topic of the pause screen...

I actually like the pause font, but would like to increase the size of the "Buffering..." font and maybe add a white shadow effect so it comes up better on black backgrounds. Is there any way to do this?
open Font.xml and search for

Code:
<font>
<name>Font_RSS_Unicode</name>
<filename>Default.ttf</filename>
<size>20</size>
</font>

duplicate then rename and change the size.

Code:
<font>
<name>[b]Font_RSS_Unicode_1[/b]</name>
<filename>Default.ttf</filename>
<size>[b]20[/b]</size>
</font>


open VideoFullScreen.xml and search for <!-- Buffering Dialog --> it's at the end. change the font to the new name.

if you change the font of the first one it will also affect other labels.