![]() |
Android Control Kodi via broadcasts possible on android? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Android Control Kodi via broadcasts possible on android? (/showthread.php?tid=360669) |
Control Kodi via broadcasts possible on android? - Jawomo - 2021-02-21 Hi there, Kodi is running on android here and im trying to send commands to Kodi from the same device. I have an app with a background service and want to send commands to Kodi from that service. It this possible with broadcasts or similar methods? What would be the best method to do this? Im especially interested in directly opening movie categories or search for a specific movie. Didnt find anything in the documentation unfortunately. Sorry if this has been asked already. Best Regards RE: Control Kodi via broadcasts possible on android? - Jawomo - 2021-02-21 Or is JSON-RPC the only way to control Kodi? RE: Control Kodi via broadcasts possible on android? - a1rwulf - 2021-02-22 Usually JSON-RPC is the way to go |