libretro / libretro-thumbnails

Boxarts, titlescreen, and in-game screenshots for the no-intro DATs used by RetroArch
343 stars 346 forks source link

"FB Alpha - Arcade Games" is not extracting on Windows #350

Closed Oggom closed 6 years ago

Oggom commented 6 years ago

RetroArch isn't able to extract the thumbnail files from the "FB Alpha - Arcade Games" set on Windows since the OS isn't case sensitive and therefore won't tolerate certain files in the same folder.

For example: "The King of Fighters '98 - The Slugfest King of Fighters '98 - Dream Match Never Ends (Korean board).png" and "The King of Fighters '98 - The Slugfest King of Fighters '98 - dream match never ends (Korean board).png" cannot be in the same folder as Windows considers them to share the same filename.

This might also apply to other thumbnail sets, but my slow connection won't allow me to test them all out any time soon.

kwyxz commented 6 years ago

These duplicates should never have been there in the first place. I'll look into removing them.

kwyxz commented 6 years ago

I have a list of 273 duplicates. Possibly some of these can be renamed instead of removed. This will take me a bit of work.

RobLoach commented 6 years ago

I could write up a bash script to check. Lemme know.

kwyxz commented 6 years ago

The issue should be fixed in https://github.com/libretro-thumbnails/FB_Alpha_-_Arcade_Games now

kwyxz commented 6 years ago

I guess I could just add this repo as a remote and merge to it

RobLoach commented 6 years ago

I guess I could just add this repo as a remote and merge to it

Unfortunately not, since they're in different directories. Best solution may be copy/paste. libretro-thumbnail/libretro-thumbnail will be the final target though, so just make sure that one's good.

RobLoach commented 6 years ago

This should be fixed.

Oggom commented 6 years ago

Thank you, it seems extract without issues now.