XMP file question on tags

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
redbacks
Posts: 10
Joined: Tue Nov 16, 2021 3:24 am

XMP file question on tags

Post by redbacks »

Hi, I've searched and tried suggestions but I am still unable get this to work. I know you are unable to add tags to a CR2 in Windows properties of that file. But you can add tags to those CR2 raw images in ACDee which creates an XMP file. But within the everything program I am unable to see those tags in the tags colum. It's only showing up the tags for the JPG's. Is this possible or something that will be added in the future. With an NEF raw file after installing a codec you can add directly to that file without creating an extension such as an XMP file. Which is visible in the tags columb in everything. But not with a CR2 file. Thanks.
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: XMP file question on tags

Post by NotNull »

I am not sure what you mean. What is a CR2?

Windows comes with many properties for different file types. Applications can add their own properties through shell extensions.

Everything is aware of the Windows properties and a couple of common additional ones.
If you could describe in a bit more detail, @void might add these properties too (if this is a somewhat common file type)
redbacks
Posts: 10
Joined: Tue Nov 16, 2021 3:24 am

Re: XMP file question on tags

Post by redbacks »

A CR2 file is a Canon raw image. Just like the NEF file is a Nikon raw image.
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: XMP file question on tags

Post by NotNull »

Thanks for the explanation.


This should be possible in the upcoming new major version of Everything.
In Everything 1.5 you can do the following:
  • limit the results to photo files by searching for (example): "c:\some folder" ext:CR2
  • Right-click the resultlist header
  • Select Add Columns
  • In the left column, select Everything > XMP
  • In the right pane, select Tags
  • Press OK

To search for a specific Tag:
  • Right-click the Tags resultlist header
  • Select Search for Tags
    (tags: will be added to the search bar)
  • In the search bar enter your search, like tags:beach
(all untested, btw)

More on properties here
Laus
Posts: 15
Joined: Sun Jul 04, 2021 11:44 am

Re: XMP file question on tags

Post by Laus »

Nope, this works for jpeg and a few other image file formats but not for xmp side car files, though they use precisely the same meta data format.
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: XMP file question on tags

Post by void »

Everything is most likely pulling an empty tag from the jpg or xmp properties.
This means Everything will not fall back to the system to gather the tag property.

Please try using the Windows Property System System.Keyword property:
  • In Everything, right click the result list column header and click Add columns....
  • On the left, scroll down and select Windows Property System
  • Search for Tags
  • Select Tags and click OK.
If you can, could you please send one of your jpgs to support@voidtools.com
I'll look into making sure Everything reads the tags correctly for these files.
flubber
Posts: 11
Joined: Mon Nov 07, 2022 2:59 pm

Re: XMP file question on tags

Post by flubber »

Hi!

That doesn't work for me either.
As the file properties dialogue in Explorer and the explore windows, Everything will not show any iptc/xmp/exif meta data embedded in .XMP side car files.

Here's a sample:
Image

The meta data gets is copied into a .XMP file using exiftool:

Code: Select all

>exiftool -tagsfromfile D:\test\file.jpg D:\test\file.xmp -m
    1 image files updated
Let's have a look what is stored in to the .XMP file:

Code: Select all

>exiftool D:\test\file.jpg D:\test\file.xmp  -G1 |grep -i MS-
[IFD0]          Image Description               : MS-Title
[IFD0]          XP Title                        : MS-Title
[IFD0]          XP Comment                      : MS-Comment
[IFD0]          XP Keywords                     : MS-Keyword
[IFD0]          XP Subject                      : MS-Subject
[XMP-dc]        Title                           : MS-Title
[XMP-dc]        Description                     : MS-Title
[XMP-dc]        Subject                         : MS-Keyword
[XMP-microsoft] Last Keyword XMP                : MS-Keyword
[XMP-microsoft] Last Keyword IPTC               : MS-Keyword
[IPTC]          Keywords                        : MS-Keyword
[IPTC]          Caption-Abstract                : MS-Title
[XMP-microsoft] Last Keyword IPTC               : MS-Keyword
[XMP-microsoft] Last Keyword XMP                : MS-Keyword
[XMP-dc]        Description                     : MS-Title
[XMP-dc]        Subject                         : MS-Keyword
[XMP-dc]        Title                           : MS-Title
[XMP-pdf]       Keywords                        : MS-Keyword
[XMP-tiff]      Image Description               : MS-Title
And this is what Everything shows:
Image
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: XMP file question on tags

Post by void »

Everything will only look for the tags in the jpg file, not the xmp file.

I have put on my TODO list to add property support for the xmp file.

Thank you for the suggestion.
susumu
Posts: 2
Joined: Sat Feb 26, 2022 10:56 am

Re: XMP file question on tags

Post by susumu »

Another helpful feature would be to support xmp dublin core namespace for pdf files (https://developer.adobe.com/xmp/docs/XMPNamespaces/dc/)
Until now only basic "application/pdf" properties are supported. The dublin core addition would help me to organize my literature file in a better way.
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: XMP file question on tags

Post by void »

PDF XMP support is on my TODO list.

Thank you for the suggestion.
Post Reply