Posts: 19
Joined: Oct 2011
Reputation:
0
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?
Posts: 18,211
Joined: Aug 2007
Reputation:
716
Hitcher
Team-Kodi Member
Posts: 18,211
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.
Posts: 19
Joined: Oct 2011
Reputation:
0
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!
Posts: 19
Joined: Oct 2011
Reputation:
0
One last thing Hitcher.... is there a way to make my text all uppercase?
Using a custom font and it sucks in lowercase.
Thanks!
Posts: 10
Joined: Oct 2013
Reputation:
0
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"