Bugzilla – Bug 18067
When treating multi-disc sets as one album, two different single disc albums with same title by same artist are combined.
Last modified: 2014-01-18 10:53:04 UTC
Created attachment 7709 [details] Patch to Slim/Schema.pm I have two different albums of the same name by the same artist, but when treating multi-disc sets as single album is on, the two albums of 12 tracks each are presented as a single album of 24 tracks. I've used MusicBrainz picard to tag all my audio, and these are the two albums in question: http://musicbrainz.org/release/646fb783-fd4b-4733-aca3-e0219c9df357 http://musicbrainz.org/release/9f0f4800-4ad3-47b9-81c2-8a5ea80838a8 I expected the scanner's use of the musicbrainz album id to distinguish the two albums, but Slim/Schema.pm only applies that test when *not* treating multi-disc sets as one album (see comment about bug 10583). Now it was the case that in 2009, musicbrainz gave different discs of the same album different values for the album id, but since the rollout of NGS (Next Generation Schema) in 2011, this is no longer so, and this test can be enabled in all cases. I've tested the attached patch on my Wandboard linux server with acceptable results.