-
Notifications
You must be signed in to change notification settings - Fork 15
Create/Modify values #4
Comments
Sorry, there is no way to do this now. I will try to look at that when I get some time. Otherwise, I'd be happy to take a PR if it is something you need sooner than later. |
I just found how to hardcode the stuff I need to change (GPano 360 tags) with minimal changes in your code. So for now this works for me. Btw, nice project, thanks! |
I just added support for writing, which is available in version 0.8.0 on nuget. Currently, if you have special characters in the value you are setting, you will need to provide your own escaping/quoting on the value (see the test case for an example). If you want to give it a try, let me know how it works for you. Thanks for your feedback! |
Not the OP, but I just used it to write metadata for some 80 PDFs and it worked pretty much flawlessly. 😄 One thing that I needed to change: it seems the console on windows defaults to latin1, and exiftool defaults to utf-8 – so as soon as I began using umlauts I had weird characters in the output. |
Thanks for the feedback! I'll try to have a look at this in the next day or two. |
Is there any way to modify values and to write them back to a file? I checked the test examples but there seems to be no modifying example.
The text was updated successfully, but these errors were encountered: