Search found 597 matches

by Debugger
Mon May 06, 2024 9:10 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 9
Views: 83

Re: Problem with regular expressions for complex search operations in unicode names.

Now it searches, but the results are incorrect/VERY BAD, for example.
“F:\English vs Carly Rae Jepsen - Good Time(DjBex Electro Rmx 2022).mp3”

OTHER TITLE / OTHER ARTIST NAME
Good Time WRONG TITLE
DjBex WRONG ARTIST NAME

sholulbe:
"Time"
sholdbe
"DjB"
by Debugger
Mon May 06, 2024 8:58 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 9
Views: 83

Re: Problem with regular expressions for complex search operations in unicode names.

Actually, it has to search on multiple drives/partitions at the same time.
Example:

F:\Electro\【D独家】Millenium - Time(DjB Electro Rmx 2023).mp3
谢锋 - 前前左右(DjB Electro Rmx 2024 粤语).mp3
by Debugger
Mon May 06, 2024 8:09 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 9
Views: 83

Re: Problem with regular expressions for complex search operations in unicode names.

But my regex doesn't even work in Everything. In all editors my expressions work, but never in Everything. It returns 0 results. So, I can't specify it. I only tested in the text editor with Boost.Regex engine and Onigmo and I also tested in MaserSeeker but CPU usage was 100% (overloading all CPU co...
by Debugger
Sun May 05, 2024 1:53 pm
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 9
Views: 83

Problem with regular expressions for complex search operations in unicode names.

Problem with regular expressions for complex search operations in unicode names. The problem stems from the fact that my regex contains a negative condition and I can't match all the names to a single performer name. Someone can help, because for one it matches and for another it doesn't and so I ke...
by Debugger
Sun May 05, 2024 12:14 pm
Forum: General
Topic: How to copy/save ONLY all the highlighted titles into notepad/text editor?
Replies: 1
Views: 34

How to copy/save ONLY all the highlighted titles into notepad/text editor?

I wrote a regular expression to highlight song titles in Everything 1.5a, but my question is how to copy or save ONLY all the highlighted titles into notepad/text editor?

Code: Select all

(?<= - )[^\(\)]+(?=\()
by Debugger
Fri May 03, 2024 1:54 pm
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Re: Graphic artefacts in Everything.

A while ago there were artifacts, I checked the GDI, almost 10000 was for IDM (Internet Download Manager)
by Debugger
Fri May 03, 2024 4:04 am
Forum: General
Topic: Problem with visibility of highlighted file names!
Replies: 6
Views: 153

Re: Problem with visibility of highlighted file names!

Set the inactive selected background color under Tools -> Options -> Fonts and Colors -> Item = Result List > Inactive Selected I configured it according to your tutorial, but I still have a gray highlight, for example, when I click another Small Player window or "Play Music", it still go...
by Debugger
Fri May 03, 2024 3:04 am
Forum: General
Topic: Problem with visibility of highlighted file names!
Replies: 6
Views: 153

Re: Problem with visibility of highlighted file names!

If it is not the selection color, it might be the offline color. Everything will render offline files with 50% transparency. To render offline files normally: In Everything 1.5 , from the Tools menu, click Options . Click the Advanced tab on the left. To the right of Show settings containing , sear...
by Debugger
Thu May 02, 2024 3:40 pm
Forum: General
Topic: Problem with visibility of highlighted file names!
Replies: 6
Views: 153

Problem with visibility of highlighted file names!

Problem with visibility of highlighted file names!
Everything sometimes highlights the selection in blue (good to see) and sometimes in light gray and I can't see anything.
How to set other highlight colors. I don't want this light gray color!
by Debugger
Thu May 02, 2024 10:13 am
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Re: Graphic artefacts in Everything.

By default I have 10000, but I found various articles about it on the Internet that you can change in the registry.

Code: Select all

GDIProcessHandleQuota
USERProcessHandleQuota
by Debugger
Thu May 02, 2024 9:03 am
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Re: Graphic artefacts in Everything.

In the section “GDI Object” there is no information about [bgcolor=]“MEMORY LEAK” there are only numbers that do not say anything.
by Debugger
Thu May 02, 2024 8:36 am
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Re: Graphic artefacts in Everything.

The back buffer is in a corrupt state. This can be caused by shell extensions. Please try disabling icon shell extensions: In Everything 1.5 , from the Tools menu, click Options . Click the Advanced tab on the left. To the right of Show settings containing , search for: icon Select: icon_shell_exte...
by Debugger
Wed Apr 24, 2024 2:56 pm
Forum: General
Topic: Regex issue Chinese / English problem VERY COMPLEX
Replies: 2
Views: 145

Re: Regex issue Chinese / English problem VERY COMPLEX

Writing complex expressions or scripts is a hassle. The only solution in seconds is to type a partial name and sort by name. This works instantly, but I don't know if it does in all cases. It sorts the English names first and then the Chinese names, and I'm just interested in only the initial Chines...
by Debugger
Wed Apr 24, 2024 9:52 am
Forum: General
Topic: Regex issue Chinese / English problem VERY COMPLEX
Replies: 2
Views: 145

Regex issue Chinese / English problem VERY COMPLEX

Name search problem (complex regular expressions) I have written many regexes, tested an 101Regex but it still does not find what I expect I want to match file names with the following criteria: Files start with Example: 【DU独】任 【DU独】萧 【DU独】张 A Chinese (NOT ENGLISH!) character as part of the artist's...
by Debugger
Tue Apr 23, 2024 6:30 pm
Forum: General
Topic: Regex issue (MultinameSearch)
Replies: 4
Views: 194

Re: Regex issue (MultinameSearch)

But a super-fast search doesn't involve many steps, you just need to instantly combine the names in one or 2 steps, and then within seconds have the results in MasterSeeker, without having to add yet another command (typing) in Everything. As simple as possible. Script python: import re import re # ...
by Debugger
Tue Apr 23, 2024 1:24 pm
Forum: General
Topic: Regex issue (MultinameSearch)
Replies: 4
Views: 194

Re: Regex issue (MultinameSearch)

If I have to perform operations in Everything (which I do not fully understand) then I already prefer to simple paste the text (as regex) in MasterSeeker so it is faster. What you have provided is certainly a valuable tutorial, but rather not for me such fun every time ((too many steps)).
by Debugger
Tue Apr 23, 2024 10:04 am
Forum: General
Topic: Regex issue (MultinameSearch)
Replies: 4
Views: 194

Regex issue (MultinameSearch)

^(?!.* (filename1|filename2|filename300) $ ).*ArtistName.*\.mp3$ Entering a long regex can be cumbersome, especially when I have many file names to search. Is there any way to manage this process more efficiently? And tell me what should be added to my regex so that it searches only in folders that...
by Debugger
Mon Apr 22, 2024 9:48 am
Forum: General
Topic: Regular expression: "Italian sentences"
Replies: 2
Views: 159

Regular expression: "Italian sentences"

Is there a regular expression that can recognize at least some "Italian words" in file names Or the file name contains at least some one word in Italian. This is not an easy task, here you need experts in "special expressions". I'm just trying to find the name of Italian songs in...
by Debugger
Mon Apr 15, 2024 11:08 am
Forum: Bug report
Topic: Clicking problems (left button)
Replies: 3
Views: 230

Re: Clicking problems (left button)

Solved.
by Debugger
Mon Apr 15, 2024 10:00 am
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Re: Graphic artefacts in Everything.

To see if the problem occurs, I need to test it for several days. Since artifacts can appear after the computer has been running for several days (if it has been put into sleep mode repeatedly).
There are no artifacts at the moment.
by Debugger
Sun Apr 14, 2024 6:09 pm
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Re: Graphic artefacts in Everything.

No. It was a very long time ago. Now it's 2024, I have another PC and Win11, and only a 2TB SSD, and 64GB RAM DDR5.
This problem can occur if I put my computer to sleep every day (without shutting down or restarting)
by Debugger
Sat Apr 13, 2024 8:25 pm
Forum: General
Topic: Where is the calendar in Everything?
Replies: 2
Views: 175

Re: Where is the calendar in Everything?

NotNull wrote: Sat Apr 13, 2024 6:28 pm Menu > Search > Advanced Search
I am not asking about advanced settings, but about the calendar!
by Debugger
Sat Apr 13, 2024 7:30 pm
Forum: Bug report
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 401

Graphic artefacts in Everything.

Graphic artefacts in Everything. The problem occurs only in Applications that use the Master File Table (Everything and MasterSeeker). I observed an identical problem, disappearance of options/bar, function captions. I do not know how to solve this problem and what is it?

See Screenshot:
by Debugger
Sat Apr 13, 2024 5:40 pm
Forum: Bug report
Topic: Clicking problems (left button)
Replies: 3
Views: 230

Clicking problems (left button)

I constantly have a problem when I click on a file name, it often happens that the name goes into selection and/or edit mode. How to solve this problem so that it doesn't select after clicking "rename". Simply when clicking on the list I want to open mp3 files. This is not the mouse's faul...
by Debugger
Sat Apr 13, 2024 5:25 pm
Forum: General
Topic: Where is the calendar in Everything?
Replies: 2
Views: 175

Where is the calendar in Everything?

Where is the calendar in Everything, e.g. Immediately show *.mp3 files from "today's day" only, without typing some dates each time..
E.g. Calendar is in "MasterSeeker", I can select any date in a few seconds.
by Debugger
Fri Apr 12, 2024 9:02 am
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 1652

Re: How to find many names (partial match of different names) of music files on disk?

Example The main artist is the same, the song title is the same, the remix artist is the same, but the two files differ only in the name. I tried all the popular tools and no tool on the market NEVER, NEVER, NEVER finds even 1 duplicate! So I perpetually have duplicates! Even a space makes a differe...
by Debugger
Mon Apr 08, 2024 1:36 am
Forum: Support
Topic: How to import a very large list of filenames from a text file for searching?
Replies: 6
Views: 291

Re: How to import a very large list of filenames from a text file for searching?

Now it showed the list, I clicked OK. And I see only "0 items"
It did not find any names
by Debugger
Mon Apr 08, 2024 12:13 am
Forum: Support
Topic: How to import a very large list of filenames from a text file for searching?
Replies: 6
Views: 291

Re: How to import a very large list of filenames from a text file for searching?

I don't have any file with .efu extension, I saved my names in Windows Notepad and as doesn't find anything.
Most of the names (generally the whole name of the song) are in Chinese-English.
by Debugger
Sun Apr 07, 2024 9:05 pm
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 1652

Re: How to find many names (partial match of different names) of music files on disk?

E.g.. Artist 1 - Name track (Name Artist 2 remix/mix etc here in brackets may be different additional names) and so the differences may be in brackets, but Artist 2 is always the same. Files may be repeated, but some have better quality and some worse, e.g. 96kb and the other 320kb. but some are onl...
by Debugger
Sun Apr 07, 2024 8:52 pm
Forum: Support
Topic: How to import a very large list of filenames from a text file for searching?
Replies: 6
Views: 291

How to import a very large list of filenames from a text file for searching?

How to import a very large list of filenames from a text file for searching? Each name on a separate line.
by Debugger
Fri Mar 22, 2024 10:35 am
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 1652

Re: How to find many names (partial match of different names) of music files on disk?

I turned on Regex, typed these expressions, but it shows 0 objects. I thought you could get around this with the trick of partially matching just the title and the name of some remix artist, e.g. title(artist e.g. Chinese/English/Russian name(DJ P Or with a space next to the name I will be searching...
by Debugger
Fri Mar 22, 2024 6:41 am
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 1652

Re: How to find many names (partial match of different names) of music files on disk?

This is unworkable anyway, because I don't know how to match the file names eg. Artist - File name (Some second artist remix, etc.). OR ID-Artist - File name (Some second artist remix, etc.). eg. Artist - File name (Some second artist remix, etc.). Besides, you would have to specify whether the pare...
by Debugger
Fri Mar 22, 2024 4:31 am
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 1652

Re: How to find many names (partial match of different names) of music files on disk?

But this regular expression is more than 10000000 characters long, which is all partial filenames.
Example:
(filename1|filename2|filename10000)
I want to find all similar filenames, which are identical files but have a slightly different name.
by Debugger
Thu Mar 21, 2024 7:48 pm
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 1652

How to find many names (partial match of different names) of music files on disk?

How to find 1000 names (partial match of different names) of music files on disk?
I tried with a very, very, very, very, very LONG REGEX, but it failed.
by Debugger
Wed Mar 20, 2024 2:45 am
Forum: Bug report
Topic: Drag and drop doesn't work in Everything (Windows 11 Pro 23H2) TASKBAR
Replies: 2
Views: 1097

Drag and drop doesn't work in Everything (Windows 11 Pro 23H2) TASKBAR

Drag and drop doesn't work in Everything (Windows 11 Pro 23H2 ) (2024) TASKBAR ISSUE F**king Windows 11 has made life difficult for many, many people, because people often drag something into programs, but when a window is maximized you can't drag and you have to make two windows smaller. This is st...
by Debugger
Thu Oct 01, 2020 8:36 am
Forum: Bug report
Topic: Everything not working run /crash all time
Replies: 1
Views: 7751

Everything not working run /crash all time

Everything not working run /crash all time

---------------------------
Everything
---------------------------
Unable to open file list: C:\Program Files\Everything\Everything.exe is not a valid file list.
---------------------------
OK
---------------------------

Win 7 64-bit SP1
by Debugger
Thu Jul 23, 2020 10:51 pm
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

Could not open folder in Everything has caused an access violation exception (0xC0000005) when trying to execute instructions from a non-executable address at memory location 0x0ff40fd8 on thread 2 All functions in this operation (includes system functions, excludes boiler-plate functions) 0x0ff40fd...
by Debugger
Wed Jul 15, 2020 6:13 am
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

And now I remember that a Exlporer shell failure occurred two or three times when I opened the Everything folder on the system E:\Downloads\Everything.exe This behavior is caused when the explorer shell temporarily crashes. Of course, on all computers, sometimes the shell can behave this way. Becaus...
by Debugger
Wed Jul 15, 2020 6:06 am
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

My computer went into "Button Windows Start -> Close -> Sleep" mode all the time to start the computer faster.
I just made a clean start of the computer (Normal start) and I see that this error was immediately resolved in the applications.
by Debugger
Tue Jul 14, 2020 5:08 pm
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

I would like to solve the same problem in MasterSeeker, except that there is no option to type this command.
Unfortunately, the author does not respond to my messages.
Can anyone help?
by Debugger
Tue Jul 14, 2020 2:09 pm
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

Win+R
Here it opens without a problem...
by Debugger
Tue Jul 14, 2020 9:08 am
Forum: Bug report
Topic: Everything BETA 'Updating database'
Replies: 2
Views: 6664

Everything BETA 'Updating database'

The latest beta version Version 1.4.1.984 (x64) does not start correctly. I see 'Updating database' all the time
Version Version 1.4.1.969 (x64) (x64) - shows the same thing, but the results are much faster ...
by Debugger
Tue Jul 14, 2020 8:59 am
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

NotNull
General
[x] Run as administrator
[ ] Everything Service

You can also try to open File Explorer in different way:
Enter the following Open (Folder) command: $exec(c:\windows\explorer.exe "%1")

With this command it opens correctly :)
by Debugger
Mon Jul 13, 2020 10:03 am
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

No response from developers?
Why the file name causes problems with opening, I say it once and it is not Unicode, only the English foldername. [A-Z]
https://dictionary.cambridge.org/pl/dic ... glish/poky
by Debugger
Sun Jul 12, 2020 5:27 am
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open Windows Explorer - DEBUG LOG

tuska - This error/bug is caused by the folder name If the FOLDER Name contains a name E:\poky or E:\POKY unable to open folder in Explorer For tests I changed the name to E:\1 and it opens here correctly this confirms that the name causes this opening problem Of course, this only applies when there...
by Debugger
Thu Jul 09, 2020 6:49 pm
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open - DEBUG LOG

$exec("C:\totalcmd\TOTALCMD64.EXE" /O /A /S "%1")

Work
by Debugger
Thu Jul 09, 2020 2:25 pm
Forum: Bug report
Topic: Big Folder - Unable Open Windows Explorer - DEBUG LOG
Replies: 24
Views: 33182

Re: Big Folder - Unable Open

Version 1.4.1.984 (x64) This folder cannot be opened ... I click "Open" and nothing happens, no reaction whatsoever! 2020-07-09 16:32:01.295: selection: 1/1: E:\test 2020-07-09 16:32:01.299: exec: first expr 2020-07-09 16:32:01.301: exec: command $exec("%1") 2020-07-09 16:32:01.3...