You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, RetroArch would search for and display thumbnails based on the label first, and then, if a match was not found, it would search by filename. However, this behavior was changed to prioritize filename searching by default.
I would like to request an option to add a setting that allows thumbnails to be searched by label first, as it was before. This would be especially useful in scenarios where a game has been modded (Be it music, a recolor, a translation , etc.) but you also want it to use the same save file as the unmodded/original game (For which, the actual ROM filename would be the same). In such cases, the save file would still match due to the identical filenames, and the label becomes the distinguishing factor between the original and modded versions.
Allowing the label to take priority in the thumbnail search would make it much easier to differentiate these games by their respective thumbnails while using the same save file if desired. Please consider adding this option to enhance flexibility for users with modded games/romhacks.
The text was updated successfully, but these errors were encountered:
If that behavior changed, it's a real bad idea, since several libretro thumbnails directories dont follow filenames standard since the dumping groups doesnt care to make the filename equal to the actual name or cant. Like MAME.
Typically you can get the real thumbs and names in mame by either scanning the zips with the auto scan or manual scan the zips again but with the MAME dat in the options to get the real name.
If the default was changed as above that would mean that MAME playlists simply wouldn't get the thumbnails without double the number of server queries at least (try the filename, fail, try the label, succeed).
Afaict, there was no work done to try to rename all the libretro thumbnails of these few sets where the game name doesn't match the filename after the transformation to make the thumbs in the server match. I also don't see any reason to change this, unless you want to enable users of the manual scanner to scan without the dat, a bad idea in itself, because the mame zip filenames are horrible.
Originally, RetroArch would search for and display thumbnails based on the label first, and then, if a match was not found, it would search by filename. However, this behavior was changed to prioritize filename searching by default.
I would like to request an option to add a setting that allows thumbnails to be searched by label first, as it was before. This would be especially useful in scenarios where a game has been modded (Be it music, a recolor, a translation , etc.) but you also want it to use the same save file as the unmodded/original game (For which, the actual ROM filename would be the same). In such cases, the save file would still match due to the identical filenames, and the label becomes the distinguishing factor between the original and modded versions.
Allowing the label to take priority in the thumbnail search would make it much easier to differentiate these games by their respective thumbnails while using the same save file if desired. Please consider adding this option to enhance flexibility for users with modded games/romhacks.
The text was updated successfully, but these errors were encountered: