D:\_GAMES\PC\LaunchBox\Games
ROM Folder Names do NOT Match
Change to short names like retropie. Will require rebuild of lb.
For example Sony Playstation vs psx.
This should be done first.
ROM Refs
D:\_GAMES\PC\LaunchBox\Data\Platforms\snes.xml
<ApplicationPath>Games\snes\Platform\Series\Cool Man\Cool Man 1.zip</ApplicationPath>
As we can see relative paths are used.
This won't work.
https://forums.launchbox-app.com/topic/63795-absolute-file-paths/
I don't want absolute paths at all. However it would be nice if the Games folder had an absolute path override in App Settings.
Regardless we have to use .. to backtrack outside of this front end and share.
_Games\emu\roms
OR
_Games\roms
Next Steps
1. Merge ROMS
2. Fix Refs for all Games Data Lists.
<ApplicationPath>Games\snes\Platform\Series\Cool Man\Cool Man 1.zip</ApplicationPath>
Change to
<ApplicationPath>..\..\roms\snes\Platform\Series\Cool Man\Cool Man 1.zip</ApplicationPath>
3. Validate.
4. Test
5. Complete LB First thjn RP, etc.