Rescan certain properties (for ex. SHA-256) for certain files

Discussion related to "Everything" 1.5 Alpha.
Post Reply
tirael
Posts: 7
Joined: Mon Sep 30, 2024 9:19 am

Rescan certain properties (for ex. SHA-256) for certain files

Post by tirael »

Good day! Your program is a great example of how to write programs =)
However, for me there are some small unclear moments, one of which I will write about below.

I added the "SHA-256" property for file scanning, then added folders (I also added drives C:, D:, ... as folders), and then ran the scan. As expected, getting SHA-256 hashes took quite a long time and took several days.

After the scan was finished, it turned out that for some files, for some reason, SHA-256 hashes were not obtained. I tried to do Rescan, but it did not help. The only thing that worked was when I moved the file to a new location and then ran Rescan. But this is a bad solution, because there are about several thousand files without hashes.

What can be done to forcefully update the SHA-256 property for some files - for example, for selected ones, or for those with an empty hash, or something like that?
tirael
Posts: 7
Joined: Mon Sep 30, 2024 9:19 am

Re: Rescan certain properties (for ex. SHA-256) for certain files

Post by tirael »

As an example, I will provide a screenshot showing the absence of a SHA-236 hash for some files
2024-10-15 15_43_30-files_ - Everything (1.5a) 1.5.0.1383a (x64).png
2024-10-15 15_43_30-files_ - Everything (1.5a) 1.5.0.1383a (x64).png (197.61 KiB) Viewed 833 times
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

Re: Rescan certain properties (for ex. SHA-256) for certain files

Post by therube »

Are the particular files "in use" (in the process of being generated)?

Are you using the Everything Service?

Might it be a permissions issue?
Length?
Unicode char?


But moving & rescan did work... ?
void
Developer
Posts: 16734
Joined: Fri Oct 16, 2009 11:31 pm

Re: Rescan certain properties (for ex. SHA-256) for certain files

Post by void »

Select the files with missing sha256 values and press Ctrl + F5 to refresh the indexed property values.
tirael
Posts: 7
Joined: Mon Sep 30, 2024 9:19 am

Re: Rescan certain properties (for ex. SHA-256) for certain files

Post by tirael »

therube wrote: Tue Oct 15, 2024 2:42 pm Are the particular files "in use" (in the process of being generated)?

Are you using the Everything Service?

Might it be a permissions issue?
Length?
Unicode char?


But moving & rescan did work... ?
My English is not very good, so I will answer briefly.

"in use" - no
using service - no, always launched the application manually (double click) with administrator rights
permissions issue - no, I use simple network folders (Linux Samba) without access restrictions
Length - file size from 0 bytes to 100 GB
Unicode char - paths to files and file names are different - somewhere only English words and numbers without spaces, somewhere with spaces, somewhere containing non-English characters (for example, French, Italian, Russian letters)
moving & rescan did work - yes, if I moved files to a new location and rescanned, then apparently it is perceived as a completely new item
tirael
Posts: 7
Joined: Mon Sep 30, 2024 9:19 am

Re: Rescan certain properties (for ex. SHA-256) for certain files

Post by tirael »

void wrote: Wed Oct 16, 2024 12:34 am Select the files with missing sha256 values and press Ctrl + F5 to refresh the indexed property values.
It worked, just great! Thank you very much!
Post Reply