music icon indicating copy to clipboard operation
music copied to clipboard

Load cover art more efficiently

Open Oowoosh0 opened this issue 10 months ago • 2 comments

Currently Music loads the cover art for every single song added to the queue into memory, no matter if the same cover art was already used by other songs. When opening multiple albums at once this can quickly lead to a lot of memory being wasted. So I implemented a simple cover cache that makes sure that each individual cover only gets loaded into memory once and is then reused by songs from the same album.

This is still WIP. Just putting it here to avoid that someone else unnecessarily starts working on the same thing.

Oowoosh0 avatar Mar 26 '25 17:03 Oowoosh0