mandarons / icloud-docker

Dockerized iCloud Client - make a local copy of your iCloud documents and photos, and keep it automatically up-to-date.
BSD 3-Clause "New" or "Revised" License
1.15k stars 49 forks source link

[FEATURE] Support all photo sizes from icloudpy in photo filter #209

Closed Chaldron closed 5 months ago

Chaldron commented 5 months ago

Instead of using a hardcoded list for the supported photo sizes, refer to the dictionary icloudpy uses internally for mapping readable photo sizes to their iCloud counterparts.

Closes #188.