mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 14:32:55 +01:00
covert: embed coverart into converted files
This commit is contained in:
parent
c20c62409d
commit
fea5df2339
2 changed files with 3 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def convert_item(dest_dir, keep_new, path_formats):
|
|||
artpath = album.artpath
|
||||
if artpath:
|
||||
try:
|
||||
_embed(artpath, [item.path])
|
||||
_embed(artpath, [converted])
|
||||
except IOError as exc:
|
||||
log.warn(u'could not embed cover art in {0}: {1}'
|
||||
.format(util.displayable_path(item.path),
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ Fixes:
|
|||
manipulation fails.
|
||||
* :doc:`/plugins/convert`: Log an error instead of crashing when
|
||||
embedding album art fails.
|
||||
* :doc:`/plugins/convert`: Embed cover art into converted files.
|
||||
Previously they were embedded into the source files.
|
||||
|
||||
|
||||
1.3.5 (April 15, 2014)
|
||||
|
|
|
|||
Loading…
Reference in a new issue