JamesInDigital / m3uMaker

M3U creation script originally designed to help organize roms for retro handhelds. Handles multi-disc games and subfolders.
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Special Cases for Multi-Disc/Disk #1

Open JamesInDigital opened 10 months ago

JamesInDigital commented 10 months ago

It may have issues with recognizing very specific types of multi-disc/disk games as that part was what I had the most issue with in coding, recognizing forms of multi. i.e. Disk 1, Disk 2, Disc 1, Disk 2, Disc1, Disk2, SideA, Side B, etc.

Currently now special case not working is a Commodore game using diskside1/2 as an indicator. It just makes two m3us in this case. Will attempt to troubleshoot this and any other special cases that might pop up.

JamesInDigital commented 2 months ago

Discovered it also will do some weird things with the m3u naming if the disc indicator appears in the middle of the filename due to the way it currently handles that. It will also combine multiple versions of a game into one m3u likely due to this same handling (i.e. if you have variations on translations or something.) Will try to to figure this out when I get some free time.