Search found 29 matches

by defza
Tue Mar 14, 2023 7:48 am
Forum: Everything 1.5 Alpha
Topic: what's the difference between "pause updates" and "stop updating" in index menu
Replies: 7
Views: 1732

Re: what's the difference between "pause updates" and "stop updating" in index menu

Maybe it should be called "stop monitoring (ignore changes)"?
and "Pause index updates (keep monitoring)"
by defza
Mon Oct 31, 2022 10:44 am
Forum: Everything 1.5 Alpha
Topic: Column Formula's - how to reference columns or fields that have spaces in their name
Replies: 4
Views: 888

Re: Column Formula's - how to reference columns or fields that have spaces in their name

Not possible to do it like Excel, 'my sheet name with spaces', they use single quotes to indicate it? Not essential though.
by defza
Mon Oct 31, 2022 10:41 am
Forum: Everything 1.5 Alpha
Topic: Column Formula's - how to reference columns or fields that have spaces in their name
Replies: 4
Views: 888

Re: Column Formula's - how to reference columns or fields that have spaces in their name

Thanks for that, would be good to have that info on the documentation for reference
by defza
Mon Oct 31, 2022 10:06 am
Forum: Everything 1.5 Alpha
Topic: Column Formula's - how to reference columns or fields that have spaces in their name
Replies: 4
Views: 888

Column Formula's - how to reference columns or fields that have spaces in their name

How do I reference the 'Regular Expression Match 0' column in the Column Formulas?
I'm trying something like regex:binary:content:^\x00+$ column1:=len("Regular Expression Match 0:")
but it doesn't seem ok?
How do we use columns with spaces in their name?
by defza
Mon Oct 31, 2022 9:57 am
Forum: Bug report
Topic: Finding a file containing only one type of character (nul) doesn't match all the right files regex:content
Replies: 2
Views: 7974

Re: Finding a file containing only one type of character (nul) doesn't match all the right files regex:content

The solution is to add the "binary:" option, ie.

Code: Select all

regex:binary:content:^\x00+$

