From df30952a2820493f209285a7db8bac8070880e92 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 2 Aug 2011 14:28:18 -0700 Subject: [PATCH] NEWS note about "beet modify" --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index eeee7e70e..65586e55b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ 1.0b10 ------ +* A new "beet modify" command enables manual, command-line-based + modification of music metadata. Pass it a query along with + field=value that specify the changes you want to make. * Handle exceptions thrown when running Mutagen. * Fix a missing __future__ import in embedart on Python 2.5. * Fix ID3 and MPEG-4 tag names for the album-artist field.