I have a list of files that I would like to find.
Rather than cut and pasting each one is there anyway to get everything to read all of them?
Feed Everything a list of files
Re: Feed Everything a list of files
Please try Search -> Advanced Search -> Search for a list of filenames
(towards the bottom of the Advanced Search page)
(towards the bottom of the Advanced Search page)
-
___Scorp___
- Posts: 4
- Joined: Sat May 10, 2025 12:16 am
Re: Feed Everything a list of files
Many thanks, so the section I'm looking at is the A word or Phrase in the file.
It is possible to browse to that file or do I just type the file location in ?
When I do that, I get
E:\ content:f:\all-flac.list
So the all-flac.list is a list of the flac filenames I'm looking at and e:\ is where I want to look.
However it says zero objects, however I know the first three lines of the file are flacs that are present.
It is possible to browse to that file or do I just type the file location in ?
When I do that, I get
E:\ content:f:\all-flac.list
So the all-flac.list is a list of the flac filenames I'm looking at and e:\ is where I want to look.
However it says zero objects, however I know the first three lines of the file are flacs that are present.
Re: Feed Everything a list of files
Not the "A word or Phrase in the file" field.
Scroll down to the bottom of the page and look for
"Search for a list of filenames":
Click Browse...
Select your file list and click Open.
Click OK.
Scroll down to the bottom of the page and look for
"Search for a list of filenames":
Click Browse...
Select your file list and click Open.
Click OK.
-
___Scorp___
- Posts: 4
- Joined: Sat May 10, 2025 12:16 am
Re: Feed Everything a list of files
Apologies, I didn't see the scroll bar !
I have ordered the file and it finds the first 16 in the list, then stops.
Is there a limit to have many lines it will process ?
As it seems to whatever way I order the file only process 16 lines.
The file is 19k lines long, but I had hoped it would process more than 16 lines (I was hoping it would display a limit and then I'd split the file into smaller ones to match the limit.
I have ordered the file and it finds the first 16 in the list, then stops.
Is there a limit to have many lines it will process ?
As it seems to whatever way I order the file only process 16 lines.
The file is 19k lines long, but I had hoped it would process more than 16 lines (I was hoping it would display a limit and then I'd split the file into smaller ones to match the limit.
Re: Feed Everything a list of files
There's no limit.
The edit control has a display limit of about 8000 characters.
If you click OK in the advanced search, are your files shown?
Please make sure your file list is using UTF-8 encoding.
Everything 1.5 improves searching for a list of filenames.
Everything 1.5 will no longer use a long filelist: search and instead references the file list by filename with includefilelist:
For example:
edit: Everything supports CRLF and LF newlines.
The edit control has a display limit of about 8000 characters.
If you click OK in the advanced search, are your files shown?
Please make sure your file list is using UTF-8 encoding.
Everything 1.5 improves searching for a list of filenames.
Everything 1.5 will no longer use a long filelist: search and instead references the file list by filename with includefilelist:
For example:
includefilelist:"C:\file lists\My file list.txt"edit: Everything supports CRLF and LF newlines.
Re: Feed Everything a list of files
I can confirm that this works well here with vn. 1.5x.
I have a list of filenames in a standard text file in Windows 10. One filename per line, CRLF at each end*.
'Search | Advanced search [half way down] [scroll way down to Search for a list of filenames: ] [Browse] [OK]'
yielding
includefilelist:D:\Users\Public\Pictures\DMSlist.txt
or
Invoked from Search in menu: tap Alt S S [use mousewheel to scroll down to second-last field].
*Notepad++
Show/hide CR/LF:
View | Show symbols - Show End of Line
...or the pilcrow (Para) on the toolbar.
I have a list of filenames in a standard text file in Windows 10. One filename per line, CRLF at each end*.
'Search | Advanced search [half way down] [scroll way down to Search for a list of filenames: ] [Browse] [OK]'
yielding
includefilelist:D:\Users\Public\Pictures\DMSlist.txt
or
Invoked from Search in menu: tap Alt S S [use mousewheel to scroll down to second-last field].
*Notepad++
Show/hide CR/LF:
View | Show symbols - Show End of Line
...or the pilcrow (Para) on the toolbar.
-
___Scorp___
- Posts: 4
- Joined: Sat May 10, 2025 12:16 am
Re: Feed Everything a list of files
File is utf-8
"The edit control has a display limit of about 8000 characters."
So does this mean if the file is over 8000 characters it will stop searching then ?
"The edit control has a display limit of about 8000 characters."
So does this mean if the file is over 8000 characters it will stop searching then ?
Re: Feed Everything a list of files
It is only a display limitation.
The search will still work.
The search will still work.