doc:appunti:software:kodi_execute_script

This is an old revision of the document!


Executing a script from a Kodi plugin add-on

This statement executes a Python script (it must be Python) that resides on the filesystem. The special://home prefix actually refers to the home directory of the Kodi program. In my case it means the /home/kodi/.kodi/ directory.

xbmc.executescript('special://home/bin/my-script.py')

Web References

doc/appunti/software/kodi_execute_script.1683305267.txt.gz · Last modified: 2023/05/05 18:47 by niccolo