Bugzilla – Bug 2278
Treat mult-disc sets as single album is broken
Last modified: 2008-09-15 14:36:01 UTC
r4586. Multi-disc albums are showing up in Browse Albums, Browse Artwork, and under Browse Artists/<ArtistName> as separate entries even though 'Treat multi- disk sets as a single album' is set. If it's any help, I keep the tracks of separate discs in a multipart set within individual directories, but all tracks (flac only) are tagged correctly with ALBUM tags. Checking the database (MySQL) I see that each disc is entered as a distinct row in the albums table with (for a two disc set) disc=1/discc=2 and disc=2/discc=2. The album count given in SlimServer is equal to the number of rows in the albums table.
Thanks Jim - I have a patch out to the dev list that I'll likely commit this evening.
Fixed in subversion change 4595