Any way to make video video title text smaller in fullscreen playback? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: Any way to make video video title text smaller in fullscreen playback? (/showthread.php?tid=378915) |
Any way to make video video title text smaller in fullscreen playback? - Steph09 - 2024-09-26 Hi. Just wandering is there any way to make the text displaying the currently playing video title text thats at the top of the screen during video playback smaller & maybe also scroll as it did in xonfluence? I've looked through the xml files but can't seem to find the right bit to edit. The text i've circled in this image. https://i.imgur.com/W2NI1Dg.jpeg RE: Any way to make video video title text smaller in fullscreen playback? - jjd-uk - 2024-09-27 The code for there is at https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml#L212 Currently it's set to font45. FYI font13 is the standard font size, and you can see options in https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Font.xml RE: Any way to make video video title text smaller in fullscreen playback? - Steph09 - 2024-09-27 That was the first thing I tried to edit yet it makes no difference regardless of what I change it to. https://i.imgur.com/nnUHZeI.png The edit I made to add time remaining under the clock & next to end time works but for whatever reason changing anything with the currently playing file name doesn't seem to change anything. |