Improve live download status and add debug logging (v3.7.8)

Keep queue visibility synced while downloads run, show richer per-item progress/error states in the sidebar, and write backend downloader diagnostics to ProgramData debug.log so instant start/stop failures can be traced on user systems.
This commit is contained in:
xRangerDE
2026-02-13 12:10:11 +01:00
parent 7f208cf369
commit 78378b9812
9 changed files with 227 additions and 26 deletions
+8
View File
@@ -54,3 +54,11 @@ Release must include all of:
- `Twitch-VOD-Manager-Setup-<version>.exe.blockmap`
Tag version must match app version (example: `v3.7.6`).
## Debug log for failed downloads
From `v3.7.8`, detailed downloader logs are written to:
`C:\ProgramData\Twitch_VOD_Manager\debug.log`
If a download instantly switches from `Stoppen` back to `Start`, check the latest lines in that file for streamlink exit reasons.