569 Commits

Author SHA1 Message Date
cacf6e43b8
add envcheck and basic connection check startup command 2023-01-28 08:37:58 +07:00
4d65d45a59
disable shorts or streams for channels, #405 2023-01-16 09:51:03 +07:00
5d0689abba
fix startup schedule builder for new installs, #408 2023-01-16 09:13:58 +07:00
c0e36133a1
remove timeouts on ES connection 2023-01-14 13:21:50 +07:00
d6a861118f
better watched state log output 2023-01-14 08:51:10 +07:00
18a4484fa8
fix reindex logic when not using cookies 2023-01-13 15:19:11 +07:00
092c467a2e
default to videos vid_type in get_youtube_details 2023-01-12 16:49:45 +07:00
8db361cc88
channel fullscan to fix vid_type in refresh task 2023-01-11 23:06:02 +07:00
00d7c33af6
randomize version_check schedule 2023-01-11 22:00:44 +07:00
9a526f93f4
fix reindex active_key 2023-01-07 15:53:32 +07:00
d5885273ac
detect any shorts before adding to queue 2023-01-07 15:41:11 +07:00
db4798754a
match streams type with was_live 2023-01-07 09:58:53 +07:00
646bc1b12e
filter by vid_type for add to download queue 2023-01-07 09:45:01 +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
eccad8968b
add unknown field to VideoTypeEnum 2023-01-04 11:54:39 +07:00
72e9234b2b
fix playlist validator only validating active playlists 2023-01-04 08:24:18 +07:00
eb812d2b0a
add timeouts 2023-01-02 22:16:20 +07:00
ce4288ff66
add is_short standalone helper function 2023-01-02 21:36:08 +07:00
46229db64c
[API] add download now endpoint, fix vid_type 2023-01-02 16:50:53 +07:00
d690c4591c Merge branch 'master' into testing 2023-01-02 10:11: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
43a41973d9
fix missing run method call 2022-12-31 16:06:33 +07:00
00379bfe26
fix cookie validate bool logic 2022-12-31 15:35:58 +07:00
34ed6ebc63
fix sponsorblock segments parser, #397 2022-12-31 11:17:11 +07:00
73e1bba541
fix refactor codelist init 2022-12-23 23:00:35 +07:00
599dd26b53
refactor comment interface into reusable CommentList class 2022-12-23 22:34:25 +07:00
0b60377e19
cleanup, fix lint 2022-12-23 20:43:36 +07:00
6ed2308f99
[API] add watched state endpoints 2022-12-23 20:39:14 +07:00
09556dbf21
switch deleteQueue to API call 2022-12-22 19:57:19 +07:00
470ecb007d
switch re-add to queue to API call 2022-12-22 19:48:24 +07:00
8af10f8c07
switch ignore to API call 2022-12-22 19:42:59 +07:00
7a9f5e5685
[API] add and use DELETE channel endpoint 2022-12-22 19:24:48 +07:00
bad4b48573
switch forget ignored to API call 2022-12-22 19:12:09 +07:00
db21ee8bcb
[API] add and use DELETE video endpoint 2022-12-22 19:01:13 +07:00
63f35b19fe
register version_check schedule 2022-12-22 11:17:06 +07:00
ef44cb852c
add new version notification to UI 2022-12-21 18:26:32 +07:00
5244cddeb3
add version_check background task 2022-12-21 14:24:24 +07:00
4cccb73812
use timestamp() instead of strftime 2022-12-19 15:05:47 +07:00
e804dd1aec
continue indexing if comment indexing failes, #383 2022-12-19 14:59:07 +07:00
f45a3095cb
fix cast, use ENABLE_CAST env var to enable, #331 2022-12-19 14:43:10 +07:00
71dd63d3f0
[API] implement refresh GET and POST endpoints 2022-12-19 11:24:37 +07:00
21028d4e25
dict better REINDEX_CONFIG datatype 2022-12-12 18:21:31 +07:00
2753ce93a2
add contains to RedisQueue 2022-12-12 18:01:02 +07:00
0f6bc3a420
refactor check_reindex task for ReindexManual 2022-12-11 15:56:44 +07:00
617790b68f
add ReindexManual to control reindex from API 2022-12-11 15:39:40 +07:00
762a0fe8a1
add default sort _doc in IndexPaginate 2022-12-11 14:57:39 +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
c06f6c68b4
fix empty comment reindex 2022-12-01 18:13:04 +07:00