Kodi Community Forum
How to make addon as startup window? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: How to make addon as startup window? (/showthread.php?tid=283362)



How to make addon as startup window? - arunrajiah - 2016-07-21

Is there anyway to make addon as a startup window?


RE: How to make addon as startup window? - Milhouse - 2016-07-21

Moving to Add-ons forum, as not Raspberry Pi specific.


RE: How to make addon as startup window? - ronie - 2016-07-21

(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.


RE: How to make addon as startup window? - arunrajiah - 2016-07-21

Thanks ronie, I will try updating the Startup.xml file