This used to work in Picard 1.2, but broke during the cover art refactoring.
This is the commit that broke it:
https://github.com/musicbrainz/picard/commit/5a2eee348484403bf10d0617ce4dff462db1ad2f
Details:
The old code in file.py used this to evaluate the script:
image_filename = self._script_to_filename(image_filename, metadata)
In the current code the metadata is still passed to Image._make_image_filename but it is not used there. Should be easily fixable, but requires some refactoring to not duplicate code from file.py in image.py
- has related issue
-
PICARD-670 Fix PICARD-661: Tagger script for cover art filename does not work anymore
- Closed