2015-01-11, 15:26
(2015-01-11, 10:49)xbmcwayist Wrote:(2015-01-10, 09:49)Mudislander Wrote: There was plans, but code didn't work as planned and actually was responsble for the mouse issue in "General Settings" so has been scrapped.
No problem. By chance do you happen to know which xml file inside the 720p folder houses the code to change which Main Menu item is focused at first startup?
In either a past version of yours skin or another one I tweaked, I recall simply changing the default Main Menu Item #3 to whatever I wanted so it is the focused one. I think it is that simple to do by hand for me without the need of an actual Skin Settings option. I just do not remember which xml file I did this to. Hehe.
(2015-01-11, 11:43)nukesta Wrote: How can i change the default start up so the start screen starts at video and not pictures?
Yep that's the problem I said I had.
The file is IncludesMainMenu.xml
PHP Code:
<include name="HomeMainMenuSys">
<left>-110</left>
<top>5</top>
<width>1500</width>
<height>60</height>
<onleft condition="!Skin.HasSetting(FixedEndingMenu)">9000</onleft>
<onright condition="!Skin.HasSetting(FixedEndingMenu)">9000</onright>
<onleft condition="Skin.HasSetting(FixedEndingMenu)">noop</onleft>
<onright condition="Skin.HasSetting(FixedEndingMenu)">noop</onright>
<onup condition="!Skin.HasSetting(DisableGlobalSearch)">608</onup>
<onup condition="Skin.HasSetting(DisableGlobalSearch)">603</onup>
<ondown>9001</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<focusposition>2</focusposition>
<movement>1</movement>
<orientation>Horizontal</orientation>
<itemlayout height="60" width="300">