sselph / scraper

A scraper for EmulationStation written in Go using hashing
MIT License
449 stars 88 forks source link

Can't download marquees/videos with custom hash file #211

Open davidhorm opened 6 years ago

davidhorm commented 6 years ago

I created a custom hash file by executing: /opt/retropie/supplementary/scraper/scraper -missing _custom_hashes.csv -workers 4 -append

Then I customized that file so that it's just the following values for each row: [hash],[thegamesdb id],, Then executed the following: /opt/retropie/supplementary/scraper/scraper -hash_file _custom_hashes.csv -append -download_marquees -download_videos -workers 4

gameslist.xml was populated with everything except marquee and videos. No marquee or video files were downloaded into the images folder.

I saw that -console_src="ss" has the video information. When I added that argument to the command above, it outputted that it couldn't find the hash. FWIW I ran the following, and saw the output didn't have any hash values: /opt/retropie/supplementary/scraper/scraper -missing _custom_hashes_ss.csv -console_src="ss" -workers 4

PRElias commented 6 years ago

Have you tried to use -download_videos=true -download_marquees=true ? In my experience it only download videos and marquees if I provide the login and password for ss as well