Hey guys. Trying to set up AM for the first time. I come from RetroFE, were the metadata for games is handled from root folder > meta > hyperlist, were there are dozens of .xml files with the name of the systems, containing info for the games of that system. So the one for Super Famicom goes:
<?xml version="1.0"?>
<menu>
<header>
<listname>Super Famicom</listname>
<lastlistupdate>11/26/2011</lastlistupdate>
<listversion>1.3 Final</listversion>
<exporterversion>HyperList XML Exporter Version 1.3 Copywrite (c) 2009-2011 William Strong</exporterversion>
</header>
<game name="2020 Super Baseball" index="true" image="2">
<description>2020 Super Baseball</description>
<cloneof></cloneof>
<crc>0d77933e</crc>
<manufacturer>SNK</manufacturer>
<year>1993</year>
<genre>Sports/Baseball</genre>
<rating>Other - NR (Not Rated)</rating>
<score>4.6</score>
<players>2</players>
<enabled>Yes</enabled>
</game>
...
The way it works is - if there is a filename matching the <game name>, it appends all its info to it.
So I'm wondering how can I import this into AM? If not possible, what's the equivalent?