wynick27 / steam-missing-covers-downloader

Adds missing library covers for new steam UI
Other
73 stars 13 forks source link

Image Size Incorrect #4

Closed Exosq closed 4 years ago

Exosq commented 4 years ago

After entering steam credentials, when trying to download covers, message error "Image size incorrect" is shown.

wynick27 commented 4 years ago

That's because steamgriddb.com exists before steam UI update. And many covers uploaded there are not 600x900. Their api doesn't support filtering image size yet. So currently the script has to download the images first and check for the image size, if it's not 600x900 then it'll show this message and try to download another cover.

Exosq commented 4 years ago

Ok, so is it normal that it doesn't download anything even if i have 50 games missing covers ?

wynick27 commented 4 years ago

That's possible since there are 28,000 games that don't have correct cover and steamgriddb only has a few of them. As long as there are no error message it should be fine.

Exosq commented 4 years ago

Ok, thank you for responding and thank you for your work.

wynick27 commented 4 years ago

I've found the source of problem. The SGDB api now won't return any new 600x900 arts for backward compatibility. It previously did so because of a bug.