Hey there.
Previously i released
[Tool] Convert emulationstation/launchbox xml database "DESC" to Overview Attract
http://forum.attractmode.org/index.php?topic=1990.0to convert description to overview in AM use
Today i release tool for converting xml info to AM romlist.
Reason for this is because scraper
https://github.com/sselph/scraper/releasesreally scrapes a lot of info when combined with fast scraper
https://forum.recalbox.com/topic/2594/batch-scrape-your-roms-on-your-pc-fastscraperAnyway output example:
#Name;Title;Emulator;CloneOf;Year;Manufacturer;Category;Players;Rotation;Control;Status;DisplayCount;DisplayType;AltRomname;AltTitle;Extra;Buttons
ddonpach;DoDonPachi (International, Master Ver. 97/02/05);Cave;;1997;Cave (Atlus license);;;;;;;;;;;;;;;;;;;;
Before u use my tool make sure ur xml is in proper format and not broken!
Broken format example:
<desc>
</desc>
<releasedate>
</releasedate>
Or even Worse
</desc>
</releasedate>
Proper format: <desc></desc>
<releasedate></releasedate>
scraper mentioned above will NEVER make such errors but Universal_XML_Scraper64 Absolutely WILL.
Do not use that to make ur xml's use above mentioned instead ,it can rip from more then just one place compared to XML64!Anyway here is the script:
https://mega.nz/#!08Qx0YgQ!vRAEGTjVCSR0dCPavN7Z9n4siKq-xidNWKKDqEvPpqQpython 2.7
Usage:
Copy gamelist.xml to folder where script is, run the script,preferably in dos box to see if any error pops up.
----------
After converting is done , open newly created my_text_file.txt with ur editor of choice, notepad++ will do just fine
and search replace all:
EMULATOR-REPLACE
with your emulator name , example:
MAME (Libretro)
(make sure u dont have regex enabled,just normal search and replace)Last thing, depending on ur ROM PATH, u might get something like this:
./ddonpach;DoDonPachi (International, Master Ver.
u will need to get rid of that at start ./ and replace with nothing. empty nothing.NOT SPACE, just nothing.
or if ur path is different , get rid of it all before game rom name
example:
again and search replace all:
./
with nothing , example:
So end result will be:
ddonpach;DoDonPachi (International, Master Ver.
At the end rename my_text_file.txt to match ur emulator name, example: MAME (Libretro).txt
Copy that txt to your AM romlist and enjoy!
Have fun!