Quit XBMC when TV is off
|
14th May, 2013, 09:08 PM
Post: #7
|
|||
|
|||
RE: Quit XBMC when TV is off
Probably a patch to XBMC will still not work, since the issue was in XBian xbmc init configuration.
/etc/init.d/xbmc echo $(start-stop-daemon -c xbian -u xbian -m --start --nicelevel $NICE --quiet --pidfile $PIDFILE --exec $DAEMON -- $DAEMON_ARGS; RETURN=$?; case $RETURN in 64 ) splash --infinitebar --msgtxt="shutting down..."; sudo halt ;; 66 ) splash --infinitebar --msgtxt="rebooting..."; sudo reboot; ;; esac || return 2) &exit replace "sudo halt" with whatever command you want -- in my case I run a deamon that starts XBMC on TV HDMI routing change (when switching input to HDMI). Thanks Koenkk and mk01. |
|||
« Next Oldest | Next Newest »
|