Write to Exif tags

My scripts >
This script brings up a yad text entry box pre-populated with text found in a specific image's Exif tag, and then writes back to the same tag with changes.

You can of course use it to write to any exif tag with a text string.
 


Here's a quick script to extract all the comments from a batch of image files, so that you can paste them into Libre Writer and do some spell checking!

It prints the whole lot to a file.
 


This one appends the exif date to multiple files...
 

Where %f is the filename and .%e the file extension read by exiftool. Leave out the '%f_' and you have the exif date replacing the file name.


This will prefix the file names with the exif date..
 


This will sort files with exif data into folders.
 


This will sort any files into folders.