Replies: 8 comments 9 replies
-
This is how the redirects work, unless I am misunderstanding. Well, apart from having the option to select from a list on the front end. |
Beta Was this translation helpful? Give feedback.
-
I was more focused on list in frontend, while i get that these redirects could be managed externally, you wouldn’t want to keep changing url every time you want to see a different view, Having a selectable list in frontend would be a good idea. |
Beta Was this translation helpful? Give feedback.
-
With the great new date range filter option, I just had a similar idea. |
Beta Was this translation helpful? Give feedback.
-
Something like this? kiosk:
links:
- name: christmas 2023
url: /?date=2023-12-24_to_2023-12-25
- name: christmas 2022
url: /?date=2023-12-24_to_2023-12-25
- name: christmas 2021
url: /?date=2023-12-24_to_2023-12-25
- name: album A
url: /?date=2023-12-24_to_2023-12-25
# ... etc... #
|
Beta Was this translation helpful? Give feedback.
-
This looks like a great feature! One detail that would be very useful for me, if you have not considered it already: I would like to be able to select from this list with the keyboard (such as using the cursor up, down, and enter key). My use case is I control my picture frame with an IR Remote, using an Flirc USB dongle. This device works by simply translating IR signals to keyboard presses, which it sends to the active window. Some background: currently I have the browser set up with multiple tabs for different parameters, and switch between the tabs with using the Ctrl + Tab keyboard shortcut. This works, but is somewhat of a guessing game, as in fullscreen mode there is no user interface on the browser showing what tab (and therefore parameters) is selected. |
Beta Was this translation helpful? Give feedback.
-
You can test out the new redirect GUI using this image You can open the overlay via the menu or by hitting "r" on your keyboard. It pulls in any redirects you have and displays them. kiosk:
redirects:
- name: christmas 2023
url: /?date=2023-12-24_to_2023-12-25
- name: christmas 2022
url: /?date=2023-12-24_to_2023-12-25
- name: christmas 2021
url: /?date=2023-12-24_to_2023-12-25
# ... etc ... # |
Beta Was this translation helpful? Give feedback.
-
an interesting follow up to this if you want to consider -
|
Beta Was this translation helpful? Give feedback.
-
Can redirects only be maintained in a config.yml or also just in the docker file with ENV variables? And a second question |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is just an idea -
Allowing configs to store key value mapping for id -> query params
Frontend to show list of those ids that can then be selected for given kiosk
This could allow for
a) simplified way to switching between different views for non web devices where you don't want to type lengthy urls
b) switching context on kiosk - say you want to turn on todays picture or memories of this date over the year
Beta Was this translation helpful? Give feedback.
All reactions