You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I sometimes can't get a preview to produce and seems consistent for edited images (previously ran into here #526 (comment)). Is there any way to force it to generate a preview for an image edited on a different device?
Also, tangential but I seem to be getting duplicate exports for certain photos despite using the --update option.
To Reproduce
Steps to reproduce the behavior:
here's my full command
The preview files are generated by Photos, not osxphotos. The --preview flag instructs osxphotos to export the preview image stored in Photos (if one exists). In most cases, a preview image exists but in some cases, Photos might not yet have generated one (for example, if the photo was edited on another device and the changes were not yet synched to the local library). In these cases, osxphotos cannot export the preview. You could use something like imagemagick and post-function to generate a preview for exported photos that are missing one.
As to the unexpected duplicates, this shouldn't happen so if it is, it's a bug. If you run your export command with --verbose it'll print out extra information that might be useful for debugging this. For example, run with --verbose then find a duplicate export and find all references to that image in the verbose output. Without some additional info I'm afraid I can't debug this.
Describe the bug
I sometimes can't get a preview to produce and seems consistent for edited images (previously ran into here #526 (comment)). Is there any way to force it to generate a preview for an image edited on a different device?
Also, tangential but I seem to be getting duplicate exports for certain photos despite using the
--update
option.To Reproduce
Steps to reproduce the behavior:
here's my full command
Expected behavior
preview to be generated with the
preview
flagThe text was updated successfully, but these errors were encountered: