Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Newer ExifTool #104

Open
112cxyz opened this issue Nov 26, 2021 · 5 comments
Open

Need Newer ExifTool #104

112cxyz opened this issue Nov 26, 2021 · 5 comments

Comments

@112cxyz
Copy link

112cxyz commented Nov 26, 2021

Exiftool isnt able to be downloaded edit the lines in the install.sh

to have this:
wget https://exiftool.org/Image-ExifTool-12.36.tar.gz
tar xvf Image-ExifTool-12.36.tar.gz
cd Image-ExifTool-12.36

@TheBozzz34
Copy link

TheBozzz34 commented Nov 28, 2021

Replacing the link and files names with this url works: https://exiftool.org/Image-ExifTool-12.39.tar.gz

The new install:

wget https://exiftool.org/Image-ExifTool-12.39.tar.gz
tar xvf Image-ExifTool-12.39.tar.gz
cd Image-ExifTool-12.39

@CatusKinng
Copy link

Replacing the link and files names with this url works: https://exiftool.org/Image-ExifTool-12.39.tar.gz

The new install:

wget https://exiftool.org/Image-ExifTool-12.39.tar.gz
tar xvf Image-ExifTool-12.39.tar.gz
cd Image-ExifTool-12.39

please put this in the install

@TheBozzz34
Copy link

There are already several pull requests, @TannerReynolds just needs to merge one of them, or update it himself.

@TheBozzz34
Copy link

TheBozzz34 commented Mar 11, 2022

I created a pull request, it should fix the problem.

@112cxyz
Copy link
Author

112cxyz commented Jun 25, 2023

The issue is I also made a PR, this repo seems to be dead even though many people still use it. I might consider making a fork and maintaining it. Because here I am two years later and this is still a easy to fix issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants