You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compacson edited this page Aug 17, 2018
·
2 revisions
# Autoplay videodirectory
import os, xbmc
# set path to dir you want to play
xbmc.executebuiltin('PlayMedia(\home\osmc\Movies,isdir)')
xbmc.executebuiltin('PlayerControl(repeatall)')
xbmc.executebuiltin('Action(Fullscreen)')