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
985 stars 47 forks source link

[BUG] Inifinite overwrite when photos has same names #98

Closed tymmej closed 1 year ago

tymmej commented 1 year ago

Describe the bug Photo Library can contain multiple photos with same @property filename. Eg. default names IMG_xyza.HEIC when using multiple phones.

To Reproduce Add photos with same names to library and run docker image. You will see three things: 1) number of downloaded files is different than in iCloud 2) docker constantly downloads same files 3) number of downloaded files is constant

Expected behavior Docker downloads different files even if filenames are same. It should use @property id to differentiate photos.

Screenshots Screenshot_20221114_111059 Configuration Backup all photos

Additional context None