music
music copied to clipboard
Load cover art more efficiently
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.