Icons
Added some icons to the Metadata overlay to help differentiate the data.
![](https://private-user-images.githubusercontent.com/2184238/411933176-d2566fd7-fda6-4b3c-9e60-ba6936a9c303.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzI1ODEsIm5iZiI6MTczOTI3MjI4MSwicGF0aCI6Ii8yMTg0MjM4LzQxMTkzMzE3Ni1kMjU2NmZkNy1mZGE2LTRiM2MtOWU2MC1iYTY5MzZhOWMzMDMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTExMTIxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2RjMjFmYzFkYjY1NDIwODlmOGY1NzZlMzRmYzIzMzg0NTgyZDZlZjdkZGEwNGM1YWQ2NGIwOTdlNzVlMWVlNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.z3Wob8hywa2GOOzl2ZvY0v0QiUJBPbeXZe-Q1yR83yQ)
Album videos (experimental)
This feature is experimental and currently only supports album videos with certain limitations so please Read the docs.
Redirect(s) GUI
If you have any redirects configured in your config.yaml
file, you will now see a button in the menu that displays them on the frontend for easy URL switching.
![](https://private-user-images.githubusercontent.com/2184238/411933621-3910366d-ef24-4013-93ac-ec2a3cc16ab1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzI1ODEsIm5iZiI6MTczOTI3MjI4MSwicGF0aCI6Ii8yMTg0MjM4LzQxMTkzMzYyMS0zOTEwMzY2ZC1lZjI0LTQwMTMtOTNhYy1lYzJhM2NjMTZhYjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTExMTIxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWFlMWMwNDU4NGY3YTBmZmVhMGE5ZGU3NGRlMzFhYzViNmYzZWNmOWUyNTNlMWY0YjU4ZTA5NDI1MzFkOGE2NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.NNN-COTeEN35prcSiqDqyuiO1FhZS_j-iUQmf5LeOrU)
Date: last-xx-days
Added new format to the date
asset bucket. last-xx-days
e.g. date=last-30-days
Date filter
The date filter allow you to filter asset buckets (random and person/people) by date.
Example:
http://{URL}?person=PERSON_ID&date_filter=2023-01-01_to_2023-02-01
will only show assets of the supplied person between 2023-01-01 and 2023-02-01.
Multiple Users
You can now add multiple user API keys to access assets from their account. This is useful if you want to display different users assets on different devices without spinning up multiple Kiosk instances.
Shoutout to @tal-sitton for creating this feature.
Blacklist
Tip
You can also tag assets in Immich with "kiosk-skip" to achieve the same.
Add any asset ID you want Kiosk to skip/exclude from displaying.
Example:
blacklist:
- ASSET_ID
- ASSET_ID
Disable sleep mode via url
Add disable_sleep=true
to your url to bypass sleep mode
Album and People names
show_album_name
and show_person_name
now work in any asset bucket random/album/person/date etc.
Clock translation
The date in the clock now respects your LANG
setting.
Disable navigation
Added disable_navigation
to remove all Kiosk interactivity (touch/click, keyboard and menu).
What's Changed
🚀 New Features
- bypass sleep mode via URL by @damongolding in #270
- redirect frontend GUI by @damongolding in #269
- album and people names by @damongolding in #283
- added translation for clock date by @damongolding in #287
- disable navigation by @damongolding in #288
- date: last-XX-days by @damongolding in #290
- support multiple users with multiple api keys by @tal-sitton in #231
- date_filter by @damongolding in #291
- experimental album videos by @damongolding in #279
- Feature/blacklist by @damongolding in #299
⚡ Fixes
- album people name missing fix by @damongolding in #286
📓 Documentation
- README hyperlink typo by @hockey6611 in #272
🔨 Maintenance
- deps and go bump by @damongolding in #271
- deps by @damongolding in #292
New Contributors
- @hockey6611 made their first contribution in #272
Full Changelog: v0.15.1...v0.16.0