Skip to content

Instantly share code, notes, and snippets.

@nemik
Created December 2, 2013 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemik/7745209 to your computer and use it in GitHub Desktop.
Save nemik/7745209 to your computer and use it in GitHub Desktop.
xbmc notification json api
curl -i -H "Content-Type: application/json" -d '{"id":1,"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"YO","message":"Heeeellloooo", "displaytime":3500 }}' "http://username:password@xbmc-box-ip:9191/jsonrpc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment