XNView and Sidecar files
Moderators: helmut, XnTriq, xnview
XNView and Sidecar files
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.
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
This iptv/xmp dialog.
Re: XNView and Sidecar files
yes, 'Edit IPTC' always edit embedded metadata not sidecar. A new dialog to edit XMP will be added in next releasepsycik wrote: Thu Oct 29, 2020 5:38 pm This iptv/xmp dialog.
80FA49BC-5512-40E6-88E3-E12B31699DBA.jpeg
Pierre.
Re: XNView and Sidecar files
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.
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
you want to view metadata from video files?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.
Pierre.
Re: XNView and Sidecar files
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.
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
you can use XMP sidecar for video filespsycik 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.
Pierre.
Re: XNView and Sidecar files
yes, but they only get category information.
what about infornation from caption tab, or source tab, keywords tab from the iptc/xmp dualog (pitures above)?
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>
Re: XNView and Sidecar files
IPTC dialog change only embedded IPTC metadata. In next version you'll have a 'Edit XMP' dialog
Pierre.
Re: XNView and Sidecar files
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.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
Re: XNView and Sidecar files
edit the embedded xmp data from a video file? or sidecar?bwmarrin wrote: Sun Jul 24, 2022 7:05 pmCurious, 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.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
Pierre.
Re: XNView and Sidecar files
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.