Jesse Bate
e0dbc2d15d
perf: throttle item_updated WebSocket events to 500ms intervals
...
yt-dlp fires progress hooks faster than the browser can usefully render
them. Previously every callback triggered a WebSocket emit → Vue
reactivity update → DOM re-render, causing unnecessary main-thread work
during active downloads.
Now status changes (e.g. downloading → finished) are always emitted
immediately, while progress-only updates are capped at one per 500ms
per download. A flush_pending() call at loop termination ensures the
final state is never dropped.
2026-06-10 19:32:31 +09:30
arabcoders
64fdcac0f7
refactor: implement re-extraction logic and process-safe handling for non-picklable objects.
2026-05-25 20:06:34 +03:00
arabcoders
734ef1c53c
refactor: use item guid as thumbnail name for easier cleanup
2026-05-15 16:50:13 +03:00
arabcoders
928ddd5b9a
feat: add generic browser extractor
2026-05-08 01:08:08 +03:00
arabcoders
7ac7039592
chore: tests clean up
2026-05-04 22:23:19 +03:00
arabcoders
cca97d9a57
feat: extra placeholders for output template
2026-05-04 21:42:52 +03:00
arabcoders
30a0c30d94
refactor: fix slowness in deleting big number of items
...
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 23:18:14 +03:00
arabcoders
03cabe6c70
refactor: wait on db flush before returning in API history clear response
2026-04-21 22:56:46 +03:00
arabcoders
c70d5340f1
feat: implement patch to make Windows Popen support stopping live stream
2026-04-11 23:31:48 +03:00
arabcoders
f9119f5a33
fix: better partial live download handling
2026-04-11 19:13:00 +03:00
arabcoders
1fa60c3909
fix: playlist keys pre-processing. Closes #585
2026-04-10 18:26:54 +03:00
arabcoders
c3132858e7
feat: add download_skipped flag to track intentionally skipped downloads
2026-04-10 18:07:05 +03:00
arabcoders
cebc72875b
fix: update import path for fetch_info in HandleTask class. Closes #561
2026-02-11 18:44:32 +03:00
arabcoders
5844290d74
fix: sometimes downloads fails due to pickling issue
2026-02-08 03:45:56 +03:00
arabcoders
ad54d80077
Refactor: better final filename status tracking
2026-01-14 19:50:35 +03:00
arabcoders
55a298e0ff
Refactor: download module into testable chunks
2026-01-13 20:05:01 +03:00
arabcoders
b912186502
chore: update tests assertion messages
2026-01-09 18:57:51 +03:00
arabcoders
c8e2fc5dc9
fix: put status downloading to prevent live stream from showing preparing endlessly
2026-01-08 19:08:39 +03:00
arabcoders
f32e323309
Refactor: improve linting and formatting
2025-12-30 20:42:50 +03:00
arabcoders
c91f199939
extends tests
2025-09-13 18:35:41 +03:00