![]() |
Win How can I remove pause button and clock? - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Win How can I remove pause button and clock? (/showthread.php?tid=337281) |
How can I remove pause button and clock? - daws0n - 2018-11-07 Hi guys I am using an Pioneer Plasma with my kodi box, it works very well but I am having a small problem with screen burn. I set kodi to fade to dark after 1 minute's pause / inactivity but have still managed to somehow burn the confluence "pause" white logo into the screen over a period of many months... It's an old set so I am not too bothered, but would like to take steps to prevent it getting worse. Is there any way to erase the pause logo and also maybe the clock? Those are the two biggest cuplrits - if I can't erase them altogether can I change the colour from white to black to prevent further burn in? Thanks RE: How can I remove pause button and clock? - Hitcher - 2018-11-11 Probably easier to just change screensaver to Black or one with moving images. RE: How can I remove pause button and clock? - jjd-uk - 2018-11-13 In DialogSeekBar.xml change <visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding | Player.ShowTime | Player.IsTempo</visible> to <visible>Player.Seeking | Player.DisplayAfterSeek | Player.Forwarding | Player.Rewinding | Player.ShowTime | Player.IsTempo</visible> Then for the clock look at VideoFullScreen.xml
Modify <textcolor>white</textcolor> to change colour or remove $INFO[System.Time] to have no clock displayed |