Kodi Community Forum
Scripts that run on startup, how is this done? - 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: Scripts that run on startup, how is this done? (/showthread.php?tid=92625)



Scripts that run on startup, how is this done? - cloudjacker - 2011-01-30

Hello, I see the script.rss and weather module loads when XBMC first starts. Where is that configured?

I don't care if it is in the uncompiled part I do need to know though. I would like to edit that part.


is autoexec.py still relevent? I don't exactly know where to put that file, under userdata?

I'm looking into startup.xml right now too.

Any insight would be appreciated


- daledude - 2011-01-30

cloudjacker Wrote:Hello, I see the script.rss and weather module loads when XBMC first starts. Where is that configured?

I don't care if it is in the uncompiled part I do need to know though. I would like to edit that part.


is autoexec.py still relevent? I don't exactly know where to put that file, under userdata?

I'm looking into startup.xml right now too.

Any insight would be appreciated

userdata/autoexec.py is the only place I know of to add startup scripts in Dharma.


- takoi - 2011-01-30

you can use this: https://github.com/takoi/xbmc-autoupdater-addon/blob/master/autoexecHandler.py


- daledude - 2011-01-30

ventech Wrote:you can use this: https://github.com/takoi/xbmc-autoupdater-addon/blob/master/autoexecHandler.py

Slick. I have use for that. Thanks.