-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder Structure As Album Names? #125
Comments
+1 |
This is a prerequisite from my perspective - currently the |
In the current code base we build destination folder using As we are adding more flexibility to templating, it will be valuable to have small number of commonly used patterns easily available, e.g. #190 may help with selecting most used patterns. |
Is this still being entertained? I would be very interested in being able to automatically export folders/albums out of iCloud Photo Library into equivalent directories. For example, I have a folder called "Holidays", inside that a folder "Christmas", inside that an album "2020-Christmas" and then the photos in that album. What I would want exported, is a directory structure "/Holidays/Christmas/2020-Christmas/{photos}" If you are able to actually read the meta attribute for albums, not sure if you are able to go as far as completely replicate the folders and albums structure I have setup in the Apple Photos Mac app. |
+1 |
+1 I was thinking about using the output of '-l' in order to iterate over all albums within a shell script, but unfortunately '-l' does not support sub-directories. |
Any update on this one? |
Hmm I would also like such a feature! But how do you expect this to work? Sounds kind of difficult. Every photo in an Album is part of the overall photo library. But not every photo of the library is part of an album. So when a photo is part of an album then use album folder structure for it? If not use year,month,date structure? What do you do when you remove a photo from an album after it was synced with the tool? I am not sure how it works currently this would require to scan every existing album for the file (name) again an then move it otherwise you would end up with duplicate files. Or is this easier than I think? |
@holomekc I would imagine this being possible using symbolic links:
this would allow an efficient usage of disk space, while enabling easy navigation of structure |
I actually hacked something together over the weekend using the pending PR that enables folder support (picklepete/pyicloud#297), to see how well this could work. Feel free to check it out: https://github.com/steilerDev/icloud-photos-sync (but it is in a very rough shape). Once |
Hi @steilerDev |
Hi @timvdsm , my project is simply a Proof of Concept. Not sure how I will continue this (this also depends on this and the pyicloud package). If I decide to actually build this I will keep this feature request in mind. |
any updates? |
What are your expectations for the album name in the folder structure? The behavior I am curious about:
|
I have very little experience in programming but the approach "one folder all photos, another folder all albums" seems promising. |
#482
Personally I think keep using the hierarchy structure makes the most sense as in YYMMDD for non-album photos and YYMMDD_album name for album-photos while keeping the hierarchy. This way I can quickly look for pictures that were took around the date or even on the same day but not in the album. For images in multiple albums: I think it’s the easiest to keep outputting photos in the current folder format that we have right now and just add additional album folders with symbolic links to the photos in the non-album folders. That way having images in multiple albums doesn’t waste space. This goes hand in hand with downloading all photos in the old folder structure though. |
What would it take to get this feature added? It's a pre-requisite for me to migrate away from my current approach (manual copy photos to NAS, sync to OneDrive for off-site backup) to my desired approach (keep photos on phone, sync to iCloud for off-site storage, sync to NAS via icloudpd for on-site backup). |
Instead of shorting the folders as year months and days it would sort them by the name of the iCloud album name. I am not sure if this is already a feature or not but I would love to see this.
Awesome tool by the way!
The text was updated successfully, but these errors were encountered: