Commit Graph

1075 Commits

Author SHA1 Message Date
meeb
d4a46f252f
Merge pull request #706 from tcely/patch-5
Add status text to the download task
2025-02-12 05:46:39 +11:00
tcely
33ad4179b8
Clean up previously prepended task_status 2025-02-10 05:27:45 -05:00
tcely
b16fb062aa
Avoid ImportError 2025-02-10 04:50:08 -05:00
tcely
332f34c78e
Avoid ImportError 2025-02-10 04:46:35 -05:00
tcely
55637c2caf
Add status text to the download task 2025-02-10 04:34:58 -05:00
meeb
8d89cc01f9
Merge pull request #697 from tcely/patch-10
Some checks failed
Run Django tests for TubeSync / test (3.10) (push) Has been cancelled
Run Django tests for TubeSync / test (3.11) (push) Has been cancelled
Run Django tests for TubeSync / test (3.12) (push) Has been cancelled
Run Django tests for TubeSync / test (3.7) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Use `libopus` and speed up VP9 encoding
2025-02-09 16:53:28 +11:00
meeb
e4b3cefbc7
Merge pull request #692 from tcely/patch-4
Add & use functions from status classes
2025-02-09 16:52:41 +11:00
meeb
565266e7c7
Merge pull request #696 from tcely/patch-9
Add more keys to filter
2025-02-09 13:02:27 +11:00
meeb
ee28735a88
Merge pull request #694 from tcely/patch-6
Remove existing (unlocked) tasks is safe to use
2025-02-09 12:55:03 +11:00
tcely
e58fae1f96
Skip over items that are not dictionaries 2025-02-08 20:17:53 -05:00
tcely
208a540bc9
Add and use list_of_dictionaries function 2025-02-08 19:59:00 -05:00
tcely
2fd5e70486
Use version sorting 2025-02-08 17:22:54 -05:00
tcely
1d51c6182b
COPY doesn't do any globbing
Instead, set up and use a 'python3' symbolic link.
2025-02-08 17:04:33 -05:00
tcely
2205f08124
Remove the assert for lang_codes
The test data doesn't conform to this expectation.
2025-02-08 16:11:45 -05:00
tcely
8bff3b6c24
More stringent checking of types 2025-02-08 16:02:38 -05:00
tcely
cfec876796
Adjust for requested_subtitles layout 2025-02-08 14:14:56 -05:00
tcely
e2680c4b24
Split the COPY line 2025-02-08 13:45:21 -05:00
tcely
a9078c3521
Update modify_chapters.py 2025-02-08 00:14:48 -05:00
tcely
bf7b57e666
Update modify_chapters.py 2025-02-07 22:27:26 -05:00
tcely
e889c78a48
Patch yt_dlp postprocessor modify_chapters.py 2025-02-07 21:20:31 -05:00
tcely
f78f33f8fa
Add modify_chapters.py
From:
https://github.com/tcely/yt-dlp/raw/refs/heads/modify-chapters-codecs/yt_dlp/postprocessor/modify_chapters.py
2025-02-07 21:15:13 -05:00
tcely
88a200a338
Update and rename modify_chapters.py to modify_chapters.py 2025-02-07 21:13:22 -05:00
tcely
23e38312a7
Create modify_chapters.py 2025-02-07 21:10:48 -05:00
tcely
3039e3105c
More VP9 tweaks 2025-02-07 19:12:17 -05:00
tcely
d1eecf19c2
Use libopus and speed up VP9 encoding 2025-02-07 18:56:09 -05:00
tcely
64302e8191
Change the minimum next step to 1 2025-02-07 17:15:45 -05:00
tcely
d7d1f52ff3
Completed fragments or bytes can be zero 2025-02-07 15:59:44 -05:00
tcely
23abc545d2
Replace '100%' with the calculated percent 2025-02-07 15:34:24 -05:00
tcely
90b892fd85
Prefer fragment count calculation
When the first fragment is downloaded, the percent is calculated as `100`, because the bytes and total are from the fragment, which prevents additional logging.
2025-02-07 15:21:23 -05:00
tcely
7f64226369
Add more keys to filter
- `heatmap`: is a huge list of tiny "chapters" used to display popularity of sections of the video
- `requested_subtitles`: also has a URL that expires
2025-02-07 14:58:43 -05:00
tcely
ee9849a1aa
Calculate percent from number of fragments downloaded 2025-02-07 13:58:22 -05:00
tcely
074230b737
Switch from key to filename
When downloading subtitles, key isn't available.
2025-02-07 13:04:23 -05:00
tcely
034110e6fe
Log str output 2025-02-07 11:42:19 -05:00
tcely
f5c832e5ab
fixup: use repr to identify the class 2025-02-07 07:35:51 -05:00
tcely
d6ed3388e2
Removing existing (unlocked) tasks is safe to use 2025-02-07 06:19:13 -05:00
tcely
71d84e1d74
Better output 2025-02-07 06:11:09 -05:00
tcely
6177ff4c59
Move get into BaseStatus 2025-02-07 05:42:34 -05:00
tcely
afa5ec8684
fixup: it is status not self needed here 2025-02-07 04:45:11 -05:00
tcely
09812019b5
Use next_progress to avoid logging in spurts 2025-02-07 04:28:52 -05:00
tcely
3c4849551b
Define then update *_hook dictionaries 2025-02-07 03:50:48 -05:00
tcely
75df4a57e3
Move common methods to a BaseStatus class 2025-02-07 03:44:12 -05:00
tcely
08842752d4
We can't use self without an instance 2025-02-07 03:06:21 -05:00
tcely
3b14e03842
Add & use functions from status classes 2025-02-07 01:50:23 -05:00
meeb
53e7cc2c87
Merge pull request #691 from tcely/patch-4
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.7) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Rework download progress hook
2025-02-07 14:43:33 +11:00
tcely
194e84b074
Differentiate the unknown event logs 2025-02-06 22:36:56 -05:00
tcely
3ec1d2dc29
Initialization is done by the class now 2025-02-06 22:26:23 -05:00
tcely
c24178f7d6
Support multiple independent statuses 2025-02-06 22:24:43 -05:00
tcely
36a9902d26
Reset hook.download_progress before downloading 2025-02-06 20:31:32 -05:00
tcely
6d71c69878
Reset hook.download_progress so that it isn't above 100% 2025-02-06 20:02:14 -05:00
tcely
dfc63a2b94
Reworked download progress hook
Be more resilient about missing keys.
Log the downloading state the first time through.
2025-02-06 18:06:15 -05:00