Feature metadata changed 621 (#684)

* Added metadata_changed to ExportResults, #621

* Updated docs
This commit is contained in:
Rhet Turnbull
2022-05-06 21:05:59 -07:00
committed by GitHub
parent 95103f7c8d
commit 026e90a8ed
5 changed files with 32 additions and 15 deletions

View File

@@ -50,6 +50,7 @@ def post_function(
# exported_album: list of tuples of (filename, album_name) for exported files added to album with --add-exported-to-album
# skipped_album: list of tuples of (filename, album_name) for skipped files added to album with --add-skipped-to-album
# missing_album: list of tuples of (filename, album_name) for missing files added to album with --add-missing-to-album
# metadata_changed: list of filenames that had metadata changes since last export
for filename in results.exported:
# do your processing here