You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When both --size medium and --size thumb are specified with --force-size, but only the thumb-size asset exists for a photo, both sizes will be skipped.
Steps to Reproduce
Upload a small image to iCloud Photos, such that the medium-size asset exists but thumb-size does not. (e.g. a 200*250 heic file)
Execute icloudpd -d syncdir --size medium --size thumb --force-size.
Expected Behavior
The medium-size asset should be skipped and the thumb-size asset should be downloaded.
Actual Behavior
Both medium-size and thumb-size assets are skipped.
It would be helpful to me if --live-photo-size also supports multiple sizes. I can work on that if you think it's a good idea.
I did not see requests for live photo and main assets sizes, so I suspect that with the increase of the internet speed, ppl are using original size. From that point of view, I do not see much value in implementing multiple size support for live photos.
Overview
When both
--size medium
and--size thumb
are specified with--force-size
, but only the thumb-size asset exists for a photo, both sizes will be skipped.Steps to Reproduce
icloudpd -d syncdir --size medium --size thumb --force-size
.Expected Behavior
The medium-size asset should be skipped and the thumb-size asset should be downloaded.
Actual Behavior
Both medium-size and thumb-size assets are skipped.
Context
Changing this to
continue
should be a simple fix.icloud_photos_downloader/src/icloudpd/base.py
Line 896 in 6e9c6c6
I would be glad to issue a PR if you consider this appropriate.
The text was updated successfully, but these errors were encountered: