Commit graph

1169 commits

Author SHA1 Message Date
arabcoders
7a85bcdb5c Refactor: swap sqlite to aiosqlite and add queued db updates 2025-12-18 16:31:15 +03:00
arabcoders
8a62f053a5 Fix: sorting order for more items in simple view. 2025-12-15 17:23:00 +03:00
arabcoders
e4ffa5d77a Fix: Fix performance regression while loading items. 2025-12-15 17:22:41 +03:00
arabcoders
ddc71cc1bd Feat: Add new PATCH api for updating the task and improved the no timer messaging 2025-12-08 19:43:06 +03:00
arabcoders
b33cb0a845 Refactor: change how we build frontend inside docker. 2025-12-08 17:44:05 +03:00
arabcoders
7e09bf7e18 Fix: remove dev packages during final build 2025-12-08 17:29:30 +03:00
arabcoders
fa7292ac35 Feat: set_preset key for condition to switch preset based on yt-dlp data 2025-12-08 17:19:11 +03:00
arabcoders
eaa433e264 Fix: incorrect usage of function name 2025-12-08 16:47:43 +03:00
arabcoders
2b0d8424ea Chore: update external packages 2025-12-08 16:47:08 +03:00
arabcoders
5237a33d7a update external packages 2025-12-04 20:06:26 +03:00
arabcoders
c9de6b9f2f Drop download_archive for generic extractors when using default presets. Fixes #506 2025-12-04 20:04:58 +03:00
arabcoders
a616a77773 Chore: remove $ from commands examples 2025-11-28 17:56:01 +03:00
arabcoders
1f0a5975e5 Feat: Add commands history to console 2025-11-28 17:53:53 +03:00
arabcoders
d99875eb57 QoL: Support newlines as seperator for URLs. 2025-11-28 17:15:46 +03:00
arabcoders
13ac81b56e Feat: Add task handler for tver.jp 2025-11-25 16:52:03 +03:00
arabcoders
b3ee857ceb Fix: dont reject downloads if they provide a info.url only. 2025-11-22 15:30:41 +03:00
arabcoders
4d22e345e5 Refactor: Improve display of notifications to indicate severity. This allow user to disable toasts and just rely on color coding 2025-11-20 16:49:50 +03:00
arabcoders
c74c6ed60e Refactor: hide Downloads title in index while on mobile 2025-11-19 18:54:18 +03:00
arabcoders
7569ff252a Refactor: drop aiohttp serve_static in favor of our own to have more control 2025-11-19 18:46:55 +03:00
arabcoders
ab56b875f3 Minor tasks page update 2025-11-19 16:32:52 +03:00
arabcoders
77d48bb8c4 Doc: update FAQ.md to include explainer for how prevent live premiere works. 2025-11-19 16:17:15 +03:00
arabcoders
32c5d4ed09 Fix: regrassion in tasks due change in how we handle event loop 2025-11-19 02:52:32 +03:00
arabcoders
1c2b621324 Fix: tasks were shown as disabled even if they are actually enabled. 2025-11-18 23:29:39 +03:00
arabcoders
bb59e25580 Fix: possible fix for not being able to download subtitles. 2025-11-18 21:31:08 +03:00
arabcoders
f8de9b5b7a Chore: followup to update API.md for new endpoint. 2025-11-18 19:36:21 +03:00
arabcoders
a311611024 Fix: add permissions to new ci 2025-11-18 19:29:26 +03:00
arabcoders
793b67c135 Feat: Make it possible to enable/disable task. Ref #493 2025-11-18 19:27:19 +03:00
arabcoders
6d2deedc21 Refactor: change how clear in/completed buttons behave due to changes in how we load history now. 2025-11-16 19:17:33 +03:00
arabcoders
46fb943243 Fix: change icons and show no items in history. 2025-11-16 00:46:02 +03:00
arabcoders
2274af0a2b Fix: build #2 2025-11-15 23:21:45 +03:00
arabcoders
abe5a5f571 Fix: build 2025-11-15 23:12:34 +03:00
arabcoders
486888aea8 Refactor: make it possible to disable ARM builds in private repos 2025-11-15 22:53:04 +03:00
arabcoders
9ea8b639f0 Refactor: Add --no-continue as toggle option 2025-11-15 22:04:45 +03:00
arabcoders
58ccab3365 add support for embedding google drive 2025-11-15 21:51:28 +03:00
arabcoders
81a2998303 Refactor: Use tab design for index page 2025-11-15 20:26:26 +03:00
arabcoders
4a69b0b6a1 Feat: Moving files in file browser should trigger item update if exists and update sidecars as well. 2025-11-14 20:05:58 +03:00
arabcoders
1c7444e232 Feat: Renaming files in file browser should trigger item update if exists and update sidecars as well. 2025-11-14 19:26:59 +03:00
arabcoders
6d9c7d70d9 Feat: update datastore.get_items to support operations 2025-11-14 17:49:01 +03:00
arabcoders
98fbf00a63 Feat: add app manifest to allow the app to be installed 2025-11-13 23:13:01 +03:00
arabcoders
8e6f5fc293 Feat: allow selecting browser as target for toasts 2025-11-13 22:21:16 +03:00
arabcoders
d835c027d5 Chore: rename Notification interface type to notification 2025-11-13 21:42:46 +03:00
arabcoders
c77d232c72 Feat: add link to upload cookies 2025-11-13 21:32:19 +03:00
arabcoders
7edc21ee2d Refactor: removed debug statement. 2025-11-13 19:58:42 +03:00
arabcoders
739d8e702f Feat: Paginate history items to improve performance 2025-11-13 19:28:10 +03:00
arabcoders
1107567f86 Feat: add paginated history endpoint 2025-11-13 17:15:05 +03:00
arabcoders
1144ac0e12 revert: Revert changes to video player, it was causing issue with side scrolling due to video width and height. let it auto scale 2025-11-13 00:08:36 +03:00
arabcoders
c82e840c4b Fix: updated default yt-dlp package to include all default dependancies 2025-11-12 23:40:17 +03:00
arabcoders
d4b481f2a8 add yt-dlp-ejs 2025-11-12 23:38:18 +03:00
arabcoders
919322ea22 include procps in container. 2025-11-12 22:49:47 +03:00
arabcoders
3da5e54774 Refactor: move nfo maker into correct namespace and move metadataPP patcher into utils 2025-11-12 21:56:29 +03:00