Autoexec Py Enable All Addons

  1. Autoexec Py Enable All Addons Download
Windows

I need to install a Python script in XBMC environment to be launched automatically.The script interacts with the execution of any video. It works and it is tested.Now I am looking to find a correct way to install the script by the final user.The installation must be able to register the script to be launched automatically after the XBMC is started.I succeded to launch the script automatically putting the following instructionsin the autoeexec.py import osimport xbmcxbmc.executescript('special://home/scripts/playeractions.py')My script is saved in the scripts/playeractions.py.I am looking to find the instructions to make a correct installation that will install and register my script for auto launch on XBMC start up.

Autoexec Py Enable All Addons Download

In Eden, the autoexec.py file won't be needed anymore, thanks to the new. Having an addon entry is nice and all, but will I be able to allow.