Created
May 15, 2014 06:23
-
-
Save schlomo/1c9b352ba19b5e33f9c4 to your computer and use it in GitHub Desktop.
Revisions
-
schlomo created this gist
May 15, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # See also http://wiki.xbmc.org/index.php?title=Autoexec.py # Put this into the userdata folder, see http://wiki.xbmc.org/index.php?title=Userdata for details where this is for each platform import xbmc xbmc.executebuiltin('xbmc.PlayMedia("/storage/videos/","isdir")') xbmc.executebuiltin('xbmc.PlayerControl(repeatall)') xbmc.executebuiltin("Action(Fullscreen)")