Add queue download progress

This commit is contained in:
Codex
2026-08-09 12:55:06 +02:00
parent 499271c3b8
commit 11f43bba05
7 changed files with 271 additions and 14 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.51.8 - 2026-08-09
- Added structured Kaizoku downloader progress events for episode starts, provider resolution, segment downloads, remuxing, and completion.
- Added per-job Queue progress bars with percent, episode position, and segment counts for active downloads.
- Made downloader progress output flush immediately so the Queue page updates while segments are downloading.
## 0.51.7 - 2026-08-09
- Changed provider HLS downloads to preflight media playlists and skip direct ffmpeg when extensionless CDN segment URLs are detected.