Not a deletable group

Started by Tr, May 20, 2014, 04:09:30 PM

Previous topic - Next topic

Tr

I have some bogus tag groups <vr> created somehow.  Below is my attempt to delete them:

>exiftool -vr:all= *.tif
Warning: Not a deletable group: vr
Nothing to do.

Any help is appreciated.

Phil Harvey

ExifTool can only write tags which have been pre-defined.  To delete these you would have to create matching user-defined tags.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Jk

Hi Phil -

I am new to Exiftool Forum, but have been working closely with Tr.

I looked into creating matching user-defined tags from the Exiftool FAQ.

I have a working .ExifTool_config

I am trying to create the XMP:XMP-vr tags so that I can delete them from images.

Below is my attempt (using example):

exiftool -v2 -NewXMPxmpTag=test FILE
Warning: Tag 'NewXMPvrTag' does not exist
Nothing to do.

Any help is much appreciated.


Phil Harvey

I can't give any specific advice, except to read FAQ 11, without seeing the config file.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).