Automatically create albums matching the folder structure #1
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kernald/immich-tools#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assuming the following structure:
Three albums should be created:
Foo
, containing a.jpg and b.jpgBar
, containing d.jpg (and maybe c.jpg?)Bar / Baz
, containing c.jpgThe separator (e.g. the
/
inBar / Baz
) should be customisable.Additionally, a marker file (e.g.
.albumprops
) in the album root should be able to override some properties:This however would require local access to the storage (rather than just API access to Immich), and potential file-system mapping.
mentioned in issue #2
It could be interesting having an option to include photos from sub-directories in top-level albums as well, e.g.:
Foo
andBar
, withBar
containingc.jpg
andd.jpg
Bar
andBaz
would containc.jpg
.mentioned in merge request !27
Added in #29