You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to upload and organize pictures more at the same time. As far as I know, immich-go can currently add your photos into two albums at once, if you combine the -create-album-folder and -album flags. However, it would be organizationally convenient to be able to add things to more than just two at once.
For example, I keep my photos in self-organized albums, so I'll have a 2024-07-01 Road Trip/ folder for images that get organized by the -create-album-folder flag. Then, I like to have two other albums that things get placed in, those being Summer 2024 and an album that corresponds to the name of the camera I took them with, eg. A61.
Right now, if I specify -album A61 and -album 'Summer 2024' (in that order), images will only get added to the Summer 2024 album. What I'm suggesting in this feature request is that photos instead be added to both of the albums.
Alternative solution
An alternative solution to this might be to provide a modified version of the -use-full-path-album-name option that adds photos to multiple albums, one for each of their parent directories. For now, I'll call this -parent-folders-as-albums
It would be nice to be able to upload and organize pictures more at the same time. As far as I know, immich-go can currently add your photos into two albums at once, if you combine the
-create-album-folder
and-album
flags. However, it would be organizationally convenient to be able to add things to more than just two at once.For example, I keep my photos in self-organized albums, so I'll have a
2024-07-01 Road Trip/
folder for images that get organized by the-create-album-folder
flag. Then, I like to have two other albums that things get placed in, those beingSummer 2024
and an album that corresponds to the name of the camera I took them with, eg.A61
.Right now, if I specify
-album A61
and-album 'Summer 2024'
(in that order), images will only get added to the Summer 2024 album. What I'm suggesting in this feature request is that photos instead be added to both of the albums.Alternative solution
An alternative solution to this might be to provide a modified version of the
-use-full-path-album-name
option that adds photos to multiple albums, one for each of their parent directories. For now, I'll call this-parent-folders-as-albums
For example, if I have this file structure,
Running this:
(using the proposed option)
... would result in Immich having the following album structure:
To be honest I'm more a fan of the second approach, but I think the first approach could reuse more code. Thoughts?
The text was updated successfully, but these errors were encountered: