boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.58k stars 149 forks source link

auto_delete=true #533

Closed pablo808 closed 3 months ago

pablo808 commented 3 months ago

Hello,

I am using a vanilla install icloudpd on unraid and it's working great downloading a copy of the images/video.

I enabled auto_delete=true but icloudpd never deletes the file. Are their any other options which I may be missing?

Thanks.

boredazfcuk commented 3 months ago

Are you referring to photos downloaded from a shared library?

Currently the upstream project used to download the photos will not work for Shared Libraries. See here: https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/802

pablo808 commented 3 months ago

No, just my regular library.

I think I figured it out. I also had 'until_found=1' in the icloudpf.conf.
I removed this and can confirm auto_delete=true works as expected.

Thanks.