22 Feb 2017, 22:56

@pdrb some feedback:
tested on windows...

  • if you try to use -d path_to_games_dir, the software expects to find the mame_database.xml on that folder, but it is downloaded on the launch directory. So it should look for that xml file there 😉
mamescraper.exe -d mame -i flyer -s bigode -w 10

Initializing the scraper...

Scraping from: bigode

Mame database xml not found
 Downloading: 100%
Done!

Generating list of images to download...
Traceback (most recent call last):
  File "mamescraper.py", line 575, in <module>
  File "mamescraper.py", line 508, in cli
  File "mamescraper.py", line 188, in init_bigode
IOError: [Errno 2] No such file or directory: 'mame\\mame_database.xml'
Failed to execute script mamescraper

But even after copying the xml file there, the scrape didn't work. Could it be something with the double backslash?

  • There is no option to set the name of the folder where you download the images.

  • If I lauch it from within the roms folder, it works as expected.