2020-04-29, 15:13
Hi, before my nvidia shield, I had raspberry with osmc and kodi. My keymaps worked fine. I want the same thing in my shield tv but the location of the runscript doesn't works
in "\internal\Android\data\org.xbmc.kodi\files\.kodi\userdata\keymaps"
i have gen.xml with
and in this folder, i create lumiere.py with
I think my problem is the location but i don't understand where ?
thanks for your answer and i'm sorry for my litlle english
in "\internal\Android\data\org.xbmc.kodi\files\.kodi\userdata\keymaps"
i have gen.xml with
xml:<keymap>
<home>
<keyboard>
<key id="61669">xbmc.runscript(/internal/android/data/org.xbmc.kodi/files/.kodi/userdata/keymaps/lumiere.py)</key>
</keyboard>
</home>
</keymap>
and in this folder, i create lumiere.py with
python:import urllib2
urllib2.urlopen('http://192.168.1.23/core/api/jeeApi.php?apikey=blablabla3&type=cmd&id=1462')
I think my problem is the location but i don't understand where ?
thanks for your answer and i'm sorry for my litlle english