Bugzilla – Bug 10452
Bogus " (Disc 1)" suffix appended to single-disc album titles of FLAC tracks ripped by dBpoweramp CD Ripper.
Last modified: 2009-07-31 10:33:45 UTC
SqueezeCenter displays album titles of all single-disc albums ripped to FLAC track files by dBpoweramp CD Ripper R13.1 (http://www.dbpoweramp.com/) with a bogus " (Disc 1)" suffix. The " (Disc 1)" suffix should not be added. This bug occurs in Slim/Music/Info.pm::addDiscNumberToAlbumTitle() because each track's album's TITLE and DISC are set, but not its DISCC. dBpoweramp CD Ripper sets "Album", "DiscNumber", and "TotalDiscs" FLAC tags for each FLAC track. The SqueezeCenter code uses the "Album" FLAC tag as the album's TITLE. Slim/Formats/FLAC.pm::%tagMapping maps the "DiscNumber" FLAC tag to the album's DISC. However, the FLAC "TotalDiscs" tag is never mapped to the album's DISCC. It would be helpful to map the "TotalDiscs" FLAC tag to the DISCC tag. E.g., add something like my %tagMapping = ( # ... # for dBpoweramp CD Ripper 'TOTALDISCS' => 'DISCC', ); to Slim/Formats/FLAC.pm::%tagMapping.
Michael: would this one be yours to address? or someone else
I'm having this problem too; I'll add that there doesn't seem to be *any* commonly used FLAC tagger out there that writes the total number of discs to DISCC. TOTALDISCS seems like the de facto standard; at the very least, SC should recognize it. This seems like a pretty trivial thing to fix.
change 24533 - thanks!
Fixed in SqueezeCenter 7.3.2 r24679 for FLAC Still an issue with OGG/OGA when discnumber = 1
forgot to add, that totaldiscs = 1 as well when both of these tags =1 we should not show (Disc 1) in WEB UI
James/Steven - could you please provide a sample file to reproduce this issue?
James to open new bug specific to OGG file type
Fixed - Closed Message (SC) This bug has been fixed in the 7.3.3 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Correction: SqueezeCenter version is 7.3.2
Reduce number of active targets for SC