From abe7a2cd2012959a93cc822759e01f854578193f Mon Sep 17 00:00:00 2001 From: "Fabrice L." Date: Sun, 5 Oct 2014 21:22:22 +0200 Subject: [PATCH] Update embedart.rst --- docs/plugins/embedart.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/embedart.rst b/docs/plugins/embedart.rst index cb2047c3b..5abc24a04 100644 --- a/docs/plugins/embedart.rst +++ b/docs/plugins/embedart.rst @@ -28,6 +28,7 @@ When importing a lot of files with the ``auto`` option, one may be reluctant to overwrite existing embedded art for all of them. You can tell beets to avoid embedding images that are too different from the +existing ones. This works by computing the perceptual hashes (`PHASH`_) of the two images and checking that the difference between the two does not exceed a threshold. You can set the threshold with the ``compare_threshold`` option.