-
Notifications
You must be signed in to change notification settings - Fork 573
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
Images not getting deleted in Shared LIbrary with delete_after_download=true #802
Comments
What version of icloudpd are you using, how are you getting it (docker, binary etc; what location, image name), what parameters are you using? The parameters you provided suggested that you may be using images from other projects. If you give full cmd line with minimum set of params reproducing the issue, it may give others better idea how to help too. Re "Shared libs": I don't use it myself and saw reports in GH suggesting that SL may have some unexpected behavior. |
Sure, Here is the command line that is being used in docker version and what I've tried to use in command line in "bare" install: |
From what I can tell current code supports deleting from PrimarySync only |
Evidently so. Should this be a bug or an RFE? |
It has never been implemented, so RFE seems better suited. |
fixed in 1.17.7. reopen if issue persists |
Overview
Images are not getting deleted when Shared Library is used and delete_after_download is set to true.
Steps to Reproduce
2024-03-11 22:25:13 INFO Deleted IMG_2225.HEIC in iCloud
Expected Behavior
Downloaded images are expected to disappear from "Shared Library"
Actual Behavior
Downloaded images remain visible in "Shared Library". If deleted locally, icloudpd re-downloads them from "Shared Library"
Context
I tried latest version of icloudpd to run on native os paython and within docker - same behavior.
The text was updated successfully, but these errors were encountered: