2014-08-10, 02:13
Ive updated the first post so the repo link is now a direct download, try that. If the actual addon has the problem try downloading again, it could be a corrupt download.
(2014-08-10, 22:35)teeedubb Wrote: You could use this as a pre steam script to run in the background and force focus on team bpm for X seconds. Be careful it doesn't run for too long because it will steal focus from games
http://forum.xbmc.org/showthread.php?tid...pid1750759
(until [[ $(curl -v -H "Content-type: application/json" -X POST -d '{ "jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": 1 }' http://localhost:8080/jsonrpc | grep "pong") ]] ; do sleep 1 ; echo sleeping 1s, waiting for xbmc json-rpc ; done ; curl -v -H "Content-type: application/json" -X POST -d '{ "jsonrpc": "2.0", "method": "Input.Back", "id": 1 }' http://localhost:8080/jsonrpc)&
(2014-08-16, 14:22)teeedubb Wrote: Yeah it is possible, you would need to create a resume hook in /etc/pm/sleep.d/
(2014-08-16, 16:49)teeedubb Wrote: Have you enabled 'allow programs on other systems to control xbmc' under remote control in xbmc settings?
export DISPLAY=:0
xsetroot -solid black &
unclutter -root &
/usr/bin/xbmc &
compton --backend glx --paint-on-overlay --glx-no-stencil --vsync opengl-swc & $
sleep 2
xdotool mousemove 1920 1080