Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
Expand Down
36 changes: 0 additions & 36 deletions .project

This file was deleted.

6 changes: 5 additions & 1 deletion src/main/script/ToolInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,11 @@ private void installExiftoolWindows() throws IOException {
var archive = downloadAndVerify(WINDOWS);
var targetDir = toolDir.resolve(tool.windowsDir);
extractZip(archive, targetDir);
Files.move(targetDir.resolve("exiftool(-k).exe"), targetDir.resolve("exiftool.exe"));
Path exe = Files.walk(targetDir)
.filter(p -> p.getFileName().toString().equalsIgnoreCase("exiftool(-k).exe"))
.findFirst()
.orElseThrow(() -> new RuntimeException("No exe found!"));
Files.move(exe, targetDir.resolve("exiftool.exe"));
Files.deleteIfExists(archive);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<lastmodified toolname="Exiftool" toolversion="12.50" status="CONFLICT">35357:01:04 01:57:19</lastmodified>
<lastmodified toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-08-20T15:45:00Z</lastmodified>
<created toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-08-20T15:44:00</created>
<created toolname="NLNZ Metadata Extractor" toolversion="3.6GA" status="CONFLICT">2015-08-20T11:44:00</created>
<created toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-08-20T15:44:00Z</created>
<creatingApplicationName toolname="Exiftool" toolversion="12.50">Microsoft Office Word</creatingApplicationName>
<creatingApplicationVersion toolname="Exiftool" toolversion="12.50" status="SINGLE_RESULT">14.0000</creatingApplicationVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<lastmodified toolname="Exiftool" toolversion="12.50" status="CONFLICT">2010-11-01T16:50:42</lastmodified>
<lastmodified toolname="Tika" toolversion="2.6.0" status="CONFLICT">2010-11-01T16:50:00Z</lastmodified>
<created toolname="Exiftool" toolversion="12.50" status="CONFLICT">2010-03-18T17:36:00</created>
<created toolname="NLNZ Metadata Extractor" toolversion="3.6GA" status="CONFLICT">2010-03-18T13:36:00</created>
<created toolname="Tika" toolversion="2.6.0" status="CONFLICT">2010-03-18T17:36:00Z</created>
<creatingApplicationName toolname="Exiftool" toolversion="12.50">Microsoft Office Word</creatingApplicationName>
<creatingApplicationVersion toolname="Exiftool" toolversion="12.50" status="SINGLE_RESULT">12.0000</creatingApplicationVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<lastmodified toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-08-20T15:59:10</lastmodified>
<lastmodified toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-08-20T15:59:00Z</lastmodified>
<created toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-08-20T15:59:00</created>
<created toolname="NLNZ Metadata Extractor" toolversion="3.6GA" status="CONFLICT">2015-08-20T11:59:00</created>
<created toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-08-20T15:59:00Z</created>
<creatingApplicationName toolname="Exiftool" toolversion="12.50">Microsoft Office Word</creatingApplicationName>
<creatingApplicationVersion toolname="Exiftool" toolversion="12.50" status="SINGLE_RESULT">14.0000</creatingApplicationVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<lastmodified toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-12-18T15:11:12</lastmodified>
<lastmodified toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-12-18T15:11:00Z</lastmodified>
<created toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-12-11T15:05:00</created>
<created toolname="NLNZ Metadata Extractor" toolversion="3.6GA" status="CONFLICT">2015-12-11T10:05:00</created>
<created toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-12-11T15:05:00Z</created>
<creatingApplicationName toolname="Exiftool" toolversion="12.50">Microsoft Macintosh Word</creatingApplicationName>
<creatingApplicationVersion toolname="Exiftool" toolversion="12.50" status="SINGLE_RESULT">14.0000</creatingApplicationVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<lastmodified toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-12-17T17:46:00</lastmodified>
<lastmodified toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-12-17T17:46:00Z</lastmodified>
<created toolname="Exiftool" toolversion="12.50" status="CONFLICT">2015-12-17T17:35:00</created>
<created toolname="NLNZ Metadata Extractor" toolversion="3.6GA" status="CONFLICT">2015-12-17T12:35:00</created>
<created toolname="Tika" toolversion="2.6.0" status="CONFLICT">2015-12-17T17:35:00Z</created>
<creatingApplicationName toolname="Exiftool" toolversion="12.50">Microsoft Office Word</creatingApplicationName>
<creatingApplicationVersion toolname="Exiftool" toolversion="12.50" status="SINGLE_RESULT">14.0000</creatingApplicationVersion>
Expand Down
10 changes: 5 additions & 5 deletions tools.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# exiftool
# When upgrading exiftool, be sure to select a *production release* version (https://www.exiftool.org/history.html).
# None production releases are not available for download long-term.
exiftool.version=13.36
exiftool.unix.url=https://sourceforge.net/projects/exiftool/files/Image-ExifTool-13.36.tar.gz/download
exiftool.unix.md5=8386ca5cd2335009648278b64f0e6061
exiftool.windows.url=https://sourceforge.net/projects/exiftool/files/exiftool-13.36_64.zip/download
exiftool.windows.md5=867d26f7cfcd48c4d9228d78f698e326
exiftool.version=13.50
exiftool.unix.url=https://sourceforge.net/projects/exiftool/files/Image-ExifTool-13.50.tar.gz/download
exiftool.unix.md5=4c9b544800bca220d21ecced4585f4d1
exiftool.windows.url=https://sourceforge.net/projects/exiftool/files/exiftool-13.50_64.zip/download
exiftool.windows.md5=3cf829e28af2be7e2d88f97ba84f177f

# MediaInfo
# https://mediaarea.net/en/MediaInfo/Download
Expand Down