Skip to content

Instantly share code, notes, and snippets.

@schlomo
Created May 15, 2014 06:23
Show Gist options
  • Select an option

  • Save schlomo/1c9b352ba19b5e33f9c4 to your computer and use it in GitHub Desktop.

Select an option

Save schlomo/1c9b352ba19b5e33f9c4 to your computer and use it in GitHub Desktop.

Revisions

  1. schlomo created this gist May 15, 2014.
    6 changes: 6 additions & 0 deletions autoexec.py
    Original 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)")