Sselph Scraper errors
-
I have created different custom systems from mame-libretro, one for my spinner games, one for my trackball games
I'm trying to use Sselph scraper for those systems: while mame-libretro core system works, I have errors ("hash not found") on the two custom systems I've created... Is it possible to scrape custom systems ?
Emulationstation scraper works also on those custom systems..
-
My scraper has console and mame modes which change how the keys are looked up and what sources it uses. If you ran this yourself, you'd add the
-mame
flag to get it to treat the roms as mame. If you ran this with retropie, it automatically does it by checking"$system" =~ ^mame-|arcade|fba|neogeo
somame-libretro
works because it starts withmame-
if you name those other systems to begin with one of the expected prefixes it would work. Or you couldcd
to the rom folder and run/opt/retropie/supplementary/scraper/scraper -mame -mame_img t,m,s
to get something similar to what retropie is doing except it would place the images and gamelist in the rom folder. -
works like a charm thanks
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.