JosefNemec / Playnite

Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
https://playnite.link
MIT License
8.66k stars 482 forks source link

Adding new games doesn't show the metadata (game image) in full-screen mode right away #3768

Open vizionblind opened 3 days ago

vizionblind commented 3 days ago

Bug Description

Adding new games doesn't show the metadata (game image) in full-screen mode right away. You have to switch to desktop mode where the metadata images will load/appear. Then switching back to full-screen mode the images will also once again display

To Reproduce

No response

Diagnostics ID

cf4e7e24-9497-4b57-995c-55087228efe8

Screenshots

No response

JosefNemec commented 3 days ago

The way metadata download work is the same between two modes. I can even see metadata downloads being started in your logs, in Fullscreen mode, after new games have been added. My only guess is you somehow interrupted that download.

Also just switching modes would not suddenly populate metadata because metadata download is automatically done only for newly added games, and there wouldn't be new games added since they were already imported in previous Fullscreen instance.

So not really sure what's going on here. Can you make a video of the issue?