Skyscraper is back! (v3.12)
-
@sleve_mcdichael This is the reason then, because the previous times i was using the gui. Thanks!
-
Hello, it's me again (sorry :P).
I was trying to scrape my neogeocd games that i have into
neogeo
folder from the terminal window, without the use of RetroPie-Setup Gui.
The command i run was :Skyscraper -p neogeo -s screenscraper
The command run but i didn't saw any metadata, it was like i didn't have roms in the folder.
I check the
peas.json
file and it looks that something is missing from the formats section:}, "neogeo": { "aliases": [ "arcade", "neo geo", "neo geo aes", "neo geo cd", "neo geo mvs", "neo-geo", "neo-geo cd" ], "formats": [], "scrapers": [ "arcadedb", "openretro", "screenscraper" ] },
-
@abj I'm not sure but you could try adding some "formats"? So:
"formats": [],
...becomes:
"formats": [ "*.chd", "*.cue", "*.fba", "*.iso" ],
(NeoGeo formats from https://github.com/RetroPie/RetroPie-Setup/blob/master/platforms.cfg#L146, not include
"*.zip", "*.7z"
as none other systems include these either, so I suppose they are "hardwired" somewhere else.) -
Thanks, this fix it!
-
if the option extension is unset (default) then these extensions are automatically used as base *.7z *.ml *.zip by Skyscraper.
Another option is to add the wanted extensions with addExtensions, these get appended to the base extensions.
Eventually the extensions from peas.json / formats are added also to the list of extensions.
-
-
@Lolonois said in Skyscraper is back! (v3.12):
Implementing a batch of community suggestions, all details here
Hm, here points to localhost, probably should be https://gemba.github.io/skyscraper/CHANGELOG/#version-3120-2024-07-01 ?
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.