So I just changed reduceArtists to put artist first and album_artist second. All the artists show up in the artist column now, but they are sorted incorrectly. (The ones on compilation albums show up where the "various artists" entry would show.) I called sort on the artist list to put them in order. I suppose that could be expensive on a huge library.
I don't see any duplicate albums though. Not in tag view nor album view. I've tried sorting by year, artist, and album.
The only issue I'm seeing is that album art in the lower right doesn't work right for artists that show up on more than one compilation album.
ETA: Album art also doesn't show up sometimes when selecting a genre. I don't really use genre much so I don't know if that's new or not. It happened on some genres that didn't have compilation albums though so maybe existing behavior?
I'd like to know where the duplicate album behavior happens before worrying about album art to the side of the track list. I'm modifying the current release code. I can see you've made changes to the library code on github though. Is the problem something in those changes?
I don't see any duplicate albums though. Not in tag view nor album view. I've tried sorting by year, artist, and album.
The only issue I'm seeing is that album art in the lower right doesn't work right for artists that show up on more than one compilation album.
ETA: Album art also doesn't show up sometimes when selecting a genre. I don't really use genre much so I don't know if that's new or not. It happened on some genres that didn't have compilation albums though so maybe existing behavior?
I'd like to know where the duplicate album behavior happens before worrying about album art to the side of the track list. I'm modifying the current release code. I can see you've made changes to the library code on github though. Is the problem something in those changes?