mirror of
https://github.com/beetbox/beets.git
synced 2026-05-17 21:10:59 -04:00
changelog note: fuzzy_search plugin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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`_.
|
||||
|
||||
Reference in New Issue
Block a user