Overview
I'm trying to exit the Apple iCloud Photos system, but I want all my data. Running iCloud Photos Downloader seems to download all images, but it doesn't even mention the DNG files. I checked that they're there on iCloud itself. Help! (Please)
Steps to Reproduce
- Create a virtual environment
python -m venv venv and source it source venv/bin/activate
- Install icloudpd
pip install icloudpd
- Set it going
sudo -u www-data ./icloudpd -d /********/Photos -u "******@*******" --set-exif-datetime
- Make about fifteen thousand cups of coffee
- Run it again just to verify that everything is there
- DNGs are not there at all
Expected Behavior
ALL content would be downloaded from iCloud Photos to the destination
Actual Behavior
No DNG files have been downloaded from iCloud Photos. I hope there are no others missing!?
Context
Python 3.10.12
Linux ******* 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Ext4 on LVM2
Overview
I'm trying to exit the Apple iCloud Photos system, but I want all my data. Running iCloud Photos Downloader seems to download all images, but it doesn't even mention the DNG files. I checked that they're there on iCloud itself. Help! (Please)
Steps to Reproduce
python -m venv venvand source itsource venv/bin/activatepip install icloudpdsudo -u www-data ./icloudpd -d /********/Photos -u "******@*******" --set-exif-datetimeExpected Behavior
ALL content would be downloaded from iCloud Photos to the destination
Actual Behavior
No DNG files have been downloaded from iCloud Photos. I hope there are no others missing!?
Context
Python 3.10.12
Linux ******* 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Ext4 on LVM2