Add an option to upload data recursively from a root folder. You may need to determine the conditions for uploading.
DIVE Desktop has two main data types: Image-Sequence and Video. For Image-Sequence it is a folder with a series of images in it (png, jpg, tif). For videos, they are individual video files.
The process should probably walk down the folder structure and determine if a folder contains images or contains videos. If it is a video a new dataset is created for the video file. If it is a folder a new dataset of image-sequences is created and the name of the Dataset is the Folder.
It would be probably nice to click a button to do the searching and then present to the user a list of DIVE Datasets that it found and maybe an ability to modify them.
I think this would start by being a modification of the OpenFromDisk to a new thing that returns a list of DIVE Datasets that can be loaded.
This may be one of the heavier issues regarding UI and configuration.
Add an option to upload data recursively from a root folder. You may need to determine the conditions for uploading.
DIVE Desktop has two main data types: Image-Sequence and Video. For Image-Sequence it is a folder with a series of images in it (png, jpg, tif). For videos, they are individual video files.
The process should probably walk down the folder structure and determine if a folder contains images or contains videos. If it is a video a new dataset is created for the video file. If it is a folder a new dataset of image-sequences is created and the name of the Dataset is the Folder.
It would be probably nice to click a button to do the searching and then present to the user a list of DIVE Datasets that it found and maybe an ability to modify them.
I think this would start by being a modification of the OpenFromDisk to a new thing that returns a list of DIVE Datasets that can be loaded.
This may be one of the heavier issues regarding UI and configuration.