Autoexec Service

From Official Kodi Wiki
Revision as of 12:00, 18 May 2013 by >Kibje
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

autoexec.py is an optional python script that users can create in their userdata folders that will be executed when XBMC starts up.

An example of a autoexec.py is this script that opens up the video files view focused on the root of C:\

 import xbmc
 xbmc.executebuiltin('XBMC.ActivateWindow(videofiles,C:\)')

http://wiki.xbmc.org/index.php?title=Built-in_scripting#Using_Built-in_Functions_from_python