I have many PNG images that contain text info in their tEXt chunk info. For example:
Is it possible to make Everything search for text in the PNG tEXt chunk info?
I have attached an example image with some tEXt info to this post.
Searching in PNG tEXt chunks
Searching in PNG tEXt chunks
- Attachments
-
- text chunk metadata.png (645 Bytes) Viewed 1855 times
Re: Searching in PNG tEXt chunks
Everything only supports the following PNG tEXt chunks:
- Software
- Author
- Title
- Comment
- Description
- Copyright
Re: Searching in PNG tEXt chunks
Thanks for the info! At the moment, how do you search by those builtin tEXt chunks, and are they indexed by everything?
Re: Searching in PNG tEXt chunks
To find png files with at least one of the supported tEXt chunks, include the following in your search:
This will show all supported tEXt chunk columns and show png files where at least one of the supported tEXt chunks is defined.
Search Syntax:
To index these properties:
Code: Select all
*.png add-column:software;author;title;comment;description;copyright <software: | author: | title: | comment: | description: | copyright:>
Search Syntax:
Code: Select all
*.png software:"My software tag"
*.png author:"My Author"
*.png title:"My Title"
*.png comment:"My Comment"
*.png description:"My Description"
*.png copyright:"My Copyright"
To index these properties:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Properties tab on the left.
- Click Add....
- Select: your desired property to index and click OK.
(repeat for additional properties) - Click OK.