scraper icon indicating copy to clipboard operation
scraper copied to clipboard

Videos from ss but names from gdb

Open Vodkanakas opened this issue 7 years ago • 2 comments

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?

Vodkanakas avatar Jan 06 '18 02:01 Vodkanakas

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

sselph avatar Jan 06 '18 17:01 sselph

that worked thanks

Vodkanakas avatar Jan 07 '18 10:01 Vodkanakas