Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • typedan
    Participant
    Post count: 8

    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?

    sselph
    Participant
    Post count: 170

    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
    typedan
    Participant
    Post count: 8

    I used the “-use_nointro_name” and this worked lovely, thank you Sselph :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘New to RetroPie? Start Here!’ is closed to new topics and replies.