[Feature] Memory as special album #242
Replies: 4 comments
-
Are you referring to the memory-land api endpoint? Happy to implement this, just need to decide if it would work as a special album or its own key e.g. |
Beta Was this translation helpful? Give feedback.
-
Thanks for quick answer. Yes i mean following API: https://immich.app/docs/api/get-memory-lane/ Would memories=true then also use e.g. the person filter? Could be interesting addition if it is optional. |
Beta Was this translation helpful? Give feedback.
-
The album filter doesn't take in album names, only IDs and special keys words so that wouldn't be an issue but I do think I'm not sure of the memory lane api offers a person filter 🤔 |
Beta Was this translation helpful? Give feedback.
-
You are right, there is as far as i know no inbuilt filter. I guess not having a filter for that is totally fine, plain |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
How about a "special album" or mode to display the memory pictures as slide show?
I did write a small python script just the other day to fetch all the image urls to then show them randomly on a low powered device. I could totally get rid of it again and just rely on immich kiosk instead ding the "heavy" loading.
Then my esp32 just queries an image url like https://my-url/image?action=memory or whatever every 30 seconds and directly gets an jpeg.
Beta Was this translation helpful? Give feedback.
All reactions