Including XMP Description in fullscreen info

*** Please try to reproduce your bug and confirm the bug fix. ***

Moderators: helmut, XnTriq, xnview, Dreamer

cicciobello
Posts: 226
Joined: Wed Dec 25, 2013 7:08 pm

Including XMP Description in fullscreen info

Post by cicciobello »

I would like to use only XMP sidecar for descriptions and rating.
I would like not use IPTC: rewrite every time 800MB-2GB TIFF file on NAS is long time. :-(
I have in sidecar correctly inserted dc:description (Tools > Metadata > Edit XMP).

Question: Is it possible to view in fullscreen info the text from XMP sidecar dc:description?

This is possible for {IPTC:Caption}, but {XMP:something} don't works.

My workaround: insert dc:description in XMP sidecar companion file.
Copy/Paste this text in Description in "descript.ion" file.
Insert {Annotation} in fullscreen info.
But this is a wrong work. :-(
User avatar
xnview
Author of XnView
Posts: 45944
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Including XMP Description in fullscreen info

Post by xnview »

Currently {XMP:xxx} can be used in Batch rename/convert, Transfert but not yet for displaying
Pierre.
cicciobello
Posts: 226
Joined: Wed Dec 25, 2013 7:08 pm

Re: Including XMP Description in fullscreen info

Post by cicciobello »

Well, then I use XMP companion through Edit->XMP, then copy Description to "descript.ion" file and view this data in fullscreen with {Annotation}.
A little confusing, time-wast solution and an error-factory, but this is the only way. :-(
User avatar
xnview
Author of XnView
Posts: 45944
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Including XMP Description in fullscreen info

Post by xnview »

I'll add a setting in xnview.ini to enable a test feature
Pierre.
cicciobello
Posts: 226
Joined: Wed Dec 25, 2013 7:08 pm

Re: Including XMP Description in fullscreen info

Post by cicciobello »

xnview wrote: Wed Dec 15, 2021 7:54 am I'll add a setting in xnview.ini to enable a test feature
Y - E - A - H ! ! !
I look forward to the next release!
Thank you!
User avatar
xnview
Author of XnView
Posts: 45944
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Including XMP Description in fullscreen info

Post by xnview »

This problem is supposed to be fixed in XnView MP 0.99.7. Please check and confirm the bug fix here.
Pierre.
cicciobello
Posts: 226
Joined: Wed Dec 25, 2013 7:08 pm

Re: Including XMP Description in fullscreen info

Post by cicciobello »

Yeah. With {XMP:description} I can insert in fullscreen-info the data from XMP companion.

But... I have now a problem in fullscreen-info, not present in 0.99.6 x64.
Some spaces appears somewhere.

Rel. 0.99.6 x64:
2022-01-14__23-16-19.png

Rel. 0.99.7 x64:
2022-01-14__23-16-51.png
This is the first line:

Code: Select all

<font color="LightBlue"> <b> [{File Index}] </b> </font> <font color="Yellow"> {Filename With Ext} </font> <font color="LightGreen"> ({Zoom}%) </font> <font color="Grey"> {Directory} </font>
You do not have the required permissions to view the files attached to this post.
User avatar
xnview
Author of XnView
Posts: 45944
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Including XMP Description in fullscreen info

Post by xnview »

cicciobello wrote: Fri Jan 14, 2022 10:20 pm

Code: Select all

<font color="LightBlue"> <b> [{File Index}] </b> </font> <font color="Yellow"> {Filename With Ext} </font> <font color="LightGreen"> ({Zoom}%) </font> <font color="Grey"> {Directory} </font>
yes now all spaces are kept...
Pierre.
cicciobello
Posts: 226
Joined: Wed Dec 25, 2013 7:08 pm

Re: Including XMP Description in fullscreen info

Post by cicciobello »

Ah, OK. :-)
I left spaces for better readability. Now, I strip all unnecessary spaces and now it is OK. Thank you.