GNOME Bugzilla – Bug 560862
Compilation albums should be listed only once in the album list
Last modified: 2008-11-15 14:22:33 UTC
If an album has multiple artists, it will be listed twice in the album list. The two entries are visually identical, but when clicked display a different selection of tracks. Instead, each album should be listed only once, and clicking it should contain all tracks for that album.
Created attachment 122702 [details] [review] Create only one database entry for compilation albums Turns out the issue was actually in the database, rather than GUI, layer. If a compilation album is imported, it will have multiple entries created; one with IsCompilation = 0, and the other = 1. This patch modifies the `DatabaseAlbumInfo.FindOrCreate` method, so that if it finds an existing album that differs only in the IsCompilation flag, it will update the saved album.
Just to clarify things : the files you imported had different values for the IsCompilation tag in their metadata ?
557313 *** This bug has been marked as a duplicate of 557313 ***