#90023
LodanZark
Participant

Hellow sselph, I’m am a big fan of your work!

I tried use your tool before to scrape megadrive\genesis but since my roms were in zip format, the scapper didn’t worked to detect the console, perhaps im using the wrong commands…

I’m using RPi model B and my Roms are in “/home/pi/RetroPie/roms/megadrive” folder and my images are in “/home/pi/RetroPie/roms/megadrive/”images folder, all roms are in zip format and all my images are in jpg format, plus i only wanna keep these xml tags:
<gameList>
<game>\
<path></path>
<name></name>
<image></image>
<rating>0.000000</rating>
<userrating>0.000000</userrating>
<timesplayed>0</timesplayed>
<lastplayed>0</lastplayed>
</game>
</gameList>

Since I dont wanna keep the description neither the number of players =P

I’ve tried:

wget https://github.com/sselph/scraper/releases/download/v0.6.5-beta/scraper_rpi.zip
$ sudo unzip scraper_rpi.zip scraper -d /usr/local/bin/
$ touch /tmp/hash.csv
$ cd ~/RetroPie/roms/megadrive
$ mkdir images
$ scraper -hash_file /tmp/hash.csv -add_not_found -image_suffix=""

but gives me always the error “unexpected EOF”