569 Commits

Author SHA1 Message Date
f848e73251
HOTFIX: default bitrate, #415 2023-05-14 08:01:15 +07:00
a9b5713629
add channel tags to searching 2023-05-07 20:46:46 +07:00
5d0d050149
fix channel reindex flow 2023-05-07 17:45:48 +07:00
774780d520
fix filesystem rescan without task 2023-05-07 15:36:26 +07:00
0d2d3353a9
add extractor lang, #316 2023-05-07 09:47:03 +07:00
b47687535a
undo faulty channel sync to videos 2023-05-05 19:21:09 +07:00
170839362e
fix ignoring progress message when not initiated with task 2023-05-04 11:48:38 +07:00
b95a659396
fix empty channel_subs parsing 2023-05-02 12:42:35 +07:00
2b66786728
switch channel index to yt-dlp, index tags 2023-05-02 11:45:34 +07:00
b7bfeaf215
add channel tags to mapping 2023-05-02 11:44:51 +07:00
63021bd313
add autostart subs to config form 2023-04-29 16:54:54 +07:00
cbcb7484a7 Merge branch 'feature/queue-autorun' into testing 2023-04-29 16:41:19 +07:00
Dominik Sander
1c0b407f3f
Allow to configure yt-dlp --format-sort argument (#471)
* Allow to configure yt-dlp `--format-sort` argument

This exposes the [`--format-sort`][1] yt-dlp option to the user.

Implements parts of #316

[1]: https://github.com/yt-dlp/yt-dlp#sorting-formats

* Trim split values of format_sort, obey black

* Add `format_sort` to default configuration

* Add note about codec compatibility to settings page
2023-04-29 16:32:52 +07:00
280c773441
add download now to form 2023-04-29 14:17:36 +07:00
efca460e9d
download now task handling 2023-04-29 13:22:10 +07:00
9b3d1fa1fd Merge branch 'testing' into feature/queue-autorun 2023-04-29 08:33:55 +07:00
Matthew Glinski
9a38aff03d
Accept members-only/paid-content playlist IDs/URLs (#469)
This adds a new check to the playlist url_id check to allow playlist urls from subscription only content on youtube channels.

The channel I tested on had an ID length of 26 (https://www.youtube.com/playlist?list=UUMOvk0KB4Ue0vfPqvDzjIAwiQ), I am not sure if other lengths are valid here also.

I have tested this on my local install and it is downloading the members only playlist correctly as long as I have valid youtube cookies.
2023-04-28 10:20:49 +07:00
06bbe2e400
fix playlist sub parser 2023-04-27 22:06:41 +07:00
77900f89e3
remove legacy limit_count config 2023-04-23 13:59:32 +07:00
bc39561606
consolidate dl queue notification to method 2023-04-22 13:42:54 +07:00
89779ec13b
consolidate update status priority 2023-04-21 17:25:04 +07:00
1b6b219e02
modify _get_next to for auto_only attr 2023-04-21 16:11:37 +07:00
3a091ac287
implement auto_start indexing 2023-04-16 18:30:39 +07:00
e385331f6c
add typing 2023-04-16 13:59:15 +07:00
4067b6c182
add channel aggs 2023-04-15 22:55:30 +07:00
a17f05ef21
index streams and file size 2023-04-15 17:45:20 +07:00
a4d42573ef
move DurationConverter to separate module 2023-04-13 17:29:17 +07:00
7e4f564f45
fix title overwrite in notification 2023-04-10 10:25:09 +07:00
3f7b38713f
add more progress notification for zip backup 2023-04-09 14:29:13 +07:00
0b33edcb4c
tweak thumb resync paginate size 2023-04-09 14:23:10 +07:00
06c7968070
fix silly host_clean and direct access TA_PASSWORD 2023-04-09 13:35:13 +07:00
a98a30cc85
elaborate TA_HOST parsed, #441 2023-04-09 13:27:47 +07:00
a924d648d6
add video id to processing message 2023-04-09 12:42:46 +07:00
d2649c29c3
add recent videos to reindex queue task 2023-04-08 16:00:16 +07:00
ff89432d86
fix off by one task notification error 2023-04-08 14:28:03 +07:00
fb77ab44ee
fix manual import media file permission, add missing comment check trigger 2023-04-07 19:51:40 +07:00
e43840da31
fix manual index folder permission 2023-04-07 19:41:53 +07:00
841f5ab67f
fix missing tvart fallback key 2023-04-07 19:14:25 +07:00
4038a837cf
fix chown for subtitles 2023-04-07 13:11:40 +07:00
5b2d7db102
fix chown for channel folder creation 2023-04-07 12:47:33 +07:00
c8dd391fd3
fix channel tv art validator callback 2023-04-07 09:09:32 +07:00
780115adb6
download and index channel tv art 2023-04-05 21:49:03 +07:00
ee4dbf99b3
add type hints 2023-03-31 13:15:30 +07:00
981a4cb8b3
clear queue on stop 2023-03-31 10:09:54 +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
81701df1c7
speed up comments and channel extraction by disabling format test 2023-03-24 10:21:38 +07:00
df9a52a8f2
speed up add to queue by disabling format check 2023-03-24 09:57:09 +07:00
19c853f07b
fix message trunct 2023-03-23 12:20:12 +07:00
0e726af2de
switch task creation to api posts 2023-03-23 11:28:42 +07:00