WOL magic packet at xbmc startup
#1
I'm trying to enable the sending of the magic packet on an AppleTV1 during startup of xbmc
For some reason it is not working, although as far as I can see and test everything is ok

Code:
-bash-2.05b$ python /Users/frontrow/wol.py
<< WOl send succesfully >>

-bash-2.05b$ cat /Users/frontrow/Library/Application Support/XBMC/userdata/autoexec.py
import os
os.system ('python /Users/frontrow/wol.py')

-bash-2.05b$ python autoexec.py
<< WOl send succesfully >>

xbmc.log:
  22:28:06 T:60581888   DEBUG: Process - The source file to load is /Users/frontrow/Library/Application Support/XBMC/userdata/autoexec.py

But during startup of XBMC it is not sending anything
(ver XBMC pre-11.0 (compiled 3 oct 2011)
Reply
#2
I managed to get it working, but configuring autoexec.py as

import xbmc
xbmc.executescript ('//Users//frontrow//wol.py')
Reply

Logout Mark Read Team Forum Stats Members Help
WOL magic packet at xbmc startup0