You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4851
Selecting a TagFetcher result instantly fetches the cover image. Thus, selecting multiple results to find the best-matching cover (actual picture, size, quality) would needlessly re-download images that were already viewed.
Let's cache the images per track. We can either use a strict memory limit or just clear the cache once another track is loaded.
The text was updated successfully, but these errors were encountered:
I attached it to 2.4 because it makes the new cover fetcher complete. By now it will delay the release, so it can go to 2.4.1.
The changes of #12301 are not risky, please take a look at the essence in src/library/dlgtagfetcher.cpp 178b224#diff-679b7c04399af1221df243a3d7555a986537c6a297d7d88f2ca4a03d0b325803
But we need to test how it performs of course.
Feature Description
#4851
Selecting a TagFetcher result instantly fetches the cover image. Thus, selecting multiple results to find the best-matching cover (actual picture, size, quality) would needlessly re-download images that were already viewed.
Let's cache the images per track. We can either use a strict memory limit or just clear the cache once another track is loaded.
The text was updated successfully, but these errors were encountered: