I made a script for customized memories in Immich
(github.com)
from SinTan1729@programming.dev to programming@programming.dev on 22 Mar 06:03
https://programming.dev/post/47591954
from SinTan1729@programming.dev to programming@programming.dev on 22 Mar 06:03
https://programming.dev/post/47591954
As the title says, it’s a rather simple golang script for creating memories in Immich based on certain criteria, since there aren’t any customization options in the official app.
As you may gather from the README, I created this for very personal reasons. But I wanted to share it here in case someone else finds it useful as well.
Currently it can do filtering based on people, and tags. But I’m more than happy to add more options, if requested.
#programming
threaded - newest
A better readme would be my first request. I don’t quite understand how it works.
Do I install it on the immich server?
It seems to be configured via config files in users’ home directories… my immich users need a login account on the server?
Does the server need read access to each user home profile?
Thanks for your feedback.
You just need an Immich API key, and run it from any machine from where you can reach your Immich instance. It does everything using the Immich API, so only a key with the proper permissions is needed. (I’ll add what the minimum required permissions are in the README.)
Also, if you want to do it for many users, you don’t need them to run it on individual machines/accounts. You can create multiple config files, each with that user’s key, and pass it to the script via the
–configflag.If running it for multiple users is a thing that people are interested in, I can add a way to supply an array of options in the config file, each belonging to one user.
That’s much clearer, thanks!