From c0b248c4a2c120e986b97fcaf6c63136e098256e Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Mon, 25 Aug 2014 14:52:40 +0200 Subject: [PATCH] convert: Catch errors when writing tags Fixes #878. --- beetsplug/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 2b1646b2c..44c0afa99 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -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