From e7a0790339b896c718f5a53d4dbc4275fcedc965 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:04:05 +0100 Subject: [PATCH] Allow video --- immich/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index e9dc610c6..a2b333531 100644 --- a/immich/config.json +++ b/immich/config.json @@ -10,6 +10,7 @@ "description": "Self-hosted photo and video backup solution directly from your mobile phone", "devices": [ "/dev/dri", + "/dev/dxg", "/dev/dri/card0", "/dev/dri/card1", "/dev/dri/renderD128", @@ -142,6 +143,8 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.126.1-6", + "usb": true, + "version": "1.126.1-7", + "video": true, "webui": "http://[HOST]:[PORT:8080]" }