How to install Kodi
So first you need to go to the Retropie Setup screen. Then select the optional packages. Find Kodi and select it. The installation process is about 10 minutes, so sit back and wait or make yourself a snack. When the ( Painful ) 10 minutes passed, you will see Kodi at the Ports option. The lastest module possible is Kodi 16.1 Jarvis.
If the joysticks don't work in Kodi, make an XML file from your PC to this direction in the raspberry pi.
/home/pi/.kodi/userdata/keymaps/joystick.xml
Name it joystick.xml and put this script
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<joystick name="USB gamepad ">
<button id="3">Select</button>
<button id="2">Back</button>
<axis id="1" limit="+1">Right</axis>
<axis id="1" limit="-1">Left</axis>
<axis id="2" limit="-1">Up</axis>
<axis id="2" limit="+1">Down</axis>
</joystick>
</global>
</keymap>
Now you can watch live tv, and watch movies, to do that there are many YouTube videos on Kodi setups
Good Luck!!!!!!
