Commit Graph

114 Commits

Author SHA1 Message Date
7e4f564f45
fix title overwrite in notification 2023-04-10 10:25:09 +07:00
d2649c29c3
add recent videos to reindex queue task 2023-04-08 16:00:16 +07:00
2a0a04ac65
cleanup notifications 2023-03-30 18:20:53 +07:00
db0ade203a
return task commands to notification backend 2023-03-30 11:39:22 +07:00
2b8012b5d4
return command to task 2023-03-24 10:41:33 +07:00
0e726af2de
switch task creation to api posts 2023-03-23 11:28:42 +07:00
f304c2eb02
remove legacy kill_dl task 2023-03-23 10:59:00 +07:00
2bc92c9095
handle on_failure task callback 2023-03-23 10:57:15 +07:00
33b9a012d4
implement api-stop for download_pending 2023-03-23 10:48:43 +07:00
db0e362b7d
make update_subscribed stoppable 2023-03-22 17:01:34 +07:00
3bd6075a9b
[API] remove old task endpoint add task-name and task-id 2023-03-22 16:35:25 +07:00
3f4d0c0c76
change message groups 2023-03-18 20:24:28 +07:00
73c82a91c0
use task notification for already running 2023-03-18 18:00:38 +07:00
f194259ab3
refactor subscribe task backend 2023-03-18 17:46:51 +07:00
b2fa92a8c3
refactor channel playlist index task backend 2023-03-18 12:59:16 +07:00
d533c7acfe
refactor re_sync_thumbs task 2023-03-16 18:13:37 +07:00
461c2c4600
refactor thumbnail check task 2023-03-16 17:12:50 +07:00
0ab41f74dc
refactor filesystem class task 2023-03-16 13:18:26 +07:00
1ab7127ed3
split filesystem and manual import classes 2023-03-16 10:59:47 +07:00
6b2bd06393
refactor backup-restore tasks 2023-03-16 10:11:10 +07:00
04a559e471
refactor manual import task 2023-03-15 17:39:37 +07:00
6b7354b14f
refactor reindex task 2023-03-15 16:59:20 +07:00
2c719ae1ae
refactor download_pending task 2023-03-15 13:28:19 +07:00
488711ee8f
refactor extract dl task 2023-03-14 16:40:05 +07:00
78f04a2ffc
refactor subs rescan to new task manager 2023-03-14 15:42:42 +07:00
20f8a5a501
implement BaseTask with callbacks 2023-03-13 10:09:48 +07:00
666074ed49
refactor download task, consolidate tasks 2023-03-02 14:17:03 +07:00
4c0de78fb4
refactor subscribe from form task 2023-03-02 12:30:48 +07:00
dcb0cf6a6d
refactor filesystem rescan and thumb tasks 2023-03-02 11:53:38 +07:00
e7fd9c0aec
refactor reindex, manual import, zip backup tasks 2023-03-02 11:26:48 +07:00
ea002ad45d
refactor rescan and add to pending 2023-03-01 19:12:27 +07:00
b49e87c468
name all tasks 2023-03-01 15:31:17 +07:00
lamusmaser
4936f2fdf2
412 fix vid_type with downloads (single and bulk) (#413)
* update TA_VERSION v0.3.2

* Update `single_download` task to request proper `vid_type`.

* Modify `single_download` to match bulk download.

* pr 413: undo TA_VERSION update

---------

Co-authored-by: simon <simobilleter@gmail.com>
2023-02-11 17:07:36 +07:00
2d942fe9b5
load defaults for schedule builder at startup 2023-02-02 13:06:00 +07:00
f18e2ce599
remove old startup class 2023-02-02 12:46:54 +07:00
83057d9e54
return files clearded from clear_dl_cache 2023-02-02 10:46:59 +07:00
c75ef72e74
fix linter 2023-01-16 09:22:47 +07:00
5d0689abba
fix startup schedule builder for new installs, #408 2023-01-16 09:13:58 +07:00
d9f73622a5
refactor UrlParser into own module, rename enum fields 2023-01-06 15:37:55 +07:00
e299308711
match VideoTypeEnum with yt channel paths 2023-01-06 10:11:52 +07:00
46229db64c
[API] add download now endpoint, fix vid_type 2023-01-02 16:50:53 +07:00
Chance Turner
98f5b66826
Lives and shorts (#395)
* Initial shot at adding in live and short videos

* Fix for typo on config variable names

* Remove was_live youtube flag

* Adding startup script to support setting vid_type on ta_video for videos created prior to support for live and shorts

* Linting updates

* More linting fixes

* Removing title variable from loop tuple unpacking
2023-01-02 10:11:06 +07:00
5244cddeb3
add version_check background task 2022-12-21 14:24:24 +07:00
3b3d151ec3
add reindex task lock, implement add to running queue 2022-12-12 17:33:57 +07:00
0f6bc3a420
refactor check_reindex task for ReindexManual 2022-12-11 15:56:44 +07:00
0d21bfe929
refactor Reindex to use RedisQueue 2022-12-11 12:03:21 +07:00
49b120ed2b
refactor RedisQueue to take a queue_name arg 2022-12-10 14:51:17 +07:00
f1b89345e2
refactor ElasticBackup and ElasticIndex for better startup handling 2022-11-27 15:41:59 +07:00
f6c702fba7
refactor and run clear_dl_cache at startup 2022-11-25 18:49:36 +07:00
25f1539816
implement backup task lock, #278 2022-08-12 12:03:09 +07:00