-
|
Is there a way to tell when metadata has been updated? I see there is a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Not sure as I've not looked into this specifically. The modification date is only updated when the photo is edited. You can do a test by running If there is a record of the change date osxphotos can easily be modified to read the appropriate column. |
Beta Was this translation helpful? Give feedback.
Not sure as I've not looked into this specifically. The modification date is only updated when the photo is edited.
You can do a test by running
osxphotos snap, add a keyword, then runosxphotos diff. This will show all changes in the library. TheACHANGEvalues appear to be some sort of transaction log or rollback record but they won't be reliable for detecting this as I believe they're transient. You want to look for a change inZASSET,ZADDITIONALASSETATTRIBUTESetcIf there is a record of the change date osxphotos can easily be modified to read the appropriate column.