Funny enough if you search for keywords related to file naming convention for pixinsight batch preprocessing the #1 result is this thread.
I was able to track down some more information in the documentation for the new WBPP script here:
https://www.tommasorubechi.it/2019/11/15/the-new-weighted-batchpreprocessing/It's roughly 1/2 way down the page under the heading "Frames Grouping and Smart Naming". According to this document you can name the folder for the subs or the subs themselves. I'm going to try this next and see if it works.
format appears to follow something like [Type]-[Filter_<>]-[Binning]-[Exptime_<>] WHERE
Type: bias, dark, flat, light, masterDark, masterFlat, masterBias, masterLight
Filter: FILTER_Lum, FILTER_Ha, FILTER_R, FILTER_Red etc
Binning: BINNING_1, BINNING_2, etc.
Exptime: EXPTIME_300, EXPTIME_60, etc.
So an example file or folder name might be: light-FILTER_Red-BINNING_1-EXPTIME_300 (Place all your 5min Red light subs in this folder)
I'll edit this and report back if it's working
EDIT: Not working quite the way it was documented (you might still have to choose the button for Type instead of the "files" button, explained below)
I copied a sample set of data to use the new names.
with a file named "masterFlat-FILTER_Blue.xsif" for example (and using the "Add Files" button: BPP was able to determine it to be a flat file and even listed them all under Binning 1, but the newer WBPP script errors "Unable to determine frame type". Note these master flats were created in Pi and are XISF files. I then tried using the Add Flats button and these were then put into the correct Filter groups and I was able to use the "Use master flat" checkbox to have it recognize each as a master for that filter.
WBPP recognized the files if I added them one group at a time under each folder, and picked up the info from the folder names. It even was able to read the EXPTIME from the FITS header (I assume) because I named the folder with "EXPTIME_300" but the lights (correctly) showed up as 60s .
For all you who find this thread with the same problem I guess the way to handle this for the moment is to set your image capture software file naming convention to use the convention I've outlined above (WATCH OUT for the Hyphen (-) vs Underscore (_) in the naming! )
This way you should at least be able to load your frames into the WBPP script slightly easier and with less mistakes. You may still need to use the individual buttons for "Load Flats" or "Load Lights" but at least you won't have to spend time in the custom dialog window re-specifying the filter name, exposure time etc, which was a time consuming process for data that already existed.
Best of luck out there and clear skies!!