Thanks Josh,
I created a stand-alone script to import, taking and tweaking code from the testlib.
https://gist.github.com/will-moore/f540 ... 8b38a077ceThis imports all the images in the target folder as a single 'Fileset' in OMERO.
A Fileset is what BioFormats recognises as a single import, where the files are part of the same collection.
E.g. A deltavision file + log file, or Leica fileset consisting of multiple tiffs + image.lei file.
If there are additional unrelated files that are not part of the first Fileset that BioFormats recognises, they will be uploaded by the code above and stored on the server, but ignored by the import (won't show up as separate images).
I don't know if there's a way to group a collection of files into separate filesets, but probably not since BioFormats functionality is really server-side in this case.
So you'd have to know somehow, which files to include in each fileset when you do the upload & import.
Hope that helps,
Will.