Skip to content

Instantly share code, notes, and snippets.

@Peregrinox
Last active July 6, 2018 06:56
Show Gist options
  • Save Peregrinox/5920ebea56db146d99eec01fb6e30802 to your computer and use it in GitHub Desktop.
Save Peregrinox/5920ebea56db146d99eec01fb6e30802 to your computer and use it in GitHub Desktop.
task with kodi shell commands

Send a message to Kodi (XBMC) https://discourse.osmc.tv/t/push-notification-from-bash-to-kodi/5703/2

curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"This is the title of the message","message":"This is the body of the message"},"id":1}' http://localhost:8080/jsonrpc

or

xbmc-send -a "Notification(My header,This is my message)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment