Third party tool for rule-based smart albums #15814
Replies: 1 comment 2 replies
-
Hi, first of all this looks really a super useful funcionality! Thanks for the work! :) In my specific use case most family media (Dad/Mom/grandpas & grandpas) are feeding Immich through external folders (use synology to work with it) however to share people photos each specific needs a specific album from each gallery to each specific person resulting in something not very useful. Using an "admin" way Immich recognizing everyones galleries and sharing with everyone "Kids" album seems like a really handy way, the only issue is that photos can not be included but manually parsing the whole gallery (but then I found this so maybe it is possible so thank you a lot! ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a tool for automatically creating and updating rule-based smart albums, one of the most requested Immich feature #1673.
You can find all the code and documentation in this repository https://github.com/kvalev/immich-dynamic-albums
The TL;DR is to create a config file containing one or more albums and their respective rules:
And then mount it in the provided docker container and it will periodically query Immich for matching assets and keep those albums up-to-date:
If you have any suggestions or discover any issue let me know here or raise an issue in the other repository.
If someone from the Immich team finds this helpful you can link it in the locked feature request.
Beta Was this translation helpful? Give feedback.
All reactions