libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.08k stars 1.81k forks source link

Make online thumbnail database scanning case insensitive #12714

Open eddmanx opened 3 years ago

eddmanx commented 3 years ago

The exact name matching is pretty strict and sometimes causes issues.

For example, retroarch wouldn't download thumbnails for the genesis game "RoboCop Versus The Terminator", no matter which region I renamed it to.

I then noticed that it was all because of the letter "V". The game in the rom DB uses an uppercase "V", but in thumbnail DB, it uses a lowercase "v".

markwkidd commented 3 years ago

This seems like a good idea.