JPEG comment tag

Discussion related to "Everything" 1.5 Alpha.
Post Reply
WarpEnterprises
Posts: 3
Joined: Wed Jan 02, 2019 7:57 am

JPEG comment tag

Post by WarpEnterprises »

The new "properties" is a great feature!
But I didn't find a way to load a JPEG comment. Is this not implemented or did I make a mistake?
Attached is a small sample file. The tag ("TEST") was written with Faststone image viewer and can be read with Xnview.
Attachments
comment.jpg
comment.jpg (1006 Bytes) Viewed 11779 times
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: JPEG comment tag

Post by void »

Thank you for bringing this issue to my attention WarpEnterprises,

The next alpha update will support JPEG comments.
WarpEnterprises
Posts: 3
Joined: Wed Jan 02, 2019 7:57 am

Re: JPEG comment tag

Post by WarpEnterprises »

That sounds great!! Waiting and standing by for tests :)
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: JPEG comment tag

Post by void »

Everything 1.5.0.1286a adds support for JPEG comments (APP0 marker).
redbacks
Posts: 10
Joined: Tue Nov 16, 2021 3:24 am

Re: JPEG comment tag

Post by redbacks »

Am I missing something. Does this feature allow us to edit tags while in details mode. ? If so then where do I find it. Thank you.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: JPEG comment tag

Post by void »

The EXIF comment can be edited from right-clicking the jpg file and clicking Properties -> Details -> Comments

APP0 marker will override the EXIF comment and cannot be edited this way.
tuska
Posts: 914
Joined: Thu Jul 13, 2017 9:14 am

Re: JPEG comment tag

Post by tuska »

void wrote: Sun Dec 05, 2021 3:23 am The EXIF comment can be edited from right-clicking the jpg file and clicking Properties -> Details -> Comments
I think the user WarpEnterprises meant the following:
2021-12-05_comment.png
2021-12-05_comment.png (67.57 KiB) Viewed 9350 times
 
Here it would be helpful if one could
- mark the image in Everything AND then
- click on the properties one after the other ...
so that one can see in this window ("Select Property") whether there is a "field content", e.g. comment, description, etc. for this picture.

At the moment one have to display the columns from different topics, eg "Exif", "Picture", "Document" to be able to determine
whether field contents are available. This also means, however, that one may have to hide columns afterwords that are no longer needed.

Currently I see the problem that for 1 image only the following is available:
a) Properties -> Details -> Comments
    AND
b) JPG/JPEG Comment

Code: Select all

Name	  Type	    Canonical Name
Comment	  Metadata  Comment
tuska
Posts: 914
Joined: Thu Jul 13, 2017 9:14 am

Re: JPEG comment tag

Post by tuska »

I can already see the comment on the picture in the new preview (Everything 1.5.0.1288a (x64).
However, the comment was not shown in the column "Comment" after calling up the picture.
2021-12-09_JPEG_Comment_Everything 1.5.0.1288a (x64).png
2021-12-09_JPEG_Comment_Everything 1.5.0.1288a (x64).png (56.87 KiB) Viewed 8747 times
However, comments on Word documents are shown in the "Comment" column:
Document ...

Code: Select all

Name:	  Type:	     Canonical Name
Comment   Metadata   Comment
It should also be mentioned that the comment "TEST" is also displayed under the "Document" property in the preview.
Nothing is displayed in the "Comment" field.

Thereupon I have hidden the column "Comment" (Document)
and displayed it again as follows:
Exif ...

Code: Select all

Name:	  Type:	     Canonical Name
Comment   Metadata   Comment
Unfortunately, that didn't help, because the comment on the picture was not displayed.

So please check it out.
Thanks!
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: JPEG comment tag

Post by void »

Thanks for the feedback tuska,

Are you by chance indexing the comment property under Tools -> Options -> Properties?

The preview will always gather properties from disk (not the index)
tuska
Posts: 914
Joined: Thu Jul 13, 2017 9:14 am

Re: JPEG comment tag

Post by tuska »

void wrote: Fri Dec 10, 2021 4:09 am Are you by chance indexing the comment property under Tools -> Options -> Properties?
Yes, but not for pictures.
2021-12-10_Properties_Comment.png
2021-12-10_Properties_Comment.png (22.85 KiB) Viewed 8516 times
The poster would like to have the comment of this picture:
2021-12-05_comment_FastStone Image Viewer.png
2021-12-05_comment_FastStone Image Viewer.png (8.94 KiB) Viewed 8516 times
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: JPEG comment tag

Post by void »

Yes, but not for pictures.
Only indexed property values are shown when you index the Comment property.
(in this case, Everything will not gather or display non-indexed Comment properties).

The Select Property -> Preview will always gather the property from disk. (never the index)

Please try including *.jpg in your comment property filter.
or fire up another instance without comment property indexing to check.
Everything should show the comment property value as TEST for this example image.

Side note: The EXIF comment will override the APP0 comment.
tuska
Posts: 914
Joined: Thu Jul 13, 2017 9:14 am

Re: JPEG comment tag

Post by tuska »

2void
Thank you for this detailed information!

Unfortunately a mistake on my part to have overlooked it: :oops:
void wrote: Mon Dec 13, 2021 1:08 am ...
Only indexed property values are shown when you index the Comment property.
(in this case, Everything will not gather or display non-indexed Comment properties).
...
After indexing the file type JPG, the comment is now also displayed in the column "Comment".
2021-12-13_Properties-JPG_Comment_JPG comment.png
2021-12-13_Properties-JPG_Comment_JPG comment.png (33 KiB) Viewed 8052 times
Thanks again!
Post Reply