Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › Sselph scraper
Tagged: Sselph scraper
Hi,
This scraper is fantastic, so thank you. I have a question, is it possible to Remove the region at the end of the title of each rom?
You can use the -use_nointro_name=false to use the names in the games db which shouldn’t have the region. Or you could strip them out of the xml file.
cd ~/RetroPie/roms/nes mv gamelist.xml gamelist.xml.bak cat gamelist.xml.bak | sed -e 's/<name>\(.\+\?\) (.\+\?)<\/name>/<name>\1<\/name>/' > gamelist.xml
I used the “-use_nointro_name” and this worked lovely, thank you Sselph :)
Username or email address *Required
Password *Required
Remember me Log in
Lost your password?