mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
commit
33c40f111c
1 changed files with 4 additions and 0 deletions
|
|
@ -222,8 +222,12 @@ def batch_fetch_art(lib, albums, force, maxwidth=None):
|
|||
album.set_art(path, False)
|
||||
album.store()
|
||||
message = 'found album art'
|
||||
if config['color']:
|
||||
message = ui.colorize('red', message)
|
||||
else:
|
||||
message = 'no art found'
|
||||
if config['color']:
|
||||
message = ui.colorize('turquoise', message)
|
||||
|
||||
log.info(u'{0} - {1}: {2}'.format(album.albumartist, album.album,
|
||||
message))
|
||||
|
|
|
|||
Loading…
Reference in a new issue