sselph / scraper

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

Videos from ss but names from gdb #203

Open Vodkanakas opened 6 years ago

Vodkanakas commented 6 years ago

This is the line I'm using

/opt/retropie/supplementary/scraper/scraper -workers 4 -console_src=ss -use_gdb -ss_user -ss_password -download_images=false -download_videos=true -video_dir ~/RetroPie/roms/%system%/images

is it possible to add

-use_gdb_name

as in the gui version it is a selection. Im wanting to scrape data and videos from screenscraper but i want the names of the games to be the just gamename not gamename (usa). Is this possible?

sselph commented 6 years ago

Does something like this work?

/opt/retropie/supplementary/scraper/scraper -workers 4 -console_src=ss -ss_user -ss_password -download_images=false -download_videos=true -video_dir ~/RetroPie/roms/%system%/images -use_nointro_name=false

Vodkanakas commented 6 years ago

that worked thanks