Trying to import about 50 files from a GoPro 9's SD Card
Camera: GoPro 9
Operating System: Windows 11
Version: 1.8
Expected Behavior:
Copy one file at a time (better for local storage) or limit it to a few (maybe better for network sources).
All files at once has significant overhead, unfortunate failure mode, and likely causes unnecessary disk fragmentation or unnecessary defragmentation effort in destination drives.
Current Behavior:
Currently mmt seems to copy every file it discovers on the SD Card simultaneously.
This has negative throughput impact as the SD Card is internally paging between blocks of data to read it.
In Windows Task Manager view for the SD Card's drive I noticed the Read Speed almost double as the number of active file copies went from 40+ to a handful.
Also, when a SD Card become unavailable during a copy I got partial data in the destination for many files. I'd rather only 1 file be incomplete than dozens. Also if destination drive were to fill up, I'd prefer some complete copies instead of many partial copies.
RFE: Limit concurrent copies from SD Card
Context:
Trying to import about 50 files from a GoPro 9's SD Card
Expected Behavior:
Copy one file at a time (better for local storage) or limit it to a few (maybe better for network sources).
All files at once has significant overhead, unfortunate failure mode, and likely causes unnecessary disk fragmentation or unnecessary defragmentation effort in destination drives.
Current Behavior:
Currently mmt seems to copy every file it discovers on the SD Card simultaneously. This has negative throughput impact as the SD Card is internally paging between blocks of data to read it. In Windows Task Manager view for the SD Card's drive I noticed the Read Speed almost double as the number of active file copies went from 40+ to a handful.
Also, when a SD Card become unavailable during a copy I got partial data in the destination for many files. I'd rather only 1 file be incomplete than dozens. Also if destination drive were to fill up, I'd prefer some complete copies instead of many partial copies.
Steps to Reproduce:
Have lots of new media to import.