Page 1 of 1
Including XMP Description in fullscreen info
Posted: Sun Dec 05, 2021 12:16 pm
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.

Re: Including XMP Description in fullscreen info
Posted: Wed Dec 08, 2021 10:37 am
by xnview
Currently {XMP:xxx} can be used in Batch rename/convert, Transfert but not yet for displaying
Re: Including XMP Description in fullscreen info
Posted: Thu Dec 09, 2021 3:48 pm
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.

Re: Including XMP Description in fullscreen info
Posted: Wed Dec 15, 2021 7:54 am
by xnview
I'll add a
setting in xnview.ini to enable a test feature
Re: Including XMP Description in fullscreen info
Posted: Mon Dec 20, 2021 3:40 pm
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!
Re: Including XMP Description in fullscreen info
Posted: Thu Jan 13, 2022 12:36 pm
by xnview
This problem is supposed to be fixed in
XnView MP 0.99.7. Please check and confirm the bug fix here.
Re: Including XMP Description in fullscreen info
Posted: Fri Jan 14, 2022 10:20 pm
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 (7.42 KiB) Viewed 19408 times
Rel. 0.99.7 x64:

- 2022-01-14__23-16-51.png (7.13 KiB) Viewed 19408 times
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>
Re: Including XMP Description in fullscreen info
Posted: Mon Jan 17, 2022 9:27 am
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...
Re: Including XMP Description in fullscreen info
Posted: Mon Jan 17, 2022 1:08 pm
by cicciobello
Ah, OK.

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