Rare icon indicating copy to clipboard operation
Rare copied to clipboard

[Feature Request] Downloading thumbnails on first start: progress indicator + cancel button

Open AntonioNoack opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. When I launched Rare the first time, it downloaded images for a few minutes. I have two issues with that: a) Progress bar and download speed are missing b) Cannot be skipped. Isn't Rare supposed to be lightweight? Why do I need those thumbnails then?

Describe the solution you'd like I'd like a progress bar and a "cancel" button, so I can skip downloading these thumbnails.

Describe alternatives you've considered

Additional context Windows 10, Personal Edition

AntonioNoack avatar Jul 08 '22 07:07 AntonioNoack

The images are downloaded once. On the next start if they are found they won't be downloaded again. That dialog is also for updating the games' metadata to discover new games or updates, so it can't be skipped.

a) The progressbar has been updated in the current development version of Rare from git to more accurately reflect the download progress, it will be included when the next version is released. Download speed is not something we will do because they are multiple very small downloads that will be done in parallel in the future and inferring the accumulated download speed is going to unnecessarily complicate the implementation.

b) Skip is not something we should add imho, the images are required for the UI to present itself properly and for the desktop shortcuts. If the thumbnails are considered "not lightweight" maybe using legendary from the command line is more fitting to your needs.

One of the current WIP features is to not require to download the images in the beginning but do it after Rare has loaded. This has not made it yet into the main development branch but we have tested it and it is in a working state. It will be included in some future version after the next one.

loathingKernel avatar Jul 08 '22 08:07 loathingKernel

Images are now downloaded after the initial loading. (Though there is still no way to not download them at all)

SuperSamus avatar Jul 19 '23 21:07 SuperSamus

I believe this can be closed now. In recent versions the thumbnails are dynamically downloaded/loaded when the are required for the first time. Not downloading them at all might be included in the future, as it should be fairly easy now, but I find it hard to justify doing that.

loathingKernel avatar Jan 13 '24 10:01 loathingKernel