Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --in-exportdb, --not-in-exportdb, and --missing-from-export query options #1552

Open
RhetTbull opened this issue May 28, 2024 · 1 comment
Labels
cli Pertains to the command line interface feature request New feature or request

Comments

@RhetTbull
Copy link
Owner

These would allow for comparing a Photos library against an osxphotos export export database to find photos that were previously exported, those that were not previously exported, and those that were previously exported but are now missing from the export (e.g. they were moved or deleted).

All would take the export path: --in-exportdb EXPORT_PATH which could be an export location or the actual database if --exportdb option was used at export.

--in-exportdb EXPORT_PATH: find all photos that are in the Photos library and were previously exported to EXPORT_PATH.
--not-in-exportdb EXPORT_PATH: find all photos that are in the Photos library and were not previously exported to EXPORT_PATH.
--missing-from-export EXPORT_PATH: find all photos that are in the Photos library that were previously exported to EXPORT_PATH but are no longer there. (UUID is in export database but file is missing from EXPORT_PATH).

@RhetTbull RhetTbull added feature request New feature or request cli Pertains to the command line interface labels May 28, 2024
@tural-ali
Copy link

thank you! waiting for this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Pertains to the command line interface feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants