How to make an automatic installation of XBMC service script
#1
I am looking for the instructions to make an automatic installation of the XBMC script I made.
The script is tested end works perfectly.

I achieved the auto launch of the script putting the following instructions in the autoexec.py

Code:
import os
import xbmc


xbmc.executescript('special://home/scripts/playeractions.py')

This works but needs to be made manually by the final user.

I need to find a correct way to make an automatic installation like the normal Addons have.
It will be fine any way but must be easy for the final user and at the best must be achieved through the XBMC user interface.
Reply

Logout Mark Read Team Forum Stats Members Help
How to make an automatic installation of XBMC service script0