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

Output folder #329

Open
Key-Snapper opened this issue Nov 6, 2024 · 3 comments
Open

Output folder #329

Key-Snapper opened this issue Nov 6, 2024 · 3 comments

Comments

@Key-Snapper
Copy link

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?

@hvdwolf
Copy link
Owner

hvdwolf commented Nov 9, 2024

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.

@Key-Snapper
Copy link
Author

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.

@hvdwolf
Copy link
Owner

hvdwolf commented Nov 10, 2024

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.

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

2 participants