Kodi Community Forum

Full Version: read or send movietitle when KODI start play movie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, Guys, i plan to build a sence via Domoticz when KODI start play movie, difference movie has difference sence, can somebody tell me how to read movietitle via Domoticz or KODI can send movietitle to Domoticz,thanks.
If there is no add on available i guess you need to write your own add on. If Kodi should 'send' the movie title you need to monitor Kodi at port 9090. This is the port for the Kodi event server.
The event server populates all events like movie play. If you receive this event you have to poll the title with JSON-RPC.

Another possibility is frequently poll Kodi with JSON RPC.