need help! sending messages to the...
#1
can someone code a little python script that displays something thats send to the xbox from the network.

lets say i type in following line on my pcs browser(ip 192.168.100.5):
http://192.168.100.10/?popup=$variable1 $variable2

192.168.100.10 is the ip of my xbox. now on xbmc a popup window should show up showing those 2 variables

so basically the xbmc should fetch the http-request and display it in a pop-up



Reply
#2
it can be done with builtin functions.. i tried but seems to not work... it may have an error, but i can't really test now...

http://192.168.100.10/xbmccmd....e)'

more infos here : (builtin functions)http://manual.xboxmediacenter.de/wakka.p...ions&v=rfa
and here : (http api)
http://ovh.dl.sourceforge.net/sourceforg...apidoc.doc
Reply
#3
ok
this one will do your trick :
http://192.168.100.10/xbmccmd....essage)
here in full text :
192.168.100.10/xbmccmds/xbmchttp?command=execbuiltin&meter=xbmc.notification(header,message)



Reply
#4
great thats exactly what i was looking for.. the line in your first posting works like a charm :-)
Reply

Logout Mark Read Team Forum Stats Members Help
need help! sending messages to the...0