Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: Fets on January 04, 2017, 03:23:47 AM

Title: Is It normal ? Scraper
Post by: Fets on January 04, 2017, 03:23:47 AM
When i try to scrap, the files go to \\RETROPIE\.attractmode\scraper\Sega Mega Drive   instead of \\RETROPIE\roms\megadrive

Is it normal ?
Title: Re: Is It normal ? Scraper
Post by: progets on January 04, 2017, 08:44:22 PM
Yes, that's normal.
Title: Re: Is It normal ? Scraper
Post by: DaOld Man on February 09, 2017, 06:13:34 PM
Is there anyway to change where the scraper puts the images?
For instance instead of \\RETROPIE\.attractmode\scraper\snes put them in /home/pi/RetroPie/roms/snes/snap

If not, I guess I need to point the paths in each emulator config file to the .attractmode\scraper path?
Title: Re: Is It normal ? Scraper
Post by: progets on February 09, 2017, 09:42:58 PM
No, you can't change the path in Atrract-Mode. You could use symbolic links to point the scraper to your desired folders though

for example
/home/pi/.attract/scraper/snes  --> /home/pi/RetroPie/roms/snes/snap

something like
Code: [Select]
sudo ln -s -d /home/pi/RetroPie/roms/snes /home/pi/.attract/scraper/snes
Title: Re: Is It normal ? Scraper
Post by: akafox on February 10, 2017, 07:04:54 AM
Just to note:

The scraper pulls from both folders. That is, the one you have in the config and the "default" one. (the folder the scrapper sets up.) You can leave it as is or just copy everything to the folder of your choice.