Closed NeMeSiStm closed 11 years ago
Have you tried using osascript
no, how would that look like?
Tell application "Safari" to open "URL"
I think One sec
osascript tell application "Safari" to open location "url"
Try that
yes but my SiriProxy is running on ubuntu there is no safari :/
Oh sorry I have no idea how to do it on Ubuntu
got it! i use the following:
@response = Net::HTTP.get(URI.parse("url"))
i don't know if i am using this command in the "right" way. but i does what i want :+1:
okay. i am gettin slowly crazy on this :-)
how can i open a url in my plugin? not on the iphone. it should be opened once on the siriproxy (so send a php command)
tryed a lot of things so far, last was
connection = Net::HTTP.new("http://192.168.11.50/sonos/index.php?zone=Badezimmer&do=Play") connection.start
please help!