Replies: 2 comments 3 replies
|
This shouldn't happen. I've not tested on 26.5 but on 26.4
This will print debug output that will include a line like this: which should help figure out why osxphotos is exporting the photos again. In the example abnove, The following command might also have some clues as it shows the history for a given file: osxphotos exportdb /Users/stephengclark/Pictures/master_photo_files --history /path/to/an/exported/photo |
|
Thanks for responding. This detail was helpful. From a Feature perspective, is it possible to consider adding UUID as a method to track the images? Currently |
Uh oh!
There was an error while loading. Please reload this page.
I'm running osxphotos 0.75.9 on macOS Tahoe 26.5 (arm64) with Python 3.12 installed via uv. Every time I run the export command, all photos are re-exported with skipped: 0, even immediately after a previous successful run with the same command against the same destination folder.
My command:
osxphotos export /Users/stephengclark/Pictures/master_photo_files --directory "{folder_album}" --update --exiftool --from-date 2026-01-01 --not-shared --in-album --skip-edited
Every run produces:
Processed: 825 photos, exported: 830, updated: 0, skipped: 0
The .osxphotos_export.db database exists in the destination folder and is being found. I also tried --ignore-signature with no improvement. Is this a known Tahoe compatibility issue?
Thanks
Stephen
All reactions