boredazfcuk / docker-icloudpd

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

photo_library option ignores folder_structure option #460

Closed khargy closed 9 months ago

khargy commented 9 months ago

If I use the photo_library option to download from my shared lib then all the files are downloaded into a flat folder with the same name as the photo_library option. it doesn't use the default folder_structure option or even use the option if I set an explicit one.

(I just recently upgraded to use the main branch as it seems the testing branch is currently broken)

dohgren78 commented 9 months ago

I have the same issue

khargy commented 9 months ago

Ok, I figured out the libraries_with_dates option...

Looks like that needs to be set to true to use the folder_structure option with the photo_library option... when I set that to true it works.

So it seems like this is working as designed, although I would consider setting that as true by default