From 8b68c9ca92dca30af7c87ef07e69a1cc8237ebf9 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 9 Sep 2022 00:37:52 -0700 Subject: [PATCH] Add note to install exiftool --- lib/Command/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Command/Index.php b/lib/Command/Index.php index 09e0cc69c..f33c8547a 100644 --- a/lib/Command/Index.php +++ b/lib/Command/Index.php @@ -132,6 +132,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int \OCA\Memories\Exif::ensureStaticExiftoolProc(); if (!$this->testExif()) { error_log('FATAL: exiftool could not be found or test failed'); + error_log('Please install exiftool (at least v12) and make sure it is in the PATH'); exit(1); }