mandarons / icloud-drive-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
962 stars 46 forks source link

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

Closed Chaldron closed 1 month ago

Chaldron commented 1 month 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.