Kodi Community Forum

Full Version: How to make addon as startup window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to make addon as a startup window?
Moving to Add-ons forum, as not Raspberry Pi specific.
(2016-07-21, 13:48)arunrajiah Wrote: [ -> ]Is there anyway to make addon as a startup window?

not really, you could make it a service addon, but by the time it's started the skin already switched to the home screen window.

if it's for personal use, you could modify the Startup.xml file of the skin you're using to run your addon instead of opening the home screen window.
Thanks ronie, I will try updating the Startup.xml file