Kodi Community Forum

Full Version: Home.xml Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I wanted to remove the default home layout of Basics-Vision and only use the alternate view (i.e, not having to choose it in skin settings), what of the home.xml code needs to be edited/removed?



Thanks in advance for any help.
you need to remove the entire code from this block
PHP Code:
            <control type="group">
                <include>
Window_OpenClose_Animation</include>
                <
visible>!Skin.HasSetting(Alternate_Home)</visible
which is about line 177 to 477 then you need to remove <visible>Skin.HasSetting(Alternate_Home)</visible> fromthe top group
and you will also need to clean up the nowplaying and time visible stuff under the big block you just deleted
OK removed the block of code you said and below that it begins like this:

Quote:<!-- Begin Media menu -->
<control type="wraplist" id="302">
<posx>390</posx>
<posy>22</posy>
<height>132</height>
<width>250</width>
<onup>302</onup>
<ondown>302</ondown>
<onleft>2</onleft>
<onright>302</onright>
<focusposition>1</focusposition>
<visible allowhiddenfocus="true">Control.HasFocus(302)</visible>
<animation effect="fade" delay="150" time="100" start="0" end="100">visible</animation>
<itemlayout height="44">

By clean up do you mean delete too?
the <control type="wraplist" id="302"> is the alt menu so don't delete it
This might work I didn't test it though
http://pastebin.com/m781fe472
Yes! worked great accept no labels (movies, music, ect) are visible and the top right corner is blurred out where the time is.
EDIT and 2 times are showing lol center top, and top right.
Never mind fixed the time/date issue.