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

Re-download on exif changes #950

Open
Jakob-SD opened this issue Sep 9, 2024 · 1 comment
Open

Re-download on exif changes #950

Jakob-SD opened this issue Sep 9, 2024 · 1 comment

Comments

@Jakob-SD
Copy link

Jakob-SD commented Sep 9, 2024

Hi there 👋

I'm having trouble getting icloudpd to pickup on exif changes made to the photos. If I change keywords (as an example) the photo is not downloaded again with the changes. Do I need to add a flag or is the feature not available?

I run the app with the command

/var/services/homes/***/icloudpd-venv/bin/python /var/services/homes/***/icloudpd-venv/bin/icloudpd -d "/volume1/Media/Pictures/" -u *** --auto-delete --no-progress-bar --threads-num 3 --log-level info --skip-live-photos --skip-videos

TIA 🙏

@AndreyNikiforov
Copy link
Collaborator

Photos are downloaded only once - icloudpd is made to be executed many times against local collection and to bring only changes.

Caveat: there may be an edge case when a photo updated on icloud will appear on your local storage as a separate image. You may need to experiment with --size adjusted and --file-match-policy name-size-dedup-with-suffix to test/catch that edge case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants