arabcoders
|
1267dbaf6b
|
refactor: use single logger namespace
|
2026-05-28 19:07:11 +03:00 |
|
arabcoders
|
cf90db3b4c
|
refactor: update log mesages to take advantage of JSONL
|
2026-05-27 23:53:42 +03:00 |
|
arabcoders
|
2e9684de5d
|
refactor: standardize JSONL structure.
|
2026-05-24 21:19:25 +03:00 |
|
arabcoders
|
854f5f4b42
|
refactor: use jsonl for loggng for better log view experience
|
2026-05-18 09:44:29 +03:00 |
|
arabcoders
|
90e07ce71b
|
feat: improve the file browser with pagination.
|
2026-02-13 21:46:01 +03:00 |
|
arabcoders
|
f88422e92b
|
Refactor: move log related inside the logs module
|
2026-01-28 16:22:44 +03:00 |
|
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
|
fe0a1c5b70
|
fix: offload info extraction to ProcessPoolExecutor
|
2026-01-26 23:32:06 +03:00 |
|
arabcoders
|
f98acbaa42
|
refactor: clean up sqlalchemy connection maker
|
2026-01-18 19:18:00 +03:00 |
|
arabcoders
|
795943196e
|
Refactor: replace direct extract_info calls to async fetch_info
|
2026-01-16 20:45:10 +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
|
cf2ee306d2
|
feat: support using output template for metadata generation. Closes #539
|
2026-01-08 17:03:22 +03:00 |
|
arabcoders
|
459dee77db
|
Refactor: try to keep extra information available in all stages of the request process
|
2026-01-05 17:37:52 +03:00 |
|
arabcoders
|
f32e323309
|
Refactor: improve linting and formatting
|
2025-12-30 20:42:50 +03:00 |
|
arabcoders
|
ac4ce99b01
|
Fix: fixes for windows native
|
2025-12-27 23:58:36 +03:00 |
|
arabcoders
|
633f192c8f
|
Fix: Dont crash on download_path being set to root
|
2025-12-27 22:52:51 +03:00 |
|
arabcoders
|
e4ffa5d77a
|
Fix: Fix performance regression while loading items.
|
2025-12-15 17:22:41 +03:00 |
|
arabcoders
|
bb59e25580
|
Fix: possible fix for not being able to download subtitles.
|
2025-11-18 21:31:08 +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
|
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
|
3da5e54774
|
Refactor: move nfo maker into correct namespace and move metadataPP patcher into utils
|
2025-11-12 21:56:29 +03:00 |
|
arabcoders
|
4e86729206
|
FEAT: add auto clear env variable
|
2025-11-11 22:08:32 +03:00 |
|
arabcoders
|
5a393bfd9f
|
[FIX] MetadataParserPP. Ref #475
|
2025-11-08 20:42:07 +03:00 |
|
arabcoders
|
b5683a3e77
|
Migrate inline cookie creation to standalone function
|
2025-10-27 19:54:49 +03:00 |
|
arabcoders
|
24493885aa
|
minor fixes and style update
|
2025-10-26 21:42:48 +03:00 |
|
arabcoders
|
81999084e1
|
Fix issue with some instagram:story extractor reporting incorrect type.
|
2025-10-22 17:40:53 +03:00 |
|
arabcoders
|
13b13d1f7b
|
[FIX] Force generic handler to generate real archive_id for generic urls.
|
2025-10-21 23:58:01 +03:00 |
|
arabcoders
|
e085e680cc
|
[FEAT] create channel metadata and thumbnails. Closes #446
|
2025-10-15 18:55:50 +03:00 |
|
arabcoders
|
4986aea300
|
fix an issue with objection mutation in timed_lru_cache cache
|
2025-09-16 22:41:53 +03:00 |
|
arabcoders
|
27893bcbf9
|
Add desc & sidecar to item data
|
2025-09-16 17:00:32 +03:00 |
|
arabcoders
|
215a023da8
|
Cache calls to frequently called functions
|
2025-09-15 19:34:03 +03:00 |
|
arabcoders
|
7ad2bd6358
|
[FEAT] Add per extractor limits. Closes #421
|
2025-09-14 21:58:54 +03:00 |
|
arabcoders
|
1ce7c82d9c
|
improve logic for codec selection
|
2025-09-14 01:30:34 +03:00 |
|
arabcoders
|
669f70d9b8
|
fixes
|
2025-09-12 19:34:12 +03:00 |
|
arabcoders
|
7a50cb34d8
|
fix linter issues
|
2025-09-11 21:49:39 +03:00 |
|
arabcoders
|
fae1d7c577
|
improved match_str by implementing extended subset.
|
2025-09-11 02:09:48 +03:00 |
|
arabcoders
|
1c9a893865
|
Reimplemented Archive feature
|
2025-08-30 20:45:17 +03:00 |
|
arabcoders
|
ed4bb1e440
|
finalizing removed features
|
2025-08-30 01:50:42 +03:00 |
|
arabcoders
|
db57d6de11
|
Refactor code for improved type hinting; add unarchive functionality to tasks API and UI.
|
2025-08-30 01:02:13 +03:00 |
|
arabcoders
|
da8358bad6
|
Further updates on how we handle archive status
|
2025-08-29 22:11:14 +03:00 |
|
arabcoders
|
fd999211ef
|
add deprecated notice.
|
2025-08-29 18:41:13 +03:00 |
|
arabcoders
|
deed79b8d2
|
major refactor of archive_file handling
|
2025-08-29 18:41:13 +03:00 |
|
arabcoders
|
71bd40a2e8
|
added new endpoint to get urls archive ids
|
2025-08-27 16:28:19 +03:00 |
|
arabcoders
|
19b9f8dc6c
|
Added support for pausing adding items from playlist.
|
2025-08-25 17:34:40 +03:00 |
|
arabcoders
|
89d4c026c5
|
Added built-in reference for yt-dlp options.
|
2025-08-19 22:24:51 +03:00 |
|
arabcoders
|
2d82737a3a
|
Add configurable download_path depth env to control auto complete depth
|
2025-08-02 16:32:56 +03:00 |
|
arabcoders
|
da6bd95733
|
Fix threading issue on windows exe
|
2025-08-01 17:03:26 +03:00 |
|