Releases: edleijnse/cloudninegui
Cloudnine GUI for filterpictures Project
This tool is written in Java but customized for MacOs only. With minor changes it can be customized for Windows or Linux (favoriteDirectoriesFile is currently saved in /Users/Shared)
With this tool you can use and test the filterpictures project: You can choose a directory with pictures (jpg, CR2, CR3 currently supported), the tool will generate a CSV file with all picture-metadata.
It is based on the exiftool Library, written in Perl and wrapped in Java (see pom.xml for the references)
You can start the tool this way:
First of all, copy the exiftool Software from https://www.sno.phy.queensu.ca/~phil/exiftool/
Copy the artefact "cloudninegui.jar" in your favorite directory
From your favorite directory:
java -cp cloudninegui.jar cloudninegui.FileBrowserDialogMain
I recommend to create a command-file for starting up and copy to the desktop:
cd /Users/CHANGE_TO_YOUR_NAME/OneDrive/Software/filterpictures
java -cp cloudninegui.jar cloudninegui.FileBrowserDialogMain
If you have any questions, ideas: ed@leijnse.info