scraper
scraper copied to clipboard
Videos from ss but names from gdb
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?
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
that worked thanks