I created custom best collections using gamelist.xml because I didn't want to waste drive space on duplicate rom storage. I found that everything about the collection works properly, except the gamelist.xml cache. Whenever I open a collection, it will show whatever collection was last refreshed. (ie. Open A > Refresh > Shows A; Open B > Shows A > Refresh > Open C > Shows B).
I tried multiple variations on declaring the gamelist.xml filepath in the config.json, but they all result in the same behavior.
"gamelist":"gamelist.xml"
"gamelist":"./gamelist.xml"
"gamelist":"/mnt/SDCARD/Best/Mario/gamelist.xml"
Right now I have to workaround this by manually refreshing whatever collection list I want to browse.
Here's the bones of the xml I'm using:
<gameList>
<game>
<path>../../Roms/</path>
<name></name>
<image>../../Imgs/</image>
</game>
</gameList>
I created custom best collections using gamelist.xml because I didn't want to waste drive space on duplicate rom storage. I found that everything about the collection works properly, except the gamelist.xml cache. Whenever I open a collection, it will show whatever collection was last refreshed. (ie. Open A > Refresh > Shows A; Open B > Shows A > Refresh > Open C > Shows B).
I tried multiple variations on declaring the gamelist.xml filepath in the config.json, but they all result in the same behavior.
Right now I have to workaround this by manually refreshing whatever collection list I want to browse.
Here's the bones of the xml I'm using: