Page 1 of 1

XNView and Sidecar files

Posted: Tue Oct 27, 2020 3:25 am
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.

Re: XNView and Sidecar files

Posted: Thu Oct 29, 2020 1:24 pm
by xnview
with IPTC dialog?

Re: XNView and Sidecar files

Posted: Thu Oct 29, 2020 5:38 pm
by psycik
This iptv/xmp dialog.
80FA49BC-5512-40E6-88E3-E12B31699DBA.jpeg

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 6:23 am
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

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 6:37 am
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.

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 6:38 am
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?

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 7:26 am
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.

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 7:28 am
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

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 8:18 am
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)?

Re: XNView and Sidecar files

Posted: Fri Oct 30, 2020 9:27 am
by xnview
IPTC dialog change only embedded IPTC metadata. In next version you'll have a 'Edit XMP' dialog

Re: XNView and Sidecar files

Posted: Sun Jul 24, 2022 7:05 pm
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.

Re: XNView and Sidecar files

Posted: Wed Jul 27, 2022 7:38 am
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?

Re: XNView and Sidecar files

Posted: Thu Jul 28, 2022 5:26 pm
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.