[Feature] Add the possibility to associate user-friendly names to IDs to quickly choose what photos to show via URL parameter #90
Trainax
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
I do like the idea but I do have two concerns.
- How would these be set in ENV or would we enforce these to the yaml (nothing else does this)
- They could be quite prone to user error, while `ALBUM_ID: Daniel’s crazy party?!?!🎉` is valid yaml but would break the URL. I know it’s an extreme example but not out of realm of possibility.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Hello everyone. I recently started using Immich-Kiosk and I really like it. One feature I would really like to be implemented is a way to associate a user-friendly name to an ID. Let me make an example: let's say I want to show the pictures from the "Family" album. To do that I would open a broser and type
http://{immich-kiosk-URL}?album=FAMILY_ALBUM_ID
, however it's not easy to remember the ID of every album I've created, so I would need to use bookmarks (or another similar solution).What I propose is the ability to create a separate file (or some parameters in the YAML file) to associate a user-friendly name to an ID, so that selecting what photos to show would be easier. Something like this:
So that if I want to show photos from the "Family" album I could simply type
http://{immich-kiosk-URL}?album=family
or, similarly, if I want to show photos with my grandma I could typehttp://{immich-kiosk-URL}?person=grandma
.Do you think it could be a useful feature? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions