beets/beets
Thomas Scholtes 51ab099145 Extend item.write() to embed images without changing item
Fixes #1241 and geigerzaehler/beets-check#14

Before, `embed_item` would add the images to the item and then call
`item.write()` to write the item data, including the image, to the
file. This would trigger `item.store()` in the `after_write` hook of
the check plugin. This would in turn try to persist the temporary
`images` attribute of the item, resulting in an SQL error.
2015-02-01 15:35:24 +01:00
..
autotag Merge pull request #1272 from tomjaspers/master 2015-01-28 11:42:40 -08:00
dbcore Fix open numeric ranges 2015-01-31 14:21:32 +01:00
ui Duplicate album-import summary shows old/new filesize 2015-01-31 22:11:43 +01:00
util Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
__init__.py Import unicode_literals in beets package 2015-01-19 21:41:33 +01:00
config_default.yaml Colors are user configurable 2015-01-26 17:24:32 +01:00
importer.py Tests for #1285: parameterize tests 2015-01-31 11:24:27 -08:00
library.py Extend item.write() to embed images without changing item 2015-02-01 15:35:24 +01:00
logging.py Merge branch 'master' into future 2015-01-21 10:04:33 +01:00
mediafile.py Tiny tweaks for #1247 2015-01-26 17:21:45 -08:00
plugins.py Merge branch 'master' into future 2015-01-21 10:04:33 +01:00
vfs.py Import unicode_literals in beets package 2015-01-19 21:41:33 +01:00