Skip to content

dsoft20/romrenamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

romrenamer

This script takes the gamelist.xml generated files by the Universal XML-Scraper and replace the scraped name field (<name>) with the rom name

	<path>./Game name (Europe).zip</path>
	<name>Game name</name>
						TO
	<path>./Game name (Europe).zip</path>
	<name>Game name (Europe)</name>

WINDOWS: place the file on \raspberry\configs\all\emulationstation\gamelists
then run the script via python rm.py

RETROPIE: place the file in /home/pi/.emulationstation/gamelists/ then run the script via python rm.py

About

This script takes the gamelist.xml, generated by Universal XML-Scraper, and replace the scraped name field (<name>) with the rom name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages