OS X Does PVR "Set wakeup command" work?
#1
xbmc-12.0-Frodo_rc3-x86_64.dmg

As a test, I create a simple shell script:

Code:
#!/bin/sh

echo $1 > /Users/dgktkr/xbmcwakeuparg.txt    #this writes the argument.

exit 0

and store it in /Users/dgktkr/xbmcwakeup.sh and give it permissions 755, then go into XBMC System -> Settings -> Live TV -> Power saving -> Set wakeup command and enter "/Users/dgktkr/xbmcwakeup.sh $1". However, nothing gets written to xbmcwakeuparg.txt when I schedule a recording. On the other hand, scheduling appears to be working correctly, because, if the computer is awake at the scheduled time, the recording takes place.

What am I missing? Shouldn't this simple test work? Could someone point out what I'm not doing right?

dgktkr

EDIT: I turned on debug logging and I didn't see any clues in the log to indicate that something was wrong.
Reply

Logout Mark Read Team Forum Stats Members Help
Does PVR "Set wakeup command" work?0