Kodi Community Forum
Removing the clock and other items? - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126)
+----- Thread: Removing the clock and other items? (/showthread.php?tid=114573)



Removing the clock and other items? - kyerobertson - 2011-11-14

Hi everyone,

I love Alaska Revisted. But I would like to remove the clock and date from the top right hand corner...and also the 'items count' in the top left corner. I can't see an option to do this.

Can anyone help?


- najkks - 2011-11-15

kyerobertson Wrote:Hi everyone,

I love Alaska Revisted. But I would like to remove the clock and date from the top right hand corner...and also the 'items count' in the top left corner. I can't see an option to do this.

Can anyone help?

i would like to know the same thing, how do i get rid of the clock/date ?!


- Hitcher - 2011-11-15

I really don't have the time to go through it all so you're going to have edit the XMLs yourself. Just look for <include>Global_Time</include> and remove them all.


- najkks - 2011-11-15

Hitcher Wrote:I really don't have the time to go through it all so you're going to have edit the XMLs yourself. Just look for <include>Global_Time</include> and remove them all.

No problem.

but is it many xmls to edit? and in wich directory do i find them in XBMC?


- kyerobertson - 2011-11-16

Hello, Thanks for the tip Hitcher.

It seems the only file you need to edit is the Includes.xml

Remove the entire <include name="Global_Time"> section.

If you wish to remove the file count heading in the top left of the screen, you can remove the section below that too.. <includename="Global_HeadingSectionVars">

Thanks, it now looks even better!


- kyerobertson - 2011-11-16

One last thing Hitcher.... is there a way to make my text all uppercase?

Using a custom font and it sucks in lowercase.

Thanks!


RE: Removing the clock and other items? - qthreea - 2015-08-04

In the newest version of kodi you can hide the clock by changing the Home.xml in your skin folder.
Simply remove the following tag.

<include>Clock</include>

My location of the file using confluence skin: "C:\Program Files (x86)\Kodi\addons\skin.confluence\720p\Home.xml"