From 2871660ab75a1937e6f2c357931267b6cd1b44a8 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 10 Jul 2010 23:35:25 -0700 Subject: [PATCH] NEWS note about MB IDs --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 582237111..bfc27d9b6 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,15 @@ Python modules under the "beetsplug" namespace package containing subclasses of beets.plugins.BeetsPlugin. See the "beetsplug" directory for examples. +* Support for MusicBrainz ID tags. The autotagger now keeps track of the + MusicBrainz track, album, and artist IDs it matched for each file. It + also looks for album IDs in new files it's importing and uses those to + look up data in MusicBrainz. Furthermore, track IDs are used as a + component of the tagger's distance metric now. Tangentially, change + required the database code to support a lightweight form of migrations + so that new columns could be added to old databases--this is a + delicate feature, so it would be very wise to make a backup of your + database before upgrading to this version. 1.0b2 ----- @@ -33,4 +42,3 @@ 1.0b1 ----- First public release. -