XNView and Sidecar files

Ask for help and post your question on how to use XnView MP.

Moderators: helmut, XnTriq, xnview

Post Reply
psycik
Posts: 15
Joined: Tue Oct 27, 2020 3:20 am

XNView and Sidecar files

Post by psycik »

Just started using xnview and have started tagging and adding metadata to some of my images.

I'm not overly keen on changing the original images that seems to occur with xmp and iptc entries....but cant work out the workflow for triggering a sidecar xmp file from being generated.

They are definitely created when I add an image to a category then click away from it. But I want to add caption, keywords and country information from teh edit IPTC-IIM/XMP dialog.

When I hit write files on XMP mode only (with create/update xmp sidecar files set in the metadata options), is it updating the jpg file, or writing the sidecar files, I can't really tell.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XNView and Sidecar files

Post by xnview »

with IPTC dialog?
Pierre.
psycik
Posts: 15
Joined: Tue Oct 27, 2020 3:20 am

Re: XNView and Sidecar files

Post by psycik »

This iptv/xmp dialog.
80FA49BC-5512-40E6-88E3-E12B31699DBA.jpeg
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XNView and Sidecar files

Post by xnview »

psycik wrote: Thu Oct 29, 2020 5:38 pm This iptv/xmp dialog.
80FA49BC-5512-40E6-88E3-E12B31699DBA.jpeg
yes, 'Edit IPTC' always edit embedded metadata not sidecar. A new dialog to edit XMP will be added in next release
Pierre.
psycik
Posts: 15
Joined: Tue Oct 27, 2020 3:20 am

Re: XNView and Sidecar files

Post by psycik »

Are there xmp options for video files as well? At the moment they seem to get categories. I was hoping for subject/description type stuff.


I’m trying to migrate from google photos to photoprism and was playing with xnview for categorisation and titling of videos. As they can’t get exif information from those.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XNView and Sidecar files

Post by xnview »

psycik wrote: Fri Oct 30, 2020 6:37 am Are there xmp options for video files as well? At the moment they seem to get categories. I was hoping for subject/description type stuff.


I’m trying to migrate from google photos to photoprism and was playing with xnview for categorisation and titling of videos. As they can’t get exif information from those.
you want to view metadata from video files?
Pierre.
psycik
Posts: 15
Joined: Tue Oct 27, 2020 3:20 am

Re: XNView and Sidecar files

Post by psycik »

No I want to create sidecar metadata for video files. That are in same folders as pictures, and xnview seems to support them well.

So in xnview after categorising a video, I’d then like to title it. And have category and title in the xmp sidecar file.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XNView and Sidecar files

Post by xnview »

psycik wrote: Fri Oct 30, 2020 7:26 am No I want to create sidecar metadata for video files. That are in same folders as pictures, and xnview seems to support them well.

So in xnview after categorising a video, I’d then like to title it. And have category and title in the xmp sidecar file.
you can use XMP sidecar for video files
Pierre.
psycik
Posts: 15
Joined: Tue Oct 27, 2020 3:20 am

Re: XNView and Sidecar files

Post by psycik »

yes, but they only get category information.

Code: Select all

<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 6.0.0">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
            xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0/"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:lr="http://ns.adobe.com/lightroom/1.0/">
         <xmp:Rating>0</xmp:Rating>
         <xmp:Label/>
         <MicrosoftPhoto:Rating>0</MicrosoftPhoto:Rating>
         <dc:subject>
            <rdf:Bag>
               <rdf:li>Travel</rdf:li>
               <rdf:li>Videos</rdf:li>
               <rdf:li>Greece</rdf:li>
               <rdf:li>Santorini</rdf:li>
            </rdf:Bag>
         </dc:subject>
         <lr:hierarchicalSubject>
            <rdf:Bag>
               <rdf:li>Travel</rdf:li>
               <rdf:li>Videos</rdf:li>
               <rdf:li>Travel|Greece</rdf:li>
               <rdf:li>Travel|Greece|Santorini</rdf:li>
            </rdf:Bag>
         </lr:hierarchicalSubject>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
what about infornation from caption tab, or source tab, keywords tab from the iptc/xmp dualog (pitures above)?
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XNView and Sidecar files

Post by xnview »

IPTC dialog change only embedded IPTC metadata. In next version you'll have a 'Edit XMP' dialog
Pierre.
bwmarrin
Posts: 14
Joined: Sat Jan 01, 2022 6:43 pm

Re: XNView and Sidecar files

Post by bwmarrin »

xnview wrote: Fri Oct 30, 2020 9:27 am IPTC dialog change only embedded IPTC metadata. In next version you'll have a 'Edit XMP' dialog
Curious, when will the Edit XMP dialog be available for video files? I love XnView but I need a tool I can also set xmp metadata on video files as I mix more and more videos into my library.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XNView and Sidecar files

Post by xnview »

bwmarrin wrote: Sun Jul 24, 2022 7:05 pm
xnview wrote: Fri Oct 30, 2020 9:27 am IPTC dialog change only embedded IPTC metadata. In next version you'll have a 'Edit XMP' dialog
Curious, when will the Edit XMP dialog be available for video files? I love XnView but I need a tool I can also set xmp metadata on video files as I mix more and more videos into my library.
edit the embedded xmp data from a video file? or sidecar?
Pierre.
bwmarrin
Posts: 14
Joined: Sat Jan 01, 2022 6:43 pm

Re: XNView and Sidecar files

Post by bwmarrin »

xnview wrote: Wed Jul 27, 2022 7:38 am edit the embedded xmp data from a video file? or sidecar?
Being able to edit sidecar XMP files for Video files. So things like Title/Description and other metadata can be saved about them. I was just searching for doing that and I saw this post was discussing it so I jumped in here to see if there was any news on if/when that would be available.
Post Reply