This adds a new loading property to the meta file sequence reader, "outputBrowserNodeID". This is convenient for if you already have a browser in the scene you want to add the new sequences to.
To test the PR, in the python console you can execute:
slicer.util.loadNodeFromFile(sequence_filepath, "Sequence Metafile", properties={"outputBrowserNodeID":"browser_id"})
This adds a new loading property to the meta file sequence reader, "outputBrowserNodeID". This is convenient for if you already have a browser in the scene you want to add the new sequences to.
To test the PR, in the python console you can execute:
slicer.util.loadNodeFromFile(sequence_filepath, "Sequence Metafile", properties={"outputBrowserNodeID":"browser_id"})