NodeJS version of RetroPieSetup
-
I am working on a NodeJS Implementation of RetroPieSetup.
I plan on storing the applications in a Database, but one thing I need to figure out is how it finds the ids that correspond to the application name. For example, if you go to Manage packages > core, then you will see these:
139 retroarch
810 emulationstation
826 retropiemenu
827 runcommandIs there a config file that stores these?
-
@milesacul the IDs are generated automatically (dynamic). but grouped depending on module type
1xx "emulators" 2xx "libretrocores" 3xx "ports" 8xx "supplementary" 9xx "admin"
-
So if someone adds a new emulator named nitroarch. Would that increase retroarch's id from 139 to 140?
-
@milesacul yes
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.