Bugzilla – Bug 3330
FLAC files with duplicate ReplayGain tags rejected
Last modified: 2008-09-15 14:38:25 UTC
This is really minor, but I thought I'd report it anyway. You'll probably want to close it with a status of "Go away kid, ya bother me." :-) In reviewing the log after installing the 6.2.2 release candidate of 4/25/06, I noticed errors like the following referring to only 3 out of ~7,300 FLAC files: 2006-04-26 20:31:34.4885 Couldn't create track for file:///net/calculon/music/flac/70s/do_you_feel_like_we_do.flac : Can't insert new Slim::DataStores::DBI::Track: Cannot call execute with a reference (ARRAY(0xb3260e4)) at /usr/local/slimserver/Slim/DataStores/DBI/DBIStore.pm line 496 None of the 3 files for which these errors were logged ended up in the database. Turns out that these 3 files each had 2 sets of ReplayGain tags. I don't know how that happened, but it was easy to fix.
David - I'm going to do exactly that. While we could check every single possible tag if it's valid to have multiple values, something will always fall through the cracks. It's best to fix your tags. Thanks