boredazfcuk / docker-icloudpd

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

DNG are recognized as movie #507

Closed hoddelhs closed 3 weeks ago

hoddelhs commented 4 months ago

DNG (RAW) files from iPhone 15 pro max and iPhone 13 Pro are recognized as video and not exported, see error message. in icloudpd.conf I have set skip_videos=true. I use icloudpd on a Synology 218+ with Docker

`2024/02/08 09:30:02 stdout 2024-02-08 08:30:02 DEBUG Skipping IMG_9017.DNG, only downloading photos.(Item type was: movie)

2024/02/08 09:30:02 stdout 2024-02-08 08:30:02 DEBUG Skipping IMG_9019.DNG, only downloading photos.(Item type was: movie) `

boredazfcuk commented 4 months ago

Do they download correctly if you disable skipping videos with skip_videos=, or does it skip them entirely?

hoddelhs commented 4 months ago

if I skip_videos= then all DNG are copied correctly, including video and live images. it also seems that only the iPhone 13pro and 15pro are affected

Am 25. Feb. 2024, 10:43 +0100 schrieb boredazfcuk/docker-icloudpd @.***>:

Do they download correctly if you disable skipping videos with skip_videos=, or does it skip them entirely?

boredazfcuk commented 1 month ago

This bug is logged upstream: https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/675. Once a fix is created, I will roll it into this container.

boredazfcuk commented 3 weeks ago

I believe this is now fixed upstream and included in latest version of my container.