Search found 6 matches

by mmarlyse
Thu Feb 15, 2024 5:07 pm
Forum: Everything 1.5 Alpha
Topic: search for folders NOT containing specific file
Replies: 1
Views: 161

search for folders NOT containing specific file

Please help me to search for folders that do contain a *.jpg file but do NOT contain any *.opf file
(f.i: folder contains "cover.jpg" but no "metadata.opf")
thanks a lot in advance.
by mmarlyse
Wed Feb 01, 2023 6:50 pm
Forum: General
Topic: 'childfilecount:1' and extension-column
Replies: 14
Views: 3567

Re: 'childfilecount:1' and extension-column

>> file: sibling-count:0
thanks a lot!

>>Double-clicking on the path in Everything opens it in Total Commander for me,
>>but REMOVES the line in the search result!?
>>Is it the same for you?
yes, same problem here.
by mmarlyse
Wed Feb 01, 2023 11:05 am
Forum: General
Topic: 'childfilecount:1' and extension-column
Replies: 14
Views: 3567

'childfilecount:1' and extension-column

Any possibility to search with 'childfilecount:1 ' and get the respective file-extension displayed in the the extension-column?
thank you.
by mmarlyse
Fri Jan 06, 2023 8:33 am
Forum: General
Topic: Filter to display files that have an accompanying secondary file with different extension present
Replies: 9
Views: 3529

Re: Filter to display files that have an accompanying secondary file with different extension present

regex:^(.*)\([^()]*\)\.m4a$ siblingfile:$1:*.mp4
-or-
regex:^(.*)\([^()]*\)\.m4a$ regex:siblingfile:^$1:.*mp4$
perfect!
thank you
by mmarlyse
Sun Dec 18, 2022 7:35 am
Forum: General
Topic: Filter to display files that have an accompanying secondary file with different extension present
Replies: 9
Views: 3529

Re: Filter to display files that have an accompanying secondary file with different extension present

Is it enough to ignore anything after the brackets? yes, the content in brackets should be ignored. Many other different contents exists, I fear they can't all be listed in your first (already long) regex-string f.i. (356p_30fps_H264-128kbit_AAC) (480p_30fps_H264-128kbit_AAC) and more... regex:^(.*...
by mmarlyse
Sat Dec 17, 2022 6:48 pm
Forum: General
Topic: Filter to display files that have an accompanying secondary file with different extension present
Replies: 9
Views: 3529

Re: Filter to display files that have an accompanying secondary file with different extension present

Quote from above: ------------- regex:^(.*)\.mp3$ fileexists:\1.book This will show the mp3 files in the results that have a book sibling. Example: C:\Folder\Filename.mp3 C:\Folder\Filename.book (a bookmark file) ------------ i'm trying in vain to modify the regex to manage this example: f:\folder w...