Commit graph

1419 commits

Author SHA1 Message Date
arabcoders
b1a05b1d79 refactor: move archiver to be under yt_dlp submodule 2026-01-27 20:04:54 +03:00
arabcoders
2c5edc64f4 refactor: isolate yt_dlp related code into submodule 2026-01-27 19:36:13 +03:00
arabcoders
3383d5d5dc refactor: move streaming logic to a feature submodule 2026-01-27 17:42:12 +03:00
arabcoders
240a920b6c fix; proper fix for dispatching many websocket events 2026-01-27 11:46:00 +03:00
arabcoders
dae141a6c2 revert: changes to playlist processor 2026-01-27 10:41:17 +03:00
arabcoders
da9f082978 fix: unintended return type change. 2026-01-27 10:17:22 +03:00
arabcoders
fe0a1c5b70 fix: offload info extraction to ProcessPoolExecutor 2026-01-26 23:32:06 +03:00
arabcoders
98f25027bb refactor: use shared http clients 2026-01-26 17:42:24 +03:00
arabcoders
41bca681e5 refactor: limit item add 2026-01-26 16:36:14 +03:00
arabcoders
fe6fe42a65 refactor: switch api/history to be fully async. 2026-01-25 21:34:26 +03:00
arabcoders
7d6dc7ae76 refactor: move presets to db model 2026-01-25 19:17:54 +03:00
arabcoders
fd4e755938 refactor: migrate tasks to db model 2026-01-24 23:09:20 +03:00
arabcoders
00c3aefff1 Feat: add yt-dlp version checker 2026-01-24 20:04:30 +03:00
arabcoders
042379035a refactor: migrate task definitions to db model 2026-01-23 23:38:59 +03:00
arabcoders
e551ad7848 refactor: improve connection status and history loading logic 2026-01-22 23:00:45 +03:00
arabcoders
66c349d41f fix: set the configuration dict 2026-01-22 20:04:09 +03:00
arabcoders
c3eb7091af refactor: make the UI work without websocket 2026-01-22 19:36:20 +03:00
arabcoders
501455029c refactor: remove socket.io dependency 2026-01-21 22:07:12 +03:00
arabcoders
ce7b59a8be refactor: update API documentation 2026-01-21 18:54:56 +03:00
arabcoders
48feca72d3 fix: dont reject non-unique names during migration. 2026-01-21 18:39:47 +03:00
arabcoders
5b7d9ddbde refactor: migrate notifications to the new db model 2026-01-21 18:29:16 +03:00
arabcoders
ea1fc59e88 refactor: standardize config_update event for UI 2026-01-20 16:27:04 +03:00
arabcoders
8a10627d6a refactor: migrated dl_fields to db model. 2026-01-19 18:31:16 +03:00
arabcoders
c33827c6f7 fix: minor typing fix 2026-01-19 17:15:10 +03:00
arabcoders
57d582e265 Fix: remove debug statement 2026-01-18 23:13:40 +03:00
arabcoders
6da58254bc refactor: update validation logic to require cli or extras in Condition model 2026-01-18 22:57:39 +03:00
arabcoders
a09343938d refactor: conditions feature to db model 2026-01-18 22:17:07 +03:00
arabcoders
f98acbaa42 refactor: clean up sqlalchemy connection maker 2026-01-18 19:18:00 +03:00
arabcoders
a85ca93d5a refactor: use sqlalchemy as base for sqlite 2026-01-17 23:32:39 +03:00
arabcoders
d663cfd77a chore: update external packages. 2026-01-16 20:50:38 +03:00
arabcoders
795943196e Refactor: replace direct extract_info calls to async fetch_info 2026-01-16 20:45:10 +03:00
arabcoders
ea572ec4c5 feat: implement cache cleanup 2026-01-16 20:42:51 +03:00
arabcoders
d87995c4b0 fix: popover on mobile going over edge 2026-01-16 19:20:27 +03:00
arabcoders
45e27003c1 fix: do not show action buttons while loading tasks 2026-01-14 20:05:06 +03:00
arabcoders
072a45efba refactor: missed loading check. 2026-01-14 20:02:48 +03:00
arabcoders
ad54d80077 Refactor: better final filename status tracking 2026-01-14 19:50:35 +03:00
arabcoders
e0a47e2fe3 Refactor: facelift the WebUI 2026-01-14 18:56:07 +03:00
arabcoders
48e653b70a refactor: limit concurrent extract info calls to prevent loop blocking 2026-01-14 16:11:21 +03:00
arabcoders
55a298e0ff Refactor: download module into testable chunks 2026-01-13 20:05:01 +03:00
arabcoders
d37cc6120a refactor: move popover to separate button 2026-01-12 17:14:29 +03:00
arabcoders
044bad41e1 Fix: preset export was exporting cookies due to inverted check. 2026-01-11 21:26:03 +03:00
arabcoders
2b02cd1a12 fix: premiere video with --live-from-start 2026-01-10 17:29:15 +03:00
arabcoders
b4de0d9eb4 Fix: remove hardcoded test version 2026-01-09 22:26:02 +03:00
arabcoders
81a4ef0f36 Feat: add version checker and refactor the page footer. 2026-01-09 21:11:39 +03:00
arabcoders
b912186502 chore: update tests assertion messages 2026-01-09 18:57:51 +03:00
arabcoders
345337a1a2 refactor: support more yt-dlp options for metadata save_path. ref #539 2026-01-09 18:57:25 +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
cf2ee306d2 feat: support using output template for metadata generation. Closes #539 2026-01-08 17:03:22 +03:00
arabcoders
4a3f0316ea fix: update folder reference in socket store and adjust history count logic in state store 2026-01-07 17:57:53 +03:00
arabcoders
cf8704a2aa feat: add flag to ignore already archived items from being added to download history. 2026-01-07 17:42:08 +03:00