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
|
deed79b8d2
|
major refactor of archive_file handling
|
2025-08-29 18:41:13 +03:00 |
|
arabcoders
|
19b78c9564
|
correctly mark status as cancelled.
|
2025-08-27 19:52:15 +03:00 |
|
arabcoders
|
bfe4ea6354
|
add cancelled as accepted status
|
2025-08-27 17:14:49 +03:00 |
|
arabcoders
|
21c7b0f208
|
Fixes #384
|
2025-08-27 00:53:08 +03:00 |
|
arabcoders
|
3adc4eb062
|
Sometimes yt-dlp doesn't provide playlist_count, so we need to have fallback. Fixes #384
|
2025-08-25 18:48:36 +03:00 |
|
arabcoders
|
19b9f8dc6c
|
Added support for pausing adding items from playlist.
|
2025-08-25 17:34:40 +03:00 |
|
arabcoders
|
a05568f44c
|
make playlist_index works
|
2025-08-14 11:46:58 +03:00 |
|
arabcoders
|
96149f5e2d
|
Make it possible to pin specific yt-dlp version
|
2025-08-09 17:27:00 +03:00 |
|
arabcoders
|
a30843510e
|
Fixed a bug in DownloadQueue
|
2025-08-05 18:12:00 +03:00 |
|
arabcoders
|
7b0cb87c32
|
make it clear we are doing something with playlist items.
|
2025-08-05 17:56:43 +03:00 |
|
arabcoders
|
92a6101bbe
|
Add exception catch for sub download task
|
2025-08-01 17:37:46 +03:00 |
|
arabcoders
|
da6bd95733
|
Fix threading issue on windows exe
|
2025-08-01 17:03:26 +03:00 |
|
arabcoders
|
36b590cda3
|
Fix automatic premiere re-queue.
|
2025-07-27 17:04:14 +03:00 |
|
arabcoders
|
c60c14d674
|
Fix playlist_autonumber. Closes #351
|
2025-07-24 23:47:12 +03:00 |
|
arabcoders
|
3f338dba20
|
Added event for item in archive
|
2025-07-24 15:44:32 +03:00 |
|
arabcoders
|
a58921dba5
|
Showing Premiering right now instead on not live
|
2025-07-21 16:07:23 +03:00 |
|
arabcoders
|
e07751c41f
|
Minor messaging changes
|
2025-07-20 17:51:05 +03:00 |
|
arabcoders
|
472b8cb468
|
Fixes #344
|
2025-07-20 16:53:56 +03:00 |
|
arabcoders
|
a7e8d242c9
|
Completed the events system upgrade and expanded the notifications events with support for apprise.
|
2025-07-19 19:45:07 +03:00 |
|
arabcoders
|
138a497703
|
only offload to bg worker when needed.
|
2025-07-18 21:14:42 +03:00 |
|
arabcoders
|
09c5d7794d
|
Cleaning up the event dispatcher system.
|
2025-07-18 21:06:09 +03:00 |
|
arabcoders
|
112da01105
|
Major notification update to add initial support for apprise URLs.
|
2025-07-18 00:10:14 +03:00 |
|
arabcoders
|
47b5967c58
|
Add the ability to disable temp file handling
|
2025-07-14 23:00:41 +03:00 |
|
arabcoders
|
9d24fc01b4
|
Make it possible to cancel download and retain the temp data, ref #332
|
2025-07-11 18:18:45 +03:00 |
|
arabcoders
|
9ff9735a2f
|
Added the ability to add item in paused state
|
2025-07-08 22:13:45 +03:00 |
|
arabcoders
|
1239643f97
|
minor update to store fields
|
2025-07-08 17:58:56 +03:00 |
|
arabcoders
|
ebb7299053
|
Implements ytdlp filter logic to our own playlist processing.
|
2025-06-27 20:12:32 +03:00 |
|
arabcoders
|
da8ecd2722
|
Added missing playlist_ keys
|
2025-06-24 22:07:33 +03:00 |
|
arabcoders
|
ccb5b3767f
|
Fix playlist_autonumber
|
2025-06-24 22:02:59 +03:00 |
|
arabcoders
|
9dd71302f3
|
implements real throttle for playlist processor.
|
2025-06-24 21:59:58 +03:00 |
|
arabcoders
|
44b395aed9
|
use proper names for all create_tasks
|
2025-06-24 17:58:48 +03:00 |
|
arabcoders
|
a584ffcfd6
|
prevent the Download queue from back pressuring the event loop
|
2025-06-24 17:56:12 +03:00 |
|
arabcoders
|
388ed0bf9d
|
Handle Download queue task exceptions
|
2025-06-24 17:38:11 +03:00 |
|
arabcoders
|
de304005da
|
make it more clear when item has already been downloaded.
|
2025-06-24 17:26:03 +03:00 |
|
arabcoders
|
43aef86e7e
|
switch from config.version to config.app_version
|
2025-06-23 16:26:27 +03:00 |
|
arabcoders
|
74699680ea
|
minor logs update
|
2025-06-23 01:07:50 +03:00 |
|
arabcoders
|
f6e3c94432
|
minor changes to the event bus dispatcher
|
2025-06-23 01:00:36 +03:00 |
|
arabcoders
|
bd695e7067
|
Remove the redundant usage of AsyncPool and replace it with asyncio semaphore
|
2025-06-22 19:24:42 +03:00 |
|
arabcoders
|
a81ee127e9
|
Improved playlist handling
|
2025-06-22 18:32:56 +03:00 |
|
arabcoders
|
d0630f7415
|
Change re-queue text to retry
|
2025-06-22 18:03:12 +03:00 |
|
arabcoders
|
44226c9a04
|
when item download fails, trigger item_error event
|
2025-06-19 19:02:44 +03:00 |
|
arabcoders
|
8a3673bc07
|
added playlist items concurrency support.
|
2025-06-18 19:58:58 +03:00 |
|
arabcoders
|
872d85c458
|
add log entry when playlist processing is completed.
|
2025-06-18 18:36:55 +03:00 |
|
arabcoders
|
8694e82965
|
minor design update
|
2025-06-17 17:24:52 +03:00 |
|
arabcoders
|
ffcae45d9b
|
the ability to mark notification as low priority to bypass the toast
|
2025-06-15 19:35:57 +03:00 |
|
arabcoders
|
784671cb24
|
Fix premiere re-queue.
|
2025-06-15 18:45:18 +03:00 |
|
arabcoders
|
1c8de32e72
|
tag premiere video correctly.
|
2025-06-14 01:07:01 +03:00 |
|