Created
May 15, 2014 06:23
-
-
Save schlomo/1c9b352ba19b5e33f9c4 to your computer and use it in GitHub Desktop.
XBMC automatically play all videos in a permanent loop. Ideal for video presentations, digital signage or party mode.
This file contains 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 characters
# 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)") |
Ha yup. Thanks hugely for your script by the way, pointed me in the right direction.
Now I have an old TV happily cycling through my massive library of otherwise ignored videos I've shot on my drone.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, maybe over 9 years XBMC changed a bit 😄