Add note to install exiftool

pull/37/head
Varun Patil 2022-09-09 00:37:52 -07:00
parent d02ce0b21d
commit 8b68c9ca92
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ class Index extends Command {
\OCA\Memories\Exif::ensureStaticExiftoolProc(); \OCA\Memories\Exif::ensureStaticExiftoolProc();
if (!$this->testExif()) { if (!$this->testExif()) {
error_log('FATAL: exiftool could not be found or test failed'); 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); exit(1);
} }