Latest version of Attract Mode and I'm having some issues scraping metadata (Maker, year, game info, etc.)
I have the History plugin working just fine using a history.dat, and unless I'm confused I need to scrape for the metadata I want. I've restricted the scraper to "overview" only, but the output list it writes is devoid of any actual game information.
Am I confused? Is there a better way to get this data?
pi@arcade:~ $ grep -i "scrape" ~/RetroPie/attract/attract.cfg
scrape_snaps no
scrape_marquees no
scrape_flyers no
scrape_wheels no
scrape_fanart no
scrape_videos no
scrape_overview yes
pi@arcade:~ $ attract -s mame -c ~/RetroPie/attract -i ~/RetroPie/attract/romlists/mame.txt
*** Scraping artwork for: mame
- scraping thegamesdb.net...
*** Scraping done.
*** Importing Collection/Rom List: /home/pi/RetroPie/attract/romlists/mame.txt
[Import /home/pi/RetroPie/attract/romlists/mame.txt] - Imported 4721 entries.
- Removing any duplicate entries...
+ Writing 4721 entries to: /home/pi/RetroPie/attract/romlists/multi.txt
pi@arcade:~ $ more /home/pi/RetroPie/attract/romlists/multi.txt
#Name;Title;Emulator;CloneOf;Year;Manufacturer;Category;Players;Rotation;Control;Status;DisplayCount;DisplayType;AltRomname;AltTitle;Extra;Buttons
005;005;mame;;;;;;;;;;;;;;
1941;1941;mame;;;;;;;;;;;;;;
1941j;1941j;mame;;;;;;;;;;;;;;
1942;1942;mame;;;;;;;;;;;;;;
1942a;1942a;mame;;;;;;;;;;;;;;
1942b;1942b;mame;;;;;;;;;;;;;;
1943;1943;mame;;;;;;;;;;;;;;
etc.