Currently the speed and thus remaining time estimation is dominated by skipped files (if there are many skipped files) and thus worthless, as it’s a bad estimate. This estimate could significantly improved by either
- exponential decay, eg. taking only the last 10 minutes into consideration for calculating the speed
- remove skipped file sizes from the total file size instead of adding it to the done file size.