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

Possible to delete old photos after download (by X number of days) #982

Open
Eagle248 opened this issue Oct 31, 2024 · 2 comments
Open

Possible to delete old photos after download (by X number of days) #982

Eagle248 opened this issue Oct 31, 2024 · 2 comments

Comments

@Eagle248
Copy link

Any possibility to add functionality to auto delete old pictures from the iCloud after successful download?

  1. As iCloud storage is expensive I was just wondering if icloud_photos_downloader can auto delete old pictures which are older than example 120 days. By this way iCloud storage is always available and instead of deleting all the icloud pictures after a download, only last X number of days, pictures will be deleted.

  2. With current functionality of auto_delete, deleting photos from icloud, does it delete those pictures from iphone as well?

Thank you for looking into this.

@AndreyNikiforov
Copy link
Collaborator

Any possibility to add functionality to auto delete old pictures from the iCloud after successful download?

  1. As iCloud storage is expensive I was just wondering if icloud_photos_downloader can auto delete old pictures which are older than example 120 days. By this way iCloud storage is always available and instead of deleting all the icloud pictures after a download, only last X number of days, pictures will be deleted.

There has been a number of requests to delete old pictures. Ideas I remember:

  • limit by interval from now (e.g. older than X days)
  • limit by total size of the iCloud (e.g. make all photos fit XG and delete oldest over that bar)
  • keep certain photos on icloud indefinitely (e.g. keep favorites regardless of date)
  • optimize storage for old photos of certain types (e.g. remove originals from RAW+JPEGs and keep only jpegs in icloud)

Hope, we'll have these eventually.

  1. With current functionality of auto_delete, deleting photos from icloud, does it delete those pictures from iphone as well?

If icloud is synced to idevices, then deleting asset in icloud (with icloudpd or through icloud.com) will remove that image from all devices. Syncing enables pictures from idevices to be auto-uploaded into icloud in the first place, so I assume everybody who is using icloudpd is using syncing (I cannot think of any other config/flow).

@Eagle248
Copy link
Author

Eagle248 commented Nov 4, 2024

limit by interval from now (e.g. older than X days) - would have been easier method and hopefully, this gets implemented.

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

No branches or pull requests

2 participants