dissolve / PieStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2 stars 0 forks source link

ignore scraper errors #3

Open dissolve opened 8 years ago

dissolve commented 8 years ago

From @meleu

An "ignore the conflicts" for the Scraper. This way, I can scrap my entire romset and don't interrupt the process to decide what to do with the conflicts. [OBS.: there's a better way to scrap games sselph scraper, described here: https://github.com/RetroPie/RetroPie-Setup/wiki/scraper but it's console based and it would be great to see it on ES. Maybe an ES wrapper to sselph scraper is a doable thing.]

dissolve commented 8 years ago

interestingly, there seems to be some groundwork laid for CRC checks to be automatically accepted and not any others, but this does not seems to have been implemented ever. I think the ideal case here is for the user to confirm only if multiple choices are given. If no results, just skip, if only one result, auto-accept, if multiple results, user must confirm

meleu commented 8 years ago

The problem is that while the user is choosing what to do with the conflicts, the scraper stops. If the user is away from the raspi (for example: getting somd coffee wile scraping a large romset), the scanning will get stopped until he/she is back. My idea of an "ignore the conglicts" is "if multiple results, skip".