Kodi Community Forum
Android remote - 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)
+---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184)
+---- Thread: Android remote (/showthread.php?tid=237917)



remote - mohamedinfo - 2015-09-05

Hello everyone
I want to create a simple remote android to control Kodi.
can you tel me how to connect android in kodi using ip and port ?
thank you in advance.


RE: remote - Razze - 2015-09-07

See the documentation here http://kodi.wiki/view/JSON-RPC_API/v6
and in the JSON-RPC subforum


RE: remote - da-anda - 2015-09-07

you can also have a look at our free and opensource remote app for Android here: https://github.com/xbmc/Kore


RE: remote - mohamedinfo - 2015-09-08

I want just to create a simple remote.
the kore code source is diffuclt to understand it.
and i see the documentation but I dont arrive to developp it ?
many thanks


RE: remote - Memphiz - 2015-09-09

Then its over your top maybe? Development consists of reading documentation and example code and craft your own work out of that.


RE: remote - da-anda - 2015-09-09

you could try to write a custom webinterface add-on and simply point the browser of your smartphone to the IP of Kodi, or start modifying existing webinterface add-ons ofc