QUOTE(hal9001 @ Jan 31 2008, 04:42)

I used MediaMonkey to check for dupe files, retag my music from Amazon sources and add in-tag album art and while reloading tags to Foobar came across a similar issue, with multiple (i.e. more than 2) dates.
Additionally, multiple entry artists and such have been converted to plain ';' separated tags, which blew my mind.
I managed to create a "split by splitter" script to rearrange my artists, but couldn't find a way to get rid of the extra dates. Is there any workaround or fix to those issues?
I've always been a fan of musicbrainz, although I like the idea of adding album art I'll have to look into it.
QUOTE(Frank Bicking @ Jan 31 2008, 04:56)

In the Properties dialog, right-click on the date and chose "Format from other fields" (requires 0.9.5).
Set the pattern to $meta(date,0).
Thanks! Substituting $meta(date,0) for %date% did it.