On Sep 10, 2010, at 2:13 AM, erland wrote: > > andyg;575592 Wrote: >> Audio::Scan 0.85 is in tonight's 7.6 nightly and calculates MD5 from the >> middle of the file. It also supports an md5_offset option. Please give >> this a try and let us know the results. >> > A new 0.3 version of Duplicate Detector is now available that should > support cue sheets. > > However, I noticed a problem related to cue sheet FLAC files. It seems > like I get the internal MD5 integrity checksum for FLAC files also FLAC > files which have a separate cue sheet file. It's not strange since > Audio::Scan probably doesn't have a clue that there is a separate cue > sheet file. So all parts of that FLAC will get the same checksum > independent what I specify in md5_size and md5_offset. Is there some > way to force it to calculate a checksum instead of using the integrity > checksum inside a FLAC file ? > > The logic currently in Duplicate Detector is that it will always > specify the md5_offset and md5_size for cue sheet files and it will > only specify md5_size for non cue sheets.
Crap, I added some code that uses the internal FLAC MD5 value but this really should be ignored if md5_offset is being provided. Guess it'll be time for a new version soon. :) This bug would only affect FLAC. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
