Posts: 23
Joined: Dec 2012
Love this skin and all its customizations. Thank you!
How can I customize Xeebo to always start up in the Video > Files screen? I used to have it working in the default Confluence skin, by adding the following as line 3 of Home.xml:
Code:
<onload condition="Window.Previous(startup)">ActivateWindow(Videos,Files,return)</onload>
I tried adding this same code to Xeebo's Home.xml, but no luck. Any suggestions?
Posts: 23
Joined: Dec 2012
Anyone have any suggestions or ideas?
Posts: 23
Joined: Dec 2012
(2013-06-12, 21:00)live4ever Wrote: Autoexec.py
http://wiki.xbmc.org/index.php?title=Autoexec.py
Thanks. I'm running Frodo, which I don't think uses autoexec.py anymore for start-up services.
I'm thinking there's got to be a way to configure Xeebo's XML files (either Home.xml or Startup.xml) to force it to start up in a specific window. Looks like I'll have to do some more exploring.
Posts: 18,214
Joined: Aug 2007
Reputation:
716
Hitcher
Team-Kodi Member
Posts: 18,214
Sorry I didn't see this but the code you posted should work; either that you could change the Startup.xml to load it instead of home.
Posts: 23
Joined: Dec 2012
2013-06-13, 00:00
(This post was last modified: 2013-06-13, 00:01 by Shoehorn.)
(2013-06-12, 23:24)Hitcher Wrote: Sorry I didn't see this but the code you posted should work; either that you could change the Startup.xml to load it instead of home.
Thanks Hitcher. I finally got it working. I modified both Startup.xml and Home.xml, but XBMC didn't recognize the change on reboot. So I switched back to the default Confluence skin, rebooted, then switched back to XeeBo and rebooted again. Now it works!
Minor issue: on startup, the 5th item in my Files list is selected by default, rather than the first. I remember this being an issue in Confluence as well. Is there any way I can reconfigure this? Is it the "onFocus" property in Home.xml?