jExifToolGUI icon indicating copy to clipboard operation
jExifToolGUI copied to clipboard

Output folder

Open Key-Snapper opened this issue 1 year ago • 3 comments
trafficstars

When writing exiftool output to a file, the file is created in the directory where the command is executed.

exiftool -r -csv "-PreservedFileName" "-FileName" "-Directory" "." > output.csv Writes output.csv to /media/pics when the command is executed in that folder.

The jExifToolGUI parameter -csv "-PreservedFileName" "-FileName" "-Directory" > output.csv will write the output to the home folder.

How can I make a parameter with output to the selected folder?

Key-Snapper avatar Nov 06 '24 17:11 Key-Snapper

I do not actively support the app anymore, but where do you currently set this parameter in jExifToolGUI? In the "Your Commands" tab? If so, it should work.

hvdwolf avatar Nov 09 '24 13:11 hvdwolf

I use the parameter field in the tab "ExifTool commands" with the folder selected in "Use all images in this folder". There is an output, but in the home directoriy not in the selected folder.

Key-Snapper avatar Nov 09 '24 23:11 Key-Snapper

And why don't ytou use the csv output from the menu. That will write into the same folder as where the images are.

Also: why don't you use -r -csv "-PreservedFileName" "-FileName" "-Directory" "<real_path" > output.csv. where <real_path> could be /media/pics If you start exifool from a program, your "." is most probably referring to your user environment.

hvdwolf avatar Nov 10 '24 06:11 hvdwolf