Skip to content
Discussion options

You must be logged in to vote

Hi @chrismanderson welcome to osxphotos. The answer is "it depends". If on an internal SSD drive, the update will be much faster. If on a NAS or slower external drive, it may take the same amount of time. Depending on the options you used for export, here's what osxphotos evaluates when doing an update:

  1. did the file signature (size, modification time) change? For this it needs to do a stat() on the filesystem. Very fast on internal SSD, not so fast on a NAS.
  2. If writing sidecars or using the exiftool option, did any of the metadata change? To do this it evaluates the metadata in the Photos library against the metadata stored in the osxphotos export database (normally in /your/export/path/…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@RhetTbull
Comment options

Answer selected by chrismanderson
Comment options

You must be logged in to vote
4 replies
@RhetTbull
Comment options

@chrismanderson
Comment options

@RhetTbull
Comment options

@chrismanderson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants