changelog note: fuzzy_search plugin

This commit is contained in:
Adrian Sampson 2012-09-18 10:33:58 -07:00
parent 0d3064bae8
commit e092af2b2f
3 changed files with 6 additions and 1 deletions

View file

@ -4,6 +4,9 @@ Changelog
1.0b16 (in development)
-----------------------
* New plugin: :doc:`/plugins/fuzzy_search` lets you find albums and tracks using
fuzzy string matching so you don't have to type (or even remember) their exact
names. Thanks to Philippe Mongeau.
* New plugin: :doc:`/plugins/the` adds a template function that helps format
text for nicely-sorted directory listings. Thanks to Blemjhoo Tezoulbr.
* :doc:`/plugins/scrub`: Scrubbing now removes *all* types of tags from a file

View file

@ -1,5 +1,5 @@
Fuzzy Search Plugin
=============
===================
The ``fuzzy_search`` plugin provides a command that search your library using
fuzzy pattern matching. This can be useful if you want to find a track with complicated characters in the title.

View file

@ -51,6 +51,7 @@ disabled by default, but you can turn them on as described above.
mbcollection
importfeeds
the
fuzzy_search
Autotagger Extensions
''''''''''''''''''''''
@ -87,6 +88,7 @@ Miscellaneous
* :doc:`web`: An experimental Web-based GUI for beets.
* :doc:`rdm`: Randomly choose albums and tracks from your library.
* :doc:`fuzzy_search`: Search albums and tracks with fuzzy string matching.
* :doc:`mbcollection`: Maintain your MusicBrainz collection list.
* :doc:`bpd`: A music player for your beets library that emulates `MPD`_ and is
compatible with `MPD clients`_.