github damongolding/immich-kiosk v0.2.0

latest releases: v0.10.0, v0.9.0, v0.8.1...
one month ago

What's Changed

I added a live clock but in doing so I had to rename some variables that was originally used to control displaying image metadata (date and time).

So if your config looked like this:

immich_api_key: ****
immich_url: ****
show_date: true
date_format: 02/01/2006

it should look like this afterwards:

immich_api_key: ****
immich_url: ****
show_image_date: true
image_date_format: 02/01/2006

If you are going to use the new clock feature you will need to add the ENV var TZ to your docker compose file. See docker compose for an example.

⚠️ Breaking Changes

  • show_time variable has been renamed to show_image_time
  • time_format variable has been renamed to image_time_format
  • show_date variable has been renamed to show_image_date
  • date_format variable has been renamed to image_date_format
  • TZ added for compose (see updated docker-compose)

🚀 New Features

  • Added clock (12/24 hour format)

⚡ Fixes

  • Offline icon fix which was causing scrollbars
  • URL scheme can can be omitted if wished (http being the default) e.g. my-server.com -> http://my-server.com:2283/
  • Default Immich port can be omitted if wished e.g. http://my-server.com -> http://my-server.com:2283/
  • Transition values no longer have to be lowercase e.g. can be “transition=NONE”, “transition=None”

Other changes

New Contributors

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.