Versatile C++ game scraper: Skyscraper
-
@Halvhjearne Have you updated the RetroPie script lately? There was a bug with the bracket option at one point I think. If that doesn't fix it, please report it to @mitu here (he's the one who made the RetroPie script for Skyscraper): https://retropie.org.uk/forum/topic/19588/skyscraper-now-officially-part-of-retropie-please-test
-
@muldjord
it was updated within the last 3 daysedit:
i like that it does not sort "the" under t, although i almost got used to that by now, so probably wont be able to find the games i play that starts with "the" :D -
@Halvhjearne Yeah, that's one of the earliest features I added back a year ago or so. :)
-
i got an api key from igdb and i added userCreds="APIKEY" in config.ini, but for some reason it keeps saying the key dosnt work even if i run it at command line with -u APIKEY, am i doing something wrong?
also i noticed that when i set maxFails in config.ini over 200 it will always end when it reaches 42 and that it for some reason always refreshes when scraping mame-mame4all ... is this intended behavior?
-
@Halvhjearne There are responses to this issue below but in a nutshell IGDB scraping won't work until the next release and you won't need your personal api key as it will use an api key assigned to skyscraper. There will also be a limit to the number of skyscraper api calls per day/month I believe.
-
I noticed Donkey Kong Country 3: Dixie Kong's Double Trouble! scrapes as Donkey Kong Country 3: Dixie Kong's Double Troubl (no E and no !). Is that down to the scraper source (screenscraper.fr) or is it a problem with Skyscraper dealing with exclamation points?
-
@Baz said in Versatile C++ game scraper: Skyscraper:
I noticed Donkey Kong Country 3: Dixie Kong's Double Trouble! scrapes as Donkey Kong Country 3: Dixie Kong's Double Troubl (no E and no !). Is that down to the scraper source (screenscraper.fr) or is it a problem with Skyscraper dealing with exclamation points?
That would indicate an error at screenscraper, yes. :)
-
Firstly thanks for such an awesome scraper!
Got this running from a VM processing and storing all the data on my NAS and it's working great!! :)
Secondly, I have a question about matching ROMs that can't be found. Is there a nice easy way to do this via Skyscraper?
An example would be
Bust-A-Move '99.cue
with a MD5 ofcd1fac631f6a45ae4ae2b28738ba4f6a
which doesn't match anything on screenscraper.However I expected it to match on name? I can see on the info pane on the left it's listed by name as
Bust-a-move 3 Dx
. Would my ROM need to be named to same (or rather added to the alias csv) in order to match? Or am I totally misunderstanding here :DEdited: Added more info
-
@Slow1 It needs to match exactly one of the filenames at screenscraper and there needs to exist only one in total in the entirety of screenscraper before it works. If two platforms has a file with the same name, it won't return anything on filename search.
Instead I recommend checking the
--query
option as described here: https://github.com/muldjord/skyscraper/releases/tag/2.7.5It allows you to overwrite the md5 sum for instance.
-
@muldjord fantastic! Thank you - down I go..! :D
-
@muldjord I could do with using this actually because I can't get Pokemon Blaze Black (a romhack version of Pokémon: Black Version) to scrape for love nor money.
I'm a complete linux noob but would it be
$ Skyscraper -p nds -s screenscraper --query md5=37BFF1431EDA9B3A525737C7F59A432D PokemonBlazeBlack.nds
, presuming I rename my rom to PokemonBlazeBlack.nds? -
@Baz Looks correct yes :)
-
Hi there. I am used to emulationstation internal scrapper and just switched to skyscraper few days ago. In general, I like the way it works, also it could easily scrap my TurboGrafx-CD images. But there are few things I wanted to specify.
It seems like after scrapping (using retropie menu), the games are removed from the favourites list. Could it be fixed somehow or is there a parameter in config.ini to keep games in the list?
Maybe you can also advice how to search only for newly added roms/images without updating and overwriting the whole database. I have some manual changes in Mega CD names (like disc 1, disc 2), which I would like to keep.
-
@megaJekan said in Versatile C++ game scraper: Skyscraper:
It seems like after scrapping (using retropie menu), the games are removed from the favourites list. Could it be fixed somehow or is there a parameter in config.ini to keep games in the list?
What version if Skyscraper are you using ? This was fixed in 2.8.0.
-
@mitu I use v2.9.5. I've done it only through "scrap chosen systems". It is 100% reproducible for PC Engine, at least.
-
@megaJekan I'll check on my install - thanks for reporting it.
-
@megaJekan said in Versatile C++ game scraper: Skyscraper:
Maybe you can also advice how to search only for newly added roms/images without updating and overwriting the whole database. I have some manual changes in Mega CD names (like disc 1, disc 2), which I would like to keep.
@mitu Thank you. Could you please also advice any workaround for this?
-
@megaJekan Hm, why would you need separate entries for Disc1/Disc2 ? Shouldn't they be collapsed in a single entry (using a
.cue
or an.m3u
file) in the gamelist ? -
@mitu said in Versatile C++ game scraper: Skyscraper:
@megaJekan Hm, why would you need separate entries for Disc1/Disc2 ? Shouldn't they be collapsed in a single entry (using a
.cue
or an.m3u
file) in the gamelist ?I have *.m3u files for PSX, they work fine. But for Sega CD they are not in the list of parsed file formats.
https://github.com/retropie/retropie-setup/wiki/Sega-CD -
@mitu Anyway, this is just an example. Sometimes you have really long titles scrapped (which include names for all regions + system name), which you don't like. And you just wanna keep your manual edits unchanged. Like in the case of Metal Slug or Samurai Shodown for Neo Geo.
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.