exiftool github action

Started by woss, July 04, 2024, 08:49:52 AM

Previous topic - Next topic

woss

Hi all, i created the github action that loads the exiftool into the action CI pipeline.

Feel free to subscribe and report any bugs and suggest features.

https://github.com/marketplace/actions/exiftool-action

StarGeek

* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

woss

that pretty much covers it. It is an important part of quality assurance when it comes to the development of web systems.

The main use is that if a project has tests that use Exiftool, as I have, the action saves time and reduces the complexity of the Github actions. Before you would need to download the release, extract, add to the path, etc ... then execute it. The main difference is that the action steps environment is destroyed after success or failure.

woss

If Phil sees this, would it be possible to add exiftool github action under the CI(Continues integration) section on the main page?

Phil Harvey

But there is no CI section on the home page. :/

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

woss

Exactly ;)

Maybe we should add it. Since Exiftool can be used in the CI/CD (continuous integration and continuous deployment) pipelines.