From 06b6b72e0eff1171c9eea1095af027a38aa0a96c Mon Sep 17 00:00:00 2001 From: "Graham R. Cobb" Date: Mon, 15 Mar 2021 22:52:14 +0000 Subject: [PATCH] Add credit to Unidecode library into bareasc docs. Signed-off-by: Graham R. Cobb --- docs/plugins/bareasc.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/plugins/bareasc.rst b/docs/plugins/bareasc.rst index 114b5d8f9..63aca2317 100644 --- a/docs/plugins/bareasc.rst +++ b/docs/plugins/bareasc.rst @@ -35,3 +35,10 @@ file. The only available option is: - **prefix**: The character used to designate bare-ASCII queries. Default: ``#``, which may need to be escaped in some shells. + +Credits +------- + +The hard work in this plugin is done in Sean Burke's Unidecode library. +Thanks are due to Sean and to all the people who created the Python +version and the beets extensible query architecture.