Kodi Community Forum

Full Version: Issues launching scripts from main page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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!