Disk space pre-check, nested extraction, lower I/O priority for hybrid extraction
Build and Release / build (push) Has been cancelled

- Add disk space check before extraction (aborts if insufficient space)
- Add single-level nested archive extraction (archives inside archives)
- Blacklist .iso/.img/.bin/.dmg from nested extraction
- Set real Windows I/O priority (Very Low) on UnRAR via NtSetInformationProcess
- Reduce UnRAR threads to -mt1 during hybrid extraction
- Fix double episode renaming (s01e01e02 pattern)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-03 00:54:10 +01:00
co-authored by Claude Opus 4.6
parent ce01512537
commit 375b9885ee
4 changed files with 287 additions and 15 deletions
+1
View File
@@ -5128,6 +5128,7 @@ export class DownloadManager extends EventEmitter {
onlyArchives: readyArchives,
skipPostCleanup: true,
packageId,
hybridMode: true,
onProgress: (progress) => {
if (progress.phase === "done") {
return;