From adcaaf3a131ee8d26e518539ab50451fa16607be Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 21 Jul 2010 23:04:48 -0700 Subject: [PATCH] news about $format --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9ada883e5..ab4b58316 100644 --- a/NEWS +++ b/NEWS @@ -34,8 +34,11 @@ and use "beet import -A" to import without autotagging. This will use the existing tags on the files but use their location in the directory tree to cluster items into albums. -* Fixed some bugs with encoding paths on Windows. Also, :s are now - replaced with -s in path names (instead of _s) for readability. +* Fixed some bugs with encoding paths on Windows. Also, : is now + replaced with - in path names (instead of _) for readability. +* MediaFiles now have a "format" attribute, so you can use $format in + your library path format strings like "$artist - $album ($format)" + to get directories with names like "Paul Simon - Graceland (FLAC)". 1.0b2 -----