mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-27 10:03:59 +00:00
This new class stores the image data in a tempfile.TemporaryFile so we don't keep the data for all images that are used somewhere in memory anymore. It also deals with saving images onto disk when the corresponding tracks are saved (this was previously done by the File class). This removes the ability to use tagger script in the cover file name (cf. the first line of File._make_image_filename).