868247e6d4
add startup folder migration command
2023-05-20 19:30:40 +07:00
c4e2332b83
fix startup race condition cluster health
2023-05-20 19:29:32 +07:00
139d20560f
remove unused channel folder refresh
2023-05-20 16:30:19 +07:00
66a14cf389
remove unused clean_string
2023-05-20 16:08:43 +07:00
9b30c7df6e
refacter filesystem scanner
2023-05-20 16:07:33 +07:00
5334d79d0d
default query
2023-05-20 15:38:55 +07:00
64984bc1b3
fix chown for mig new folder
2023-05-19 14:49:49 +07:00
8ef59f5bff
delete channel path building
2023-05-18 20:32:58 +07:00
9d6ab6b7b3
implement new media_url
2023-05-18 20:32:37 +07:00
d62b0d3f8d
implement simplified path migration
2023-05-18 17:42:15 +07:00
918a04c502
allow empty data for paginate
2023-05-18 17:01:07 +07:00
60f1809ed8
fix rescan without task
2023-05-17 23:24:47 +07:00
f848e73251
HOTFIX: default bitrate, #415
2023-05-14 08:01:15 +07:00
c65fbb0b60
add filesystem rescan message
2023-05-14 07:58:10 +07:00
95f114d817
remove leftover print statement
2023-05-14 07:52:51 +07:00
05eac1a8ca
hotfix: skip filesystem rescan
2023-05-13 23:24:35 +07:00
ea42f0f1e3
bump TA_VERSION v0.3.6
2023-05-13 20:48:01 +07:00
625dc357cc
fix typo
2023-05-13 19:22:42 +07:00
e94e11c456
various finetuning, RC, #build
...
Changed:
- Added auto tag to download queue item
- Add filesystem rescan before stream extract migration
- Add channel tags to search results
- Fix migration notification logic
- Fix filesystem rescan without task
2023-05-07 20:59:19 +07:00
a9b5713629
add channel tags to searching
2023-05-07 20:46:46 +07:00
dbaa13bfb0
apply auto_start sort to dl queue
2023-05-07 19:41:37 +07:00
5d0d050149
fix channel reindex flow
2023-05-07 17:45:48 +07:00
c327e94726
add filesystem rescan to video migration
2023-05-07 15:40:01 +07:00
774780d520
fix filesystem rescan without task
2023-05-07 15:36:26 +07:00
5e1167743f
fix migration notification logic
2023-05-07 12:06:55 +07:00
4376b826c4
add auto tag to video in queue
2023-05-07 12:06:38 +07:00
0fef751ab5
new channel parser, extractor lang, #build
...
Changed:
- Changed channel metadata extractor to yt-dlp
- Added channel tags
- Added extractor lang config
2023-05-07 10:02:54 +07:00
206921baf0
add unstable footer
2023-05-07 09:58:07 +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
e092a29b13
bump libs
2023-05-05 19:20:51 +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
cf37800c2b
Index media metadata, #build
...
Changed:
- Added stream and coded details
- Added channel aggregations
- Added autostart download
- Added members only playlist support
- Added yt-dlp format sort option
2023-04-29 18:44:14 +07:00
5cc642098d
remove old migration
2023-04-29 18:42:29 +07:00
7c01ad88b2
fix startup MediaStreamExtractor error handling
2023-04-29 18:37:54 +07:00
e866bb3be5
bump libs
2023-04-29 17:08:13 +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
8f3b832069
[API] add dl autostart query param
2023-04-29 12:55:12 +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