Kodi Community Forum
Issues launching scripts from main page - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Issues launching scripts from main page (/showthread.php?tid=9125)



- scoMal - 2005-01-14

i am running a script from a button on the main xbmc page using the code:
<script>q:\scripts\tv.guide.py</script>
when i press the button, the xbmc credits movie & music start playing. when i exit the credits my script loads.
is this a bug - or intentional advertising? :evil:
any ideas on how to fix or work around this problem?
thanks.


- scoMal - 2005-01-16

solved the problem - i stupidly used the id 13 (<id>13</id>) for this control on the main page.
obviously this id is also tied to the credits, so when pressing this button it shows the credits, and then runs my script!