mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Embedart logging: higher level for img comparisons
This commit is contained in:
parent
23dcdebe9a
commit
77d46bb2df
1 changed files with 2 additions and 2 deletions
|
|
@ -123,10 +123,10 @@ class EmbedCoverArtPlugin(BeetsPlugin):
|
|||
if compare_threshold:
|
||||
if not self.check_art_similarity(item, imagepath,
|
||||
compare_threshold):
|
||||
self._log.debug(u'Image not similar; skipping.')
|
||||
self._log.info(u'Image not similar; skipping.')
|
||||
return
|
||||
if ifempty and self.get_art(item):
|
||||
self._log.debug(u'media file already contained art')
|
||||
self._log.info(u'media file already contained art')
|
||||
return
|
||||
if maxwidth and not as_album:
|
||||
imagepath = self.resize_image(imagepath, maxwidth)
|
||||
|
|
|
|||
Loading…
Reference in a new issue