Page 1 of 1

Exif info - copy value and copy this item format

Posted: Sat Feb 15, 2025 8:44 pm
by krzysiu
Short version. I request...
  • ability to copy just value from properties window
  • simplification of copied text (removal of two windows style EOLs from copied text), when using "copy this item".
  • making copied text consistent - removal of additional (in relation to other tabs) spaces in Exiftool tab
Longer version, with details explained
It would be awesome if one could copy just value in properties dialogue, like Exif info. I don't know about the rest, but when it comes to me, I never had to copy both columns, when I need to copy something, it's always just a value.

Image

Of course, it's not a big deal to delete it manually, but it can be a hassle, when I need to copy and paste multiple values. And two EOL characters prevent pasting an item into a single line edit box.

Now, there's the other thing. I'm not sure if it's a bug or not. If that's too unrelated, I'll make another feature suggestion. So the same dialogue and menu allows you to "Copy this item", but the format is quite... complicated and non-consistent.

This is how whitespaces/non-printable characters look, when copied from Exif tab.
Image
I'd expect

Code: Select all

ITEM\tVALUE
or other than \t separator, but instead it's

Code: Select all

ITEM\tVALUE\t\r\n\r\n
Five whitespace characters at the end of the string (tab + 2x Windows EOL) serving no purpose and could be, in my opinion, safely removed

Let's copy the same value from Exiftool tab:
Image
Now it's (let's assume \s is space)

Code: Select all

ITEM\s\t\sVALUE\t\r\n\r\n
As far as I checked, Exiftool tab is the only tab with different format.

Re: Exif info - copy value and copy this item format

Posted: Wed Mar 05, 2025 10:05 am
by xnview
See issue for current status and some details.

Re: Exif info - copy value and copy this item format

Posted: Thu Mar 27, 2025 9:01 am
by xnview
This problem is supposed to be fixed in XnView MP 1.8.7. Please check and confirm the bug fix here.