Win Boot automatically play
#1
add in the % appdata %\XBMC\userdata directory autoexec.py files, The file content:

import xbmc
xbmc.executebuiltin( "PlayMedia(http://ims.veryhd.net/ty/fh_flv.php?flvid=42100024)" )
xbmc.executebuiltin( "PlayerControl(repeat)" )

This is network television, And I want to play all the files in the local directory,How to modify?
Reply
#2
ok ,The test pass

autoexec.py:
import xbmc
import time
time.sleep(3)

xbmc.executebuiltin( "PlayMedia(D:\\video\)" )
xbmc.executebuiltin( "PlayerControl(repeat)" )
Reply

Logout Mark Read Team Forum Stats Members Help
Boot automatically play0