Skip to content

Instantly share code, notes, and snippets.

@Velrok
Created May 26, 2013 14:54
Show Gist options
  • Save Velrok/5653026 to your computer and use it in GitHub Desktop.
Save Velrok/5653026 to your computer and use it in GitHub Desktop.
Example post content for XBMC notifications.
/* Send this to http://<IP>:<PORT>/jsonrpc
Also set header:
Content-Type: application/json
*/
{"jsonrpc":"2.0",
"method": "GUI.ShowNotification",
"params": {"title": "Twitter Username",
"message": "Example Message.",
"image": "preview_image_url",
"displaytime": 25000},
"id": "1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment