Replies: 1 comment 2 replies
-
When you say no internet connectivity. You would still need an active connection to the Kiosk server. In this example would that be the case? I can implement a "must have active connection to Immich" clause for the assets to be deleted and redownloaded. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If my device has no internet connectivity, after the refresh interval it will show "Error retrieving asset".
If I use
?use_offline_mode=true
after the assets expire it will show that it is "Downloading assets" forever.Is there something I can set in my config where for example even if my offline_mode assets expire, it will keep using them and if there's no connectivity it will keep trying to reconnect in the background? And only once it has fresh assets will the old assets be deleted.
Basically I would like to never see any of those fullscreen messages and instead just always fallback to displaying the previous image(s) even if there's no internet. If connectivity is restored then I would still prefer not to see any "Downloading assets" messages and have it download them in the background and swap out the images when ready.
Beta Was this translation helpful? Give feedback.
All reactions