convert: Catch errors when writing tags

Fixes #878.
This commit is contained in:
Thomas Scholtes 2014-08-25 14:52:40 +02:00
parent b5c9271baa
commit c0b248c4a2

View file

@ -198,7 +198,7 @@ def convert_item(dest_dir, keep_new, path_formats, command, ext,
continue
# Write tags from the database to the converted file.
item.write(path=converted)
item.try_write(path=converted)
if keep_new:
# If we're keeping the transcoded file, read it again (after