From 7f9285e827dab648e72e1fbcbf4cd4e6709fb591 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: immich: use hardware encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/immich/files/immich.yaml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'bundles/immich/files/immich.yaml') diff --git a/bundles/immich/files/immich.yaml b/bundles/immich/files/immich.yaml index fd2454a..8a3f698 100644 --- a/bundles/immich/files/immich.yaml +++ b/bundles/immich/files/immich.yaml @@ -1,12 +1,26 @@ +ffmpeg: + accel: qsv + accelDecode: true + +library: + watch: + enabled: true + +machineLearning: + enabled: false + # url: + +metadata: + faces: + import: true + storageTemplate: enabled: false hashVerificationEnabled: true template: '{{y}}/{{MM}}-{{MMM}}/{{filetype}}_{{y}}{{MM}}{{dd}}_{{HH}}{{mm}}{{ss}}.{{ext}}' -machineLearning: - enabled: false - # url: +# oauth passwordLogin: enabled: false oauth: -- cgit 1.4.1