[Tool] Convert emulationstation/launchbox xml database "DESC" to Overview Attrac
--
edit
hyperspin doesnt have description..
As title says.
Here it is
https://mega.nz/#!B9YxiSDD!XRrJduRZnkgZxPm8lHFvvFgxa_FOmAbicPeTsM1Ivdgmake folder , put .py in it.
copy database.xml to folder where .py is
if using another xml ,rename it to
gamelist.xmlMake sub folder named "out" no quotes.
run the tool
result will be [romname].zip.cfg files for attract mode.
bulk rename .zip.cfg to .cfg only
copy files to attract romlist [emulatorname] folder ,Enjoy
(it can be used to scrape from launcBox) just replace 2 name param's where to look for data.Be aware that LB has mostly broken format of xml's as its not updating them propeprly. If that happens fix the xml
NOTE:Some files may end up with 0 info in them. If that happens check which files are in question and look in xml what might be the cause of problem. Usually poor formating is the reason
Also in case of launchbox, u will first have to manually find and replace lines in it
example:
<ApplicationPath>..\..\roms\Cave\mushitam.zip</ApplicationPath>
find and replace ..\..\roms\Cave\ so it becames
<ApplicationPath>mushitam.zip</ApplicationPath>
launchbox is not recommended for use.But its easier to match data with it. its xml output is a disaster tho. It tends to create double named info inside xml on separate places for same game. Nothing i can do about that.In that case it script will overwrite good info with empty info when it runs into it.Those doubles are always stored at bottom of exml, so best to manually find first damaged info and remove with rest of it from xml
P.S
I already started sharing some of overview info files in my theme topic, i wonder why not everyone will? We can get some nice database like that. Providing that all rom names are up to the code.
P.P.S
if u have interesting tools to share ,now might be the time?