scraper icon indicating copy to clipboard operation
scraper copied to clipboard

Ability to scrap all roms in zip/gzip Romset archive

Open arcane47 opened this issue 8 years ago • 1 comments

The current Hasher only returns the first known valid decoder in a romset archive. This may be a modded ROM with no valid hash, while the remaining entries in the archive represent valid scrapable hashes.

arcane47 avatar Jan 28 '17 16:01 arcane47

I don't think it is possible to scrape every rom in a zip (gzip isn't an archive so can only contain 1 file) since the gamelist only allows one entry but maybe I could parse every file until I find a matching hash. I'll look in to it but my next priorities are getting this code integrated in to EmulationStation.

sselph avatar Jan 29 '17 06:01 sselph