Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Kodi tab in emulationstation › Reply To: Kodi tab in emulationstation
04/14/2015 at 03:04
#94808
Participant
i’ve managed to boot directly into Kodi, for those looking for it do this:
sudo nano /etc/rc.local
and in the line above exit 0 do this:
su pi -c kodi-standalone
this way kodi boots under user pi, and then when you quit you’be be straight into EmulationStation
hope it helps ya.