arabcoders
|
09c0267404
|
Added Web UI for task definitions
|
2025-09-23 01:41:22 +03:00 |
|
arabcoders
|
2eba728dd2
|
Refactor event handlers to be asynchronous across multiple modules
|
2025-09-12 02:55:11 +03:00 |
|
arabcoders
|
70e06f0122
|
remove webview in favor of using built-in browser.
|
2025-08-25 22:24:04 +03:00 |
|
arabcoders
|
0ea1d80243
|
Added initial code to support adding custom fields to NewDownload form.
|
2025-08-07 18:12:24 +03:00 |
|
arabcoders
|
438254c594
|
Added task to kill debugpy, sometimes vscode leave it behind causing problems during development
|
2025-07-25 17:37:52 +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
|
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
|
37dab36fc9
|
support running in pywebview in windows.
|
2025-07-07 18:37:11 +03:00 |
|
arabcoders
|
43aef86e7e
|
switch from config.version to config.app_version
|
2025-06-23 16:26:27 +03:00 |
|
arabcoders
|
fdec2356f9
|
Fix tasks not dispatching
|
2025-06-23 12:56:00 +03:00 |
|
arabcoders
|
8c82d1b99c
|
create new loop in main thread
|
2025-06-23 01:13:17 +03:00 |
|
arabcoders
|
f6e3c94432
|
minor changes to the event bus dispatcher
|
2025-06-23 01:00:36 +03:00 |
|
arabcoders
|
f50708852a
|
As we no longer need to update each time yt-dlp updates, we going to use simver
|
2025-06-18 22:08:11 +03:00 |
|
arabcoders
|
0345da6468
|
handle ping endpoint logging better
|
2025-06-17 20:00:03 +03:00 |
|
arabcoders
|
8694e82965
|
minor design update
|
2025-06-17 17:24:52 +03:00 |
|
arabcoders
|
5212dfeeaa
|
Refactor HttpSocket to be more manageable and more modular.
|
2025-06-13 01:02:31 +03:00 |
|
arabcoders
|
400cf7bec3
|
completely refactored HttpAPI into more manageable routes.
|
2025-06-12 00:57:37 +03:00 |
|
arabcoders
|
6c8fd05886
|
WiP: More migration to Path
|
2025-06-10 01:08:44 +03:00 |
|
arabcoders
|
1f1fbbac01
|
WIP: more changes to support webview in the future.
|
2025-06-08 23:45:00 +03:00 |
|
arabcoders
|
6d774a6d9c
|
switch to uv instead of pipenv, and partially fix the code to work on windows.
|
2025-06-08 20:45:12 +03:00 |
|
arabcoders
|
2676ed099d
|
support pywebview
|
2025-06-07 23:40:59 +03:00 |
|
arabcoders
|
700fe41c15
|
plans for native app
|
2025-06-07 17:51:00 +03:00 |
|
arabcoders
|
0f0dd51a41
|
Add support for running YTPTube from sub-directory. Fix #295
|
2025-06-05 21:04:00 +03:00 |
|
arabcoders
|
ba152fcb4f
|
packages update.
|
2025-05-27 21:59:16 +03:00 |
|
arabcoders
|
b5a3ed1ab4
|
Added info dict condition checker
|
2025-05-07 17:58:33 +03:00 |
|
arabcoders
|
999dbf35c0
|
it works!
|
2025-05-02 21:12:00 +03:00 |
|
arabcoders
|
99a2f60ad7
|
another attempt at fixing mpd streams
|
2025-05-02 19:49:13 +03:00 |
|
arabcoders
|
1754841df0
|
Another attempt at fixing live_from_start
|
2025-05-02 17:43:05 +03:00 |
|
arabcoders
|
f1a04acaaf
|
Fixes to live_from_start
|
2025-05-02 13:18:14 +03:00 |
|
arabcoders
|
fb70f0b2ce
|
attempt at fixing yt-dlp youtube live_from_start for premiere
|
2025-05-01 17:08:28 +03:00 |
|
arabcoders
|
7755f3c4e2
|
added some protection aganist staled download blocking the download queue.
|
2025-04-19 17:44:09 +03:00 |
|
arabcoders
|
245a3e7f98
|
added new env variable to auto upgrade yt-dlp on container startup
|
2025-04-03 19:37:44 +03:00 |
|
ArabCoders
|
07fc86565a
|
updated the app to use EventBus
|
2025-03-21 23:56:02 +03:00 |
|
ArabCoders
|
a973ce8bcf
|
Finalize EventBus design
|
2025-03-21 21:54:28 +03:00 |
|
ArabCoders
|
d88ee15060
|
separated the scheduler from tasks, to allow us to schedule non add url tasks in the future
|
2025-03-02 21:49:52 +03:00 |
|
ArabCoders
|
259eae251a
|
initial work to support adding/deleting presets from api
|
2025-02-27 15:30:52 +03:00 |
|
ArabCoders
|
45878965f4
|
fixed linting problems
|
2025-01-28 23:05:59 +03:00 |
|
ArabCoders
|
fdec16e895
|
mostly linter fixes.
|
2025-01-28 19:43:51 +03:00 |
|
ArabCoders
|
d063cf0f52
|
use same name cross client and server for variables and config files.
|
2025-01-28 00:09:46 +03:00 |
|
ArabCoders
|
902244769a
|
Major code changes.
|
2025-01-27 19:53:59 +03:00 |
|
ArabCoders
|
ddc216ccb6
|
revamped the notification system
|
2025-01-25 22:24:13 +03:00 |
|
ArabCoders
|
e5f2a09cc7
|
Added backward compatibility fix.
|
2025-01-24 23:25:03 +03:00 |
|
ArabCoders
|
a4827202d8
|
overhauled the tasks page to support adding/editing/deleting tasks from the WebUI directly instead of relying on tasks.json file.
|
2025-01-24 23:13:53 +03:00 |
|
ArabCoders
|
1319c3e1ab
|
ignore /api/ping access log
|
2025-01-18 17:47:03 +03:00 |
|
ArabCoders
|
531ffc7eb6
|
added env variable and file to be able to install python packages on start
a better approach for installing packages.
|
2025-01-02 17:57:49 +03:00 |
|
ArabCoders
|
6851e1d911
|
prevent logging ping requests
|
2024-12-27 19:07:08 +03:00 |
|
ArabCoders
|
2d70de2032
|
updating python code to be little more clean and implements more type checks.
|
2024-12-20 21:20:51 +03:00 |
|
ArabCoders
|
df86cc0001
|
updated some type checks
|
2024-12-19 22:58:33 +03:00 |
|
ArabCoders
|
c727ab3446
|
Finalizing migration to nuxt3
|
2024-12-17 17:07:52 +03:00 |
|