Taking out from ports adding them to the menu
-
Hi I am trying to figure out how can I take stuff from ports to add it in main menu just like... Sega mega drive, dream cast,pixel destop environmental please help me out
-
Here is how i did it with KODI.
create an entry in the es_systems.cfg file so that Kodi will show up in emulation station
add the following codeblock anywhere after <systemList> and before </systemList>:
<system>
<fullname>Kodi</fullname>
<name>kodi</name>
<path>~/RetroPie/roms/kodi</path>
<extension>.sh .SH</extension>
<command>bash %ROM%</command>
<platform>kodi</platform>
<theme>kodi</theme>
</system>then make a kodi rom directory
mkdir /home/pi/RetroPie/roms/kodi
make a launch script:
sudo nano /home/pi/RetroPie/roms/kodi/kodi.sh
Edit kodi.sh & add the following lines:
"/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "kodi" ""
save you changes
Make sure the launch script executable:
sudo chmod +x /home/pi/RetroPie/roms/kodi/kodi.sh
type emulationstation to go back into emulationstation and kodi should be there as its own system.
-
@pi-mania
I figure it had to go that way...I just wasn't so sure it was that I guess I needed opinion from somebody thanks alot
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.