-
Notifications
You must be signed in to change notification settings - Fork 114
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
execute() runs but doesn't write tags #38
Comments
I'm running this code on WSL but pointing to the Windows executable. Could this be the issue?
This was the case before too though. I'm just refactoring some code, but locations remain the same. |
There might be some problems with your |
Hi @sylikc thanks for getting back. I'll probably substitute my exiftool.py for your branch's. However, I have checked the values inside
If
, what is the best way to write tags to files? |
So... that .execute() comment... you can safely ignore it for setting tags... I think to set tags, that's the best way to do it... you should be probably doing That will make exiftool do it all at once, instead of writing to the file like a zillion times. You'll probably have to encode individual parameters though. |
Hello, I'm using the following code to embed metadata to JPEGs:
It runs fine, but nothing really happens. No tags get embedded and no
jpg_original
files are created, as it happened beforewith an almost identical function. I have checked the tags content and the destination is built correctly. What am I missing here?
The text was updated successfully, but these errors were encountered: