https://bugs.launchpad.net/ubuntu/+source/quodlibet/+bug/930808
Comment #1
Posted on Feb 28, 2012 by Massive MonkeyGetting this right would be nice, but also pose some difficulties:
What definition of album are we using (hopefully not freetext match like Filter On.. - see the infamous Issue 659)
How do we decide amongst multiple matches, e.g. songs in different directories that have their own folder.jpg? In addition to normal rules? Just find the first song that matches?..
Caching of this information (Running the album art selection algorithm is quite intensive already, but doing it each time for 20 tracks or more could become a problem
Comment #2
Posted on Feb 28, 2012 by Happy Kangaroo- The Album object
- Yeah, first song is enough, for the not embedded case I'd even say only in album.list("~dirname"), since most of the cover selection algo is part of the album key (in favor of performance)
- For the not embedded case it's only once in the common case if we use ~dirname, for embedded case it is saved in ~picture, so also once.
Comment #3
Posted on Aug 15, 2014 by Happy KangarooThis issue was closed by revision 075331f900f4.
Status: Fixed
Labels:
Type-Enhancement
Priority-Low