From ceef6f7f5ec3fcbaab17f5bf1f4d1cbd1767f76a Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 9 Aug 2011 12:11:03 -0700 Subject: [PATCH] NEWS note about web plugin --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d0df0548f..d7cd0a1dd 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ * When pruning directories, "clutter" files such as .DS_Store and Thumbs.db are ignored (and removed with otherwise-empty directories). +* A new plugin, called "web", encapsulates a simple Web-based GUI for + beets. The current iteration can browse the library and play music + in browsers that support HTML5 Audio. * 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.