Bugzilla – Bug 3287
slimserver doesn't correctly recognize multi-track FLACs
Last modified: 2008-09-15 14:38:10 UTC
Reposted from Debian bug report #358830 >There appear to be two problems with getting SlimServer to recognize >FLACs with multiple tracks (I like to rip CDs into a single FLAC with >a separate CUE sheet). >First, SlimServer ignores songs which don't have an associated >byte-size. This is the case when playing a song from a multi-track >FLAC file. The patch below fixes this problem by not ignoring the >song as long as it has either a byte-size or a duration. >Second, SlimServer fails to properly track the TITLE tags in the CUE >sheet. Specifically, in a CUE sheet with multiple tracks, it will >just use the last track name as the album title. Patch below fixes >this by storing the TITLE value in $tracks->{$currtrack}->{'TITLE'} >once the first TITLE tag has been processed (which serves as the album >title). The complete bug report and patches are available at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358830 The patch is against 6.2.1 but appears to valid and necessary in HEAD.
Fixed in change 6950 - thanks for the patch.