XBMC event based commands
|
23rd Oct, 2014, 02:38 AM
Post: #4
|
|||
|
|||
RE: XBMC event based commands
Ok it can be done but I don't get what or how
Upstart events look good enough for me but how do I make use of this? Do I need to copy the gen.package.sh script somewhere, is it already running? Do I just need to modify the xbian-xbmc-player.conf script to have the upstart action call a webpage (Json)? Mine is currently:- env TYPE=none instance $TYPE start on player ACTION=PLAY stop on player ACTION=STOP pre-start script /usr/local/sbin/xbian-led FRONT trigger none /usr/local/sbin/xbian-led FRONT brightness 0 end script post-stop script /usr/local/sbin/xbian-led FRONT trigger cpu0 end script |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
XBMC event based commands - Calzor Suzay - 21st Oct, 2014, 11:40 PM
RE: XBMC event based commands - menakite - 22nd Oct, 2014, 12:05 AM
RE: XBMC event based commands - Calzor Suzay - 22nd Oct, 2014, 01:20 AM
RE: XBMC event based commands - Calzor Suzay - 23rd Oct, 2014 02:38 AM
RE: XBMC event based commands - menakite - 23rd Oct, 2014, 04:15 AM
RE: XBMC event based commands - Calzor Suzay - 23rd Oct, 2014, 10:19 PM
|