Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2020-12-21, 13:55)theBorgMorgue Wrote: No problem. Thanks for that. If I end up writing an emulation station converter I'll share it here. I have one more question if you don't mind. How does the multi disc support work? Is there a particular string AEL is looking for with respect to multi disc games? i.e., DISC1, DISC 1, (DISC1), CD1, Disk 1, or something similar? My apologies if this has been answered a thousand times before, I've checked the git wiki fairly thoroughly and have searched through here less thoroughly.

Once again thanks for your hard work on this project. You've really built something cool!

Thanks again for your kind words.

Multidisc support in AEL is kind of buggy but I think usable. AEL supports Redump and Trurip multidisc tags as described next

python:

matchObj = re.match(r'\(Dis[ck] ([0-9]+)\)', token)

matchObj = re.match(r'\(Dis[ck] ([0-9]+) of ([0-9]+)\)', token)

Redump tags are like (Disc 1), (Disk 1), etc. Trurip tags are like (Disc 1 of 9), (Disk 1 of 9), etc.
Reply


Messages In This Thread
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by Wintermute0110 - 2020-12-21, 15:24
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12