I'm trying to organize my archive. I'm using 1.5a. I want to search and find folders/files by these criterias:
1. Folders containing ONLY image files
I found a topic here related to this issue and modified the given code myself. Don't know if it's enough to find all types of image files.
topic:
viewtopic.php?t=15462
modified expression:
childfilecount: !child:<!*.jpg !*.jpeg !*.png !*.bmp !*.webp !*.gif !*.jpe>2. Folders containing ONLY video files
3. Folders containing both images and videos but exclude results from 1 and 2.
4. Folders containing with given x number of image files
5. Folders containing with given x number of video files
(In advanced search, I can define number of files but can't define type of files)
These are things I'm trying to do for now. Sorry if they are too basic questions to ask here. Thank you in advance.