zerojay/RetroPie-Extra

eXoDOS - CD-ROM images sometimes have incorrect casing.

zerojay opened this issue · 1 comments

There are games that use CD images that need to be mounted and sometimes the CUE files have the incorrect casing of the extension. This works fine on Windows which is a case-insensitive filesystem but fails to run properly on Raspberry Pi/Linux.

Write a routine into the script that will look for and autocorrect these issues by either renaming the offending disk image or updating the name in the CUE file.

I found this: https://github.com/sduensin/retropie-tools

With a few tweaks, it worked well for me, though it takes forever for it all to get imported. Might make some changes of my own and publish them. Meantime, I already consider this closed.