json api notifyall

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
yellow_dre Offline
Junior Member
Posts: 5
Joined: Oct 2012
Reputation: 0
Post: #1
i would like to open a addon on all my clients at once by pressing a maped key on my keyboard
is it posssibe i tried all day but cant get json api to open script from my web browser

http://192.168.1.254:80/jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params":{"addonid":"script.doorbell"}


is this correct
find quote
HenryFord Offline
Posting Freak
Posts: 1,000
Joined: Jan 2010
Reputation: 14
Post: #2
(2013-05-20 01:57)yellow_dre Wrote:  i would like to open a addon on all my clients at once by pressing a maped key on my keyboard
is it posssibe i tried all day but cant get json api to open script from my web browser

http://192.168.1.254:80/jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params":{"addonid":"script.doorbell"}


is this correct
That's an easy one Smile
Code:
http://192.168.1.254:80/jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params":{"addonid":"script.doorbell"}}
You forgot a "}" at the end.

Need help? Check out my XBMC Eden Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

[Image: all-fanart.jpg]
find quote