Can't seem to get startup working - 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) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Can't seem to get startup working (/showthread.php?tid=206533) |
Can't seem to get startup working - spoonforkknife - 2014-10-16 Hello, I am trying to get a video plugin (Weeb.TV specifically) to essentially load on startup and show the menu of the plugin on the screen. I have looked into the service add-on by appending the following: Code: <extension point="xbmc.service" However, after multiple tries I still can't get it work (XBMC simply loads to the default page). I also tried using the autoexec.py script, but no success. Is there something I am overlooking? Thanks! XBMC 13.2 / OpenElec 4.2.1 |