#81383
shywolf28
Participant

i installed it by going to home/pi/RetroPie/roms and creating a folder named apps

then edit sudo nano /etc/emulationstation/es_systems.cfg and add this at the end of the </systemlist>

<system>
<fullname>Apps</fullname>
<name>apps</name>
<path>~/RetroPie/roms/apps</path>
<extension>.sh .SH</extension>
<command>%ROM%</command>
<platform>pc</platform>
<theme>apps</theme>
</system>

next creat and edit sudo nano xbmc.sh

#!/bin/bash
sudo xbmc

put this script xbmc.sh in the apps folder you created above

sudo reboot and it should be on your emulationstaion carousel

hope that helps