paused font
#1
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.
Reply
#2
changes can be made here DialogSeekbar.xml and VideoOSD.xml changed mine to the Aeon pause font.
Reply
#3
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?
Reply
#4
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.
Reply

Logout Mark Read Team Forum Stats Members Help
paused font0