real-debrid-downloader/src/main
Sucukdeluxe 189af2242f Fix: Tonspur-Remux konnte bei Windows-Datei-Lock Original UND Remux verlieren
Der atomare Ersetzen-Schritt loeschte das Original bevor der Ersatz bestaetigt
war; schlug das anschliessende Rename fehl (z.B. AV/Indexer-Lock), raeumte der
aeussere catch zusaetzlich die Temp-Datei weg -> null Kopien auf der Platte.

- Atomares Replace-over (MoveFileEx REPLACE_EXISTING / rename(2)) statt
  rm-dann-rename: filePath haelt zu jedem Zeitpunkt entweder das volle Original
  oder den vollen Remux.
- renameWithRetry: transiente Locks (EBUSY/EACCES/EPERM/EEXIST) mit Backoff
  (200/500/1000ms) statt sofort abzubrechen.
- Eindeutiger Temp-Name (~rd<pid><rand>) statt fixem ~rdtmp -> keine Kollision
  zwischen parallelen Paketen/Retries.
- 3 neue Tests (Recovery bei Replace-Fehler, Retry-Pfad EBUSY/EXDEV).
2026-06-08 22:14:13 +02:00
..
account-check.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
account-rotation-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
all-debrid-web.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
app-controller.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
audit-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
backup-crypto.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
backup-payload.ts Backup: nur Settings als Default + 4 Selektions/Flicker-Bugfixes 2026-06-07 04:40:54 +02:00
bestdebrid-web.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
cleanup.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
constants.ts Add "keep only German audio" post-extract step for .DL. files 2026-06-07 21:17:26 +02:00
container.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
debrid.ts Fix Mega-Web rotation skipping accounts on a timeout abort 2026-06-08 13:33:49 +02:00
debug-server.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
debug-setup.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
desktop-rename-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
download-completion.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
download-manager.ts German-audio step: mislabeled-tag fallback, full logging, shorter temp 2026-06-08 14:50:34 +02:00
error-ring.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
extractor.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
fs-error.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
integrity.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
item-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
link-export.ts Add package and item link export 2026-03-09 04:11:18 +01:00
link-parser.ts Add package and item link export 2026-03-09 04:11:18 +01:00
log-timestamp.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
logger.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
main.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
mega-public-api.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
mega-web-fallback.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
package-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
realdebrid-web.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
realdebrid.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
rename-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
session-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
startup-health-check.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
storage.ts Add "keep only German audio" post-extract step for .DL. files 2026-06-07 21:17:26 +02:00
support-bundle.ts Add extended diagnostics logging 2026-06-07 17:00:06 +02:00
support-data.ts Add app runtime statistics 2026-03-09 04:59:00 +01:00
trace-log.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
update.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00
utils.ts Harden type safety and recovery guards 2026-03-10 05:54:19 +01:00
video-processor.ts Fix: Tonspur-Remux konnte bei Windows-Datei-Lock Original UND Remux verlieren 2026-06-08 22:14:13 +02:00
windows-host-diagnostics.ts chore: remove all source code comments and internal artifacts 2026-06-06 04:53:54 +02:00