Added metadata_changed to ExportResults docs

This commit is contained in:
Rhet Turnbull
2022-06-03 09:36:29 -07:00
committed by GitHub
parent c2f02c3b7b
commit 0d7e324f02

View File

@@ -2191,6 +2191,7 @@ Attributes:
* touched: list of files touched during export (e.g. file date/time updated with touch_file=True)
* to_touch: Reserved for internal use of export
* converted_to_jpeg: list of files converted to jpeg when convert_to_jpeg=True
* metadata_changed: list of filenames that had metadata changes since last export
* sidecar_json_written: list of JSON sidecars written
* sidecar_json_skipped: list of JSON sidecars skipped when update=True
* sidecar_exiftool_written: list of exiftool sidecars written