XMP-Metadaten für *.ORF Datei

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

herb
Posts: 281
Joined: Sat Jul 18, 2009 3:19 pm

Re: XMP-Metadaten für *.ORF Datei

Post by herb »

Hello Pierre,

sorry for my late reply.
In GUI we have tab "options" with checkboxes
- keep current value in case of no change and
- change only empty values
Why are these option unused in case of only 1 image is selected.
these options are only useful for multiple images
I regret; but I totally dis-agree.


yes but i don't understand how to use it
The command should be as follows: (I have not tested)

Code: Select all

exiftool.exe -f -json=jsonfile
with jsonfile ( e.g. to delete Title):

Code: Select all

[{
  "SourceFile": FILE,
  "XMP-dc:Title": "-",
}]

By the way:
As we have also listtype-tags in XMP-Edit dialog tab "Options" we should have a third option:
- add values of lists to existing values.
But I agree that
- in case of using json format
- this option will be valid for all listtype tags.
Using an argument file would allow to use this (third) option for each list seperatly.

Best regards
herb
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XMP-Metadaten für *.ORF Datei

Post by xnview »

herb wrote: Mon Jan 09, 2023 6:31 pm
In GUI we have tab "options" with checkboxes
- keep current value in case of no change and
- change only empty values
Why are these option unused in case of only 1 image is selected.
these options are only useful for multiple images
I regret; but I totally dis-agree.
Why? :)
yes but i don't understand how to use it
The command should be as follows: (I have not tested)

Code: Select all

exiftool.exe -f -json=jsonfile
with jsonfile ( e.g. to delete Title):

Code: Select all

[{
  "SourceFile": FILE,
  "XMP-dc:Title": "-",
}]
Right, it works. i'll change it. But currently when using exiftool on RAW, options can't be used...
See issue for current status and some details.
Pierre.
Post Reply