[BATCH] Scrape your roms on your PC - fastscraper
-
@paradadf said in [BATCH] Scrape your roms on your PC - fastscraper:
@Gonzakpo Thank you very much for your feedback! I found an easy fix... (I hope!).
Great! It's working as excepted now Thank you.
I will try the other scraper you recommended.
-
Hi. I'm new to Recalbox so excuse my silly noob quesion.
First of all, this is working great on PC, thanks a million for that. I ran the fastscraper and ES is displaying all game information perfectly on Windows.
But when I copy the downloaded images folder and gamelist.xml to the corresponding rom folders on Recalbox (or copy the entire rom folder for that matter) the information doesn't show when I restart. What am I doing wrong? -
@Yoakin you should kill emulation statione before copying tge gamelist.xml. look at wiki
-
why anyone make some video tutorials of this??? im veeeeeeeery noob on this i´ve been trying with a lot of methods (im in MAC) with no luck at all -.-, i let my computer work for 1 entire night apparently scrapping but after finish.... no images displayed on my recalbox (4.0 with Raspi 3)... any noob help please? last method i use was
Log in your recalbox in SSH like explained on the wiki then type those 2 commands :
wget https://raw.githubusercontent.com/substring/fullscrape/master/fullscrape.sh
chmod u+x ./fullscrape.sh
Now you can run fullscrape.sh :
./fullscrape.sh
Here are the possible options
-u : update mode only. It will just scrape roms that were not scraped yet. Quite useful if you already spent some time scraping, or if the previous scrape crashed
systemname : you can specify several systems seperated by space (nes snes n64 gb gbc gba megadrive mastersystem sega32x gamegear pcengine atari2600 lynx psx scummvm segacd mame fba fba_libretro neogeo)
Examples :
./fullscrape.sh : hold tight baby, will scrape everything in its way, dead or alive. You would usually run this only the frist time when you dropped all your roms and want to scrape all
./fullscrape.sh -u : update mode, only scrape non scraped roms
./fullscrape.sh nes fba : full rescrape of nes anf fba systems
./fullscrape.sh -u n64 psx mame : only update n64 psx and mame systems
WARNING : fba_libretro has a little bug, that will be corrected in 4.0.0 : scraping can’t be displayed. This can be manually solved if you really really are desperate … -
@SkarlosVilliers wrong thread... this is about the fastscraper, not the fullscraper.
-
@paradadf
thanks for your answer, i mean i use a lot of methods, no one worked, only post that because is the last method i use u.u and no work. in terminal shows the download of all systems but recalbox doesn´t show nothing thanks -
@SkarlosVilliers ehhh... did you mind reading the title? Or at least the very first post? It is a BATCH file and those work only on Windows.
And again... this is something completely different than the fullscraper, so your post will be disregarded here. -
Hello,
Nice soft !
How to add "Standard (3img)" and "Standard (4img)" to prefer images please ?
-
@Genetik57 not the same soft here you are in the BATCH version
You refere to 3img or 4img MIX profil, they are only avalaible in universal xml scraper
(And you can change it in the Mix Profil Menu ) -
@screech Mince, j'utilise les deux logiciels pour compléter mes scrapes Fastscraper est rapide comme l'éclaire, dommage qu'il n'y a pas cette fonction
-
petite astuce pour UXS V2 : si tu participes à la BDD : http://www.screenscraper.fr/ et que tu t'identifie avec tes identifiants screenscraper sur UXS, tu peux scraper plus vite
-
This tool is amazing thank you! I was just wondering if there was a way to remove the Region at the end of the Game title? eg. Mario Paint (JU). Thanks!
-
@davidwrightini just edit the batch to:
set useNoIntroName=-use_nointro_name=falseand you will get the name from SS instead.
-
I have a problem: i put newest scraper.exe from scraper_windows_amd64.zip and your .bat into the roms folder of my pi3 via wlan. but the bar doesnt find the scraper.exe, although i can normally start the scraper.exe there. Hes saying something about UNC folder.
Any hints?
Thx -
@Erinjy read the instructions! this works only on WINDOWS!
-
@paradadf said in [BATCH] Scrape your roms on your PC - fastscraper:
@Erinjy read the instructions! this works only on WINDOWS!
Thx for the quick reply, that was the failure. I got another problem now though: When i copy the xml and the image folder onto the PI the images arent shown and if i update the gameliste via the ui it always resets the gamelist (your.bat created) and nothing happens...
thx
Edit: It seems that the gamelist created by your .bat doesnt contain the right path, how can i change that?
-
@Erinjy it contains the right path... You must stop EmulationStation before copying the
gamelist.xml
with the command:/etc/init.d/S31emulationstation stop
and start it again after the copy is finished with/etc/init.d/S31emulationstation start
-
that worked, thx alot.
-
Just tried this yesterday, worked very well but had a few problems.
atari5200 and supergrafx had no successful scrapes. ROMs are from No-Intro set.
FBA had almost no successful scrapes, only 154 out of 4156 worked, that number should have been several hundred right? Or should it be almost all of them?
I thought maybe the directory name causes it to scrape from different sources so I tried fba, fba_libretro, and mame, same results for all. ROMs are from the set called FBA v0.2.97.38 .
Maybe there is still a problem with mamedb causing so many failures?
-
@slakka sselph's scraper doesn't use ScreenScraper as a source for arcade systems and mamedb has been offline for weeks, so your success rate will be very low there.
Wirh this batch, as long as your folders have the words fba, fba_libretro, mame or neogeo, it will be recognized as arcade, with the different options currently available. Even, for example, fbaANYTHING_ELSE will recognize the fba from the beginning.About atari 5200... I have never scraped that system and have no idea about how full the database is. The no-intro romset for supergrafx is definitely on the database (there are only 5 games). But if you have problems scraping your roms, then double-check the SHA1 of your files with the ones on SS. If they are not the same, and for the new roms to be added, you need either a software called FCRC-Calculator (check the MD5 hash) or the missing.txt from another scraper called Universal XML Scraper (scraper with much more options and recognizes arcadd systems ;)) to be submitted on IRC at #screenzone.
Look for the how to about screenscraper and the tutorials about Universal XML Scraper (short: UXS) on this forum.