(which is a bit weird, as the \x is a binary character essentially, so not sure why it wouldn't match without the binary: switch)
by defza
Mon Oct 31, 2022 9:50 am
Forum: Bug report
Topic: Finding a file containing only one type of character (nul) doesn't match all the right files regex:content
Replies: 2
Views: 7974

Finding a file containing only one type of character (nul) doesn't match all the right files regex:content

If I search for regex:content:^\x00+$ on certain folder/file, then it only finds one file, but the many others are never matched. All the files are just a bunch of nul characters, no newlines, nothing except nul characters. Here are 2 samples that I expected to match but are not matching: https://dr...
by defza
Wed Sep 14, 2022 2:56 pm
Forum: Suggestions
Topic: .lnk .url - Column & Preview
Replies: 3
Views: 2643

Re: .lnk .url - Column & Preview

I have some .lnk shortcuts that point to pdf files. I want to copy all the target files at once, but I always get the shortcut files only. I can turn on the "Shortcut Target" column, and I can right click in the column on one of the files and say "Copy Shortcut Target", then I ge...
by defza
Fri May 13, 2022 10:20 pm
Forum: General
Topic: Search/sort by frequency of file extension
Replies: 33
Views: 38126

Re: Search/sort by frequency of file extension

NotNull wrote: Fri May 13, 2022 10:17 pm With Everything version 1.5.0.1313a ?
Yes
by defza
Fri May 13, 2022 9:26 pm
Forum: General
Topic: Search/sort by frequency of file extension
Replies: 33
Views: 38126

Re: Search/sort by frequency of file extension

distinct:"Extension" gives you one entry for each extension. distinct:"Extension Frequency" gives you one entry for each frequency. So if there are 5 .txt files and 5 .jpg files, either .jpg or .txt will not be shown. I see, but your query just gives me a list of all extensions,...
by defza
Fri May 13, 2022 7:10 pm
Forum: General
Topic: Search/sort by frequency of file extension
Replies: 33
Views: 38126

Re: Search/sort by frequency of file extension

NotNull wrote: Fri May 13, 2022 1:08 pm The "lazy way": create bookmark for the following search
You rather mean:

Code: Select all

add-columns:Extension;"Extension Frequency"   distinct:"Extension Frequency" sort:"Extension Frequency"
by defza
Tue Apr 19, 2022 5:04 pm
Forum: Everything 1.5 Alpha
Topic: [Solved] Search for PDF files with content:
Replies: 26
Views: 16960

Re: [Solved] Search for PDF files with content:

I use a modified script from NotNull to create a list of files which need OCR. It uses pdftotext tool and creates a file need_ocr.txt in the dir with the PDFs. Currently it adds an unwanted space on the end of every name in the list. @echo off setlocal rem echo on pushd "%~dp0" cls ::____...
by defza
Mon Apr 18, 2022 3:17 pm
Forum: Everything 1.5 Alpha
Topic: [Solved] Search for PDF files with content:
Replies: 26
Views: 16960

Re: [Solved] Search for PDF files with content:

Error 3 is path not found. Is the U: drive online? Does Everything have access to your U: drive? (are you running Everything as an administrator?) Does forcing a rebuild from Tools -> Options -> Indexes -> Force Rebuild. Actually, I've got a global filter on showing results only from the available ...
by defza
Mon Apr 18, 2022 2:00 pm
Forum: Everything 1.5 Alpha
Topic: [Solved] Search for PDF files with content:
Replies: 26
Views: 16960

Re: [Solved] Search for PDF files with content:

Error 3 is path not found. Is the U: drive online? Does Everything have access to your U: drive? (are you running Everything as an administrator?) Does forcing a rebuild from Tools -> Options -> Indexes -> Force Rebuild. Sorry that was my mistake, ignore that part, i'ved edit it out now. It was a c...
by defza
Mon Apr 18, 2022 9:27 am
Forum: Everything 1.5 Alpha
Topic: [Solved] Search for PDF files with content:
Replies: 26
Views: 16960

Re: [Solved] Search for PDF files with content:

Thanks, but in this case, the file shows application/pdf as File SIgnature and content-type just fine. But in the log it says failed to load stream F:\Seminary\TheologyBible\theolibrary.shc.edu\www.duq.edu\documents\theology\_pdf\faculty-publications\Bulletin_of_Ecumenical_Theology_21_2009.pdf 80048...
by defza
Mon Apr 18, 2022 8:22 am
Forum: Everything 1.5 Alpha
Topic: Content Indexing Suggestions
Replies: 4
Views: 5080

Re: Content Indexing Suggestions

Content match cache:

How do I do a content search without the cache? e.g. force the query to do a raw content search from scratch?
Or to try and repopulate any attribute without using the cache values?
by defza
Sat Apr 16, 2022 3:45 pm
Forum: Everything 1.5 Alpha
Topic: [Solved] Search for PDF files with content:
Replies: 26
Views: 16960

Re: [Solved] Search for PDF files with content:

Hi, I would like to show the files that have the result of "failed to load stream". Is this possible? In my case, they are the one's that I'm looking for, basically, dirty or bad or textless PDF's. They usually have this attribute of not being able to be loaded. I saw error 8004807a in the...
by defza
Sun Apr 10, 2022 9:32 am
Forum: Everything 1.5 Alpha
Topic: Content Indexing Suggestions
Replies: 4
Views: 5080

Content Indexing Suggestions

Would like to see how many files are being searched? e.g. 23/2345 ? Also, how about being able to see what file is currently being searched? e.g. Tools -> Debug -> Show current operation details.... I would like to get an idea of how efficient my regex:content: search is, by guaging how it takes to ...
by defza
Thu Mar 31, 2022 6:57 am
Forum: Everything 1.5 Alpha
Topic: Window Title Format suggestion
Replies: 6
Views: 1959

Re: Window Title Format suggestion

Ctrl-N copies over the last used filter. It’s got to do with the settings about what to use when opening a new window, it’s got lots of settings that can be tweaked and defaults changed. That’s all there. That’s why I was thinking a ctrl-shift-n would maybe open one with everything clean. Yes, the f...
by defza
Wed Mar 30, 2022 8:04 pm
Forum: Everything 1.5 Alpha
Topic: Window Title Format suggestion
Replies: 6
Views: 1959

Re: Window Title Format suggestion

Oh thanks NotNull. That taught me two new things: A. Please consider changing your Home filter: In Everything , from the Tools menu, click Options . Click the Home tab on the left. Change Filter to Everything . Click OK . This will default your new search windows to use the Everything filter. This i...
by defza
Wed Mar 30, 2022 6:52 pm
Forum: Everything 1.5 Alpha
Topic: Window Title Format suggestion
Replies: 6
Views: 1959

Window Title Format suggestion

Nice. So many times the Filter is on something I don't expect, and then I don't find the thing I'm looking for. So I'm looking for a way to make it clear that this isn't "Everything", but rather just "Documents". 1. I would like to show what my current Filter (Everything, Documen...
by defza
Sat Mar 19, 2022 11:32 am
Forum: Everything 1.5 Alpha
Topic: Index not updating?
Replies: 7
Views: 5473

Re: Index not updating?

Maybe some useful information for dev to check out your issue: - the debug log as detailed above. - And maybe send some statistics: In Everything, from the Tools menu, under the Debug submenu, click Statistics. >> This will shown USN Journal information for each drive for further investigation. - so...
by defza
Mon Mar 14, 2022 1:43 pm
Forum: Everything 1.5 Alpha
Topic: Index not updating?
Replies: 7
Views: 5473

Re: Index not updating?

Thank you for the bug report defza, When you notice Everything 1.5 is no longer updating, could you please: In Everything 1.5 , from the Tools menu, under the Debug submenu, click Start debug logging . Create and delete a file on your external drive. wait for 1 minute. From the Tools menu, under th...
by defza
Wed Feb 23, 2022 9:25 am
Forum: Suggestions
Topic: Long running operation - I don't want to lose them so "easily"
Replies: 6
Views: 4164

Re: Long running operation - I don't want to lose them so "easily"

Same applies when closing the window and losing expensive results

Thanks.
by defza
Tue Feb 22, 2022 6:23 pm
Forum: Suggestions
Topic: Long running operation - I don't want to lose them so "easily"
Replies: 6
Views: 4164

Long running operation - I don't want to lose them so "easily"

Hi, If I've done a long running operation like a full content: search for example, and then I mistakenly press something in the search bar, or change something in the columns or something that causes the results to be rebuilt, I would like to be warned that I will lose these results. Perhaps a setti...
by defza
Fri Feb 18, 2022 5:34 pm
Forum: Suggestions
Topic: Search inside an mp3 file for some custom or non-standard id3 tag like the AcoustID
Replies: 15
Views: 13550

Re: Custom tags

We can search for them in Everything 1.5 Alpha using a custom tailored binary contents search. If you could attach a very tiny public domain MP3 file with a typical AcoustID tag, I can examine it in a hex editor and give you a couple search options. I see what you mean, a hex search on the contents...
by defza
Fri Feb 18, 2022 2:57 pm
Forum: Suggestions
Topic: Search inside an mp3 file for some custom or non-standard id3 tag like the AcoustID
Replies: 15
Views: 13550

Search inside an mp3 file for some custom or non-standard id3 tag like the AcoustID

void wrote: Fri Dec 04, 2020 6:18 am Searching, sorting by, displaying and indexing tags is in development.

Thank you for your suggestion.
So, I still can't search inside an mp3 file for some custom or non-standard id3 tag like the AcoustID for example, right?
Even if it's slow and non-indexed?
by defza
Wed Nov 17, 2021 7:43 pm
Forum: Everything 1.5 Alpha
Topic: Index not updating?
Replies: 7
Views: 5473

Index not updating?

Hi, I been using voidtools for years, but I notice with the 1.5 that most times new files and deleted files don't reflect their changes in the index anymore? Like I downloaded a file now to G:\ drive and it's not in the index, but the C:\ drive shortcut recent thing does show up. It's not in the Ind...
by defza
Sun May 17, 2020 7:55 pm
Forum: Bug report
Topic: Check for update not detecting new version
Replies: 14
Views: 37876

Re: Check for update not detecting new version

I also get confused when it says no Updates, then I go to the site and version currently downloadable is newer than the one I'm running. So, I guess the Check for Updates... function isn't entirely the truth. Then why not report in the "no updates" dialog that there are updates "XYZ v...