Code: Select all
"S:\sdcard\DCIM\Camera" filelist:"file 1.jpg";"file 2.jpg"...;"file N.jpg"Code: Select all
"S:\sdcard\DCIM\Camera" filelist:"file 1.jpg";"file 2.jpg"...;"file N.jpg"I am reading from a android webdav network drive in windows 10. Is this the cause for it to be slow ? I have sent you an email with the generated log just nowvoid wrote: Wed Oct 04, 2023 8:14 am I would need to see debug logs to work out why it's slow..
Exit Everything (File -> Exit)
In Everything, from the Tools menu, under the Debug submenu, click Start Debug Logging.
Perform your search, for example:
"S:\sdcard\DCIM\Camera" filelist:"file 1.jpg";"file 2.jpg"...;"file N.jpg"
Select all files and read extended information from the File menu.
Avoid performing an action on the result list.
Wait for the wait/cancel dialog.
Click Cancel.
From the Tools menu, under the Debug submenu, click Stop Debug Logging.
---this will open your Everything Debug Log.txt
Please send this file to support@voidtools.com
Everything will show the wait/cancel dialog if you perform an action on the result list when Everything is busy.
Reading metadata from an SDCard will be extremely slow.
Don't expect good performance here.
Copy the files to a fast medium, like an SSD.
Everything uses the Windows Property System to read most metadata.
Hello, so I've copied some files from the webdav network drive locally into the desktop and the date taken fields updated quickly. But still, what's the reason the network drives updates metadata so slow?void wrote: Wed Oct 04, 2023 8:27 am Yes, most likely.
Please try copying the files locally and see if the issue persists.
You ignore the fact that network files are not the same as local stored data.anmac1789 wrote: Wed Oct 04, 2023 9:01 am Hello, so I've copied some files from the webdav network drive locally into the desktop and the date taken fields updated quickly. But still, what's the reason the network drives updates metadata so slow?
ahh ok so it's always going to take time...horst.epp wrote: Wed Oct 04, 2023 11:36 amYou ignore the fact that network files are not the same as local stored data.anmac1789 wrote: Wed Oct 04, 2023 9:01 am Hello, so I've copied some files from the webdav network drive locally into the desktop and the date taken fields updated quickly. But still, what's the reason the network drives updates metadata so slow?
At least part of a file has to be downloaded before the metadata can be fetched.