A wish for two functions. I was surprised the first one isn't available.
1. FindTagged = Exact functionality is already available at GUI, but require the output to be redirected to a variable. As a workaround this can be done by doing a goto in a new tab and then copying the filenames to a variable; however; this doesn't seem very good for large lists as it would unnecessarily populate other fields as well that aren't required.
FindTagged (type="value" [and/or type="value"], location, separator )
where
type = Label (lbl), comment (cmt), tag, ex1-5 (ex:name)
value = matching condition
multiple conditions can be provided
location = Empty (Search Everywhere)
FolderPath\* (Search branch)
FolderPath (Search here only)
Separator = Separate the output (defaults to |)
which returns
Separator separated values matching the provided criteria
2. PreviewItems - Slideshow of Folders containing tens of thousands of images. Most likely to be terminated after watching a few hundred items. Doing a branch view and then initializing it causes unnecessary delay. I got a little carried away and asked for Order and Slideshow as well
PreviewItems (Itemlist, Type, Separator, Order, Slideshow, Recursive)
where
ItemList = File names or A file containing Filenames or Folder Name or Current List
Type = Full Screen Preview or Floating Preview
Separator = Defaults to |
Order = S (Sequential according to the provided order (sorted column for List))
N (Natural - Sorted by Name)
R (Random)
Slideshow = 0 (No slideslow)
x = positive value means yes, every x seconds
Recursive = Only applicable for folder, recursive would navigate through Sub-folders as well