Play, Pause, Stop triggers

Does OSMC, Kodi, have the ability to send a web page (json) link when you Play, Pause, Stop a video?

I think you want to use xbmc.service.callbacks

Sam

Thanks it looks like just the thing :smile:

OK installed next stage is working out a script that can call a URL?
I found urllib but can’t get it working, is there a built in method to call http from the command line.

Figured it out with curl :smile: