Multi-path, it does not find files!

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Multi-path, it does not find files!

Post by *makinero »

Multi-path, it does not find files even though the search is working.

Search for: *.jpg
Search in:T:\Pon;I:\2000 Russia;C:\Pictures
Plugings: AND
imgsize->Width: <=640
imgsize->Height: <=640


Works, but only with a single path:

Example full path:

Drive Letter:\Folder\Subfolder\filename.ext <=== I am looking but without a specific name!

I'm not interested in small file sizes, I have a lot of them, but I want to do multiple path at once because I do not want to set this up for each path separately. I want to turn on search, wait for results and are ready DELETE ALL FILES?
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

makinero wrote: 2019-01-03, 09:35 UTC Search for: *.jpg
Search in:T:\Pon;I:\2000 Russia;C:\Pictures
Plugings: AND
imgsize->Width: <=640
imgsize->Height: <=640

Works, but only with a single path: ...
It works with multiple file paths.

Windows 10 Pro (x64) Version 1809 (OS Build 17763.195)
TC 9.21a x64/x86 | Everything - Version 1.4.1.925 (x64)
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

The hardcopies don't say anything.
Maybe you still don't have any pictures with these dimensions in your paths.
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Multi-path, it does not find files!

Post by *makinero »

tuska wrote: 2019-01-03, 13:24 UTC The hardcopies don't say anything.
Maybe you still don't have any pictures with these dimensions in your paths.
I have.


https://i.postimg.cc/kXmyMf0n/Screen-Shot-01-03-19-at-02-26-PM.jpg ===> https://i.postimg.cc/L5vmGydH/Screen-Shot-01-03-19-at-02-09-PM.jpg
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

That's my picture: https://www.bilder-hochladen.net/files/big/lwdu-16-2466.png
With me such queries work every time, also with different parameters.
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Multi-path, it does not find files!

Post by *makinero »

I looked at your settings and I have similar options set, but it does not work and I have no idea why. I will have to look for a tool other than Total Commander, because this problem has always been present for many years and on different systems. I have reported this problem in the past and I have not been able to resolve this unspecified error so far.
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

I'd uninstall the plugin:
Configuration > Options... > Plugins > Content plugins (.WDX): Configure > e.g. %COMMANDER_PATH%\Plugins\wdx\wdx_ImgSize\ImgSize.wdx > Remove

and then reinstall it:
Double click on file "wdx_ImgSize_2.03.zip"

and then do the same query again.
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Multi-path, it does not find files!

Post by *makinero »

tuska wrote: 2019-01-03, 15:12 UTC I'd uninstall the plugin:
Configuration > Options... > Plugins > Content plugins (.WDX): Configure > e.g. %COMMANDER_PATH%\Plugins\wdx\wdx_ImgSize\ImgSize.wdx > Remove

and then reinstall it:
Double click on file "wdx_ImgSize_2.03.zip"

and then do the same query again.
https://postimg.cc/JDgj5vXR
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

Please check if you have the folders in the TC ignore list: cm_IgnoreConfig
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Multi-path, it does not find files!

Post by *makinero »

I do not have, I have never set ignoring anything.
"Configuration->Options.. -> Ignore list" (cm_IgnoreConfig)

https://i.postimg.cc/qMsbnQW7/Screen-Shot-01-03-19-at-04-37-PM.jpg
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Multi-path, it does not find files!

Post by *makinero »

tuska - Found problem:


If set <= 1920 H & W
Not working

If set <= 2500 H & W
Working

Photo test:
2411 x 1920
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

I'm glad you came up with the solution yourself.
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Multi-path, it does not find files!

Post by *makinero »

tuska wrote: 2019-01-03, 15:48 UTC I'm glad you came up with the solution yourself.
This is a bad solution because I'm looking for photos:

Height 1pix to 640pix
Width 1pix to 640pix

So how do you set it up correctly to find max.640pix (H & W) for any image :(
Example:

320x640
480x640
640x640

and other maximum 1-640 x 1-640
User avatar
tuska
Power Member
Power Member
Posts: 3755
Joined: 2007-05-21, 12:17 UTC

Re: Multi-path, it does not find files!

Post by *tuska »

ImgSize
AND

Code: Select all

imgsize | Width  | >= | 1
imgsize | Width  | <= | 640
imgsize | Height | >= | 1
imgsize | Height | <= | 640
Post Reply