mirror of
https://github.com/beetbox/beets.git
synced 2026-05-23 05:24:44 -04:00
Embedart logging: higher level for img comparisons
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user