Any way to force retrieval of a property?
-
dedupeit
- Posts: 59
- Joined: Thu Jul 28, 2022 9:52 pm
Any way to force retrieval of a property?
In my configuration, I have it set to get SHA-256 for a set of extensions (pictures, videos, etc). At times, I want to get the SHA-256 of the search result regardless of whether the files match the configured set of extensions. Is there a way to do that?
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Any way to force retrieval of a property?
No.
One option is to fire up another instance with no sha256 property indexing.
Another option:
Selecting the file.
Right click the result list column header and click Add columns.
Type in:
Right click the property list column header and click Preview.
One option is to fire up another instance with no sha256 property indexing.
Another option:
Selecting the file.
Right click the result list column header and click Add columns.
Type in:
sha256Right click the property list column header and click Preview.
-
dedupeit
- Posts: 59
- Joined: Thu Jul 28, 2022 9:52 pm
Re: Any way to force retrieval of a property?
Thanks for the reply void!
I don't see the "Preview" option. I'm running 1.5.0.1384a.
I don't see the "Preview" option. I'm running 1.5.0.1384a.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Any way to force retrieval of a property?
It's in the Select Property Dialog.
Not the main window.
Not the main window.
-
dedupeit
- Posts: 59
- Joined: Thu Jul 28, 2022 9:52 pm
Re: Any way to force retrieval of a property?
Oh I see. Since that's for a single file, it will make more sense in my use case to create another instance for this. Thanks!