From f2e01ab7d55d76615007f75fd6aaeda2e1f22628 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 31 Mar 2012 22:26:10 -0400 Subject: Increase the size of the mbid column in artist Picard is putting multiple MBIDs in the tags now that MusicBrainz' new schema is live. The easiest way to deal with this is to store all of them as an aggregate value and match against that. --- docs/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 036d72c4..d3dd97d0 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,8 @@ -------------------------------------------------------------------------- v.3.6-Alpha2 + - Fixed an issue with compound artists in media with MusicBrainz tags + (reported by greengeek) - Fixed an issue with filename pattern matching when patterns contained characters that are part of regex syntax (such as -) - Fixed display of logic operator in rules (reported by Twister) -- cgit