-
Notifications
You must be signed in to change notification settings - Fork 350
Cannot download SNES thumbnails via Retroarch, also can't download master via PC #307
Comments
Also does not download from GPD XD Android Device. Download progress goes 0%, 1%, 2%, then resets back to 0% in an endless loop (until you quit RetroArch). I'm not sure how RetroArch grabs the files, is it using the Web API and hitting the 1,000 files per directory limit, therefore unable to create the download zip? There's around 2,400+ files in each of the 3 directories. I've tried downloading just this SNES directory manually using https://minhaskamal.github.io/DownGit/#/home and although it succeeded, each of the 3 folders only had 1000 files in them. |
Entire repository is 31GB. If I run a shallow clone, that cuts it down to a 12GB download. The SNES thumbnails represent 1.2GB of that - perhaps there's a case to split the SNES directory up into separate parts? |
Have the exact same issue with Lakka ... all other system are downloading fine. |
I can confirm the exact same issue on my GPX XD device. This is hugely annoying. Some other consoles' thumbnails also took several retries to finally download successfully. |
Suggestion: update libretro to use a partial trie of folders (case-insensitive, since Windows and OSX treat different casings as the same folder, and substituting underscore for space) as a lookup mechanism to prevent any one folder from containing too many files. As long as the libretro code is written in such a way that it walks the folder hierarchy as deeply as it can when looking for a given file, the trie depth need not be constant/fixed, allowing the flexibility to restructure portions of the repository as needed to continue adhering to the max-files-per-folder limit as the ROM set for a given platform (such as MAME) grows over time. Examples: libretro-thumbnails/Nintendo - Super Nintendo Entertainment System/Named_Boxarts/3/_/n/3 Ninjas Kick Back (USA).png |
It's actually still downloading. It's just counting in intervals of 2 in your case for some unknown reason. So it will continue to count in 2's until it reaches 100%. So wait for it to keep resetting to 0% 50 times. |
There were some needlessly huge box art images being used for thumbnails (some were well over 1000px height or width). |
Fantastic MangaX2! Thanks those packs |
1 similar comment
Fantastic MangaX2! Thanks those packs |
Using Android TV, latest Retroarch hangs when trying to download the SNES thumbnails.
Also, when trying to download the master thumbnails file from this repository on PC, the download will not complete. I tried twice -- the 1st time it stopped around 4.5GB, and the 2nd time around 3GB.
Thanks for any fixes.
The text was updated successfully, but these errors were encountered: