Send Events from XBOX to PC
#1
Question 
Hi everyone!

I'd like to write a small Script that would connect the XBOX upon PowerOn to some Socket on a RemotePC.

Then the Script should send Events like Play, Pause, Stop and maybe the Filename and or ID3 Tags over the Socket.

Does anyone know such a Script or has anyone a hint how to accomplish that?

I don't want to Poll the Status via the HTTPAPI.

Thanks in advance, PMKnecht
Reply
#2
It would be fairly easy using the xbmc.Player() class. That class has a lot of callback events in which you would use urllib to do whatever you wanted to do. Check out the resources in my sig and the api at http://www.xbmcscripts.com/downloads/doc.../xbmc.html
Reply

Logout Mark Read Team Forum Stats Members Help
Send Events from XBOX to PC0