Additional fix for #615

This commit is contained in:
Rhet Turnbull
2022-02-05 23:57:50 -08:00
parent 3e14b718ef
commit 1d6bc4e09e
11 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
""" version info """
__version__ = "0.45.7"
__version__ = "0.45.8"

View File

@@ -1267,6 +1267,13 @@ class PhotoExporter:
f"Unsupported file type for exiftool, skipping exiftool for {dest}",
)
)
# set file signature so the file doesn't get re-exported with --update
export_db.set_data(
dest,
uuid=self.photo.uuid,
exif_stat=fileutil.file_sig(src),
exif_json=self._exiftool_json_sidecar(options=options),
)
return exiftool_results
# determine if we need to write the exif metadata