boredazfcuk / docker-icloudpd

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

using folder in icloud #567

Closed caplam closed 1 month ago

caplam commented 1 month ago

I organized my photos in photo app on macos as follow: folder-year1/album1 This structure is reflected in icloud.com

when i launch sync, default albums like videos or Time-Lapse are synced if there are not in the filter list. It's normal. But all albums nested in folders are not downloaded. here is an extract of log 2024-05-22 18:52:28 INFO Downloading album: 2024 2024-05-22 18:52:28 DEBUG iCloudPD launch command: /opt/icloudpd_latest/bin/icloudpd --directory /home/user/iCloud --cookie-directory /config --domain com --username my_appleid --no-progress-bar --log-level debug --folder-structure "2024" --album "2024" 2>/tmp/icloudpd/icloudpd_download_error 2024-05-22 18:52:30 DEBUG Authenticating... 2024-05-22 18:52:32 DEBUG Looking up all photos and videos from album 2024... 2024-05-22 18:52:32 INFO Downloading 0 original photos and videos to /home/user/iCloud ... 2024-05-22 18:52:32 INFO All photos have been downloaded 2024-05-22 18:52:32 INFO Downloading album: 2023 2024-05-22 18:52:32 DEBUG iCloudPD launch command: /opt/icloudpd_latest/bin/icloudpd --directory /home/user/iCloud --cookie-directory /config --domain com --username my_appleid --no-progress-bar --log-level debug --folder-structure "2023" --album "2023" 2>/tmp/icloudpd/icloudpd_download_error 2024-05-22 18:52:34 DEBUG Authenticating... 2024-05-22 18:52:37 DEBUG Looking up all photos and videos from album 2023... 2024-05-22 18:52:37 INFO Downloading 0 original photos and videos to /home/user/iCloud ... 2024-05-22 18:52:37 INFO All photos have been downloaded

Is there an option to modify in conf file to have albums nested in folder downloaded ?

boredazfcuk commented 1 month ago

Is there an option to modify in conf file to have albums nested in folder downloaded ?

Unfortunately not. Downloading from nested folders is not currently supported in the upstream application which I use to download the photos: https://github.com/icloud-photos-downloader/icloud_photos_downloader and as such, I have no ability to implement a feature like that.

If the feature makes it into the upstream application, I will add it to my container too.