Commit Graph

1998 Commits

Author SHA1 Message Date
tcely
1fd8214f3e
Add a TaskManager.boot_time property 2025-03-24 15:50:22 -04:00
tcely
5385599542
Reorder the copy layers 2025-03-24 15:18:48 -04:00
tcely
5e50629141
Test the background_task changes 2025-03-24 15:12:13 -04:00
tcely
2afad767f1
Tasks locked_at before the current boot time are not locked 2025-03-24 15:08:32 -04:00
tcely
c10b1aa255
Add nodename to Task.locked_by 2025-03-24 13:46:59 -04:00
tcely
e5e29885f1
Change the task expiration to 1 day 2025-03-24 13:17:31 -04:00
tcely
f9eb571dd8
Resume partial downloads unless the .clean file is found 2025-03-24 12:54:42 -04:00
tcely
e48abb2c72
Use locked_at as it is closer to started
`run_at` is when it was ready to be processed.
`locked_at` is when it was taken out of the queue.
2025-03-24 12:28:10 -04:00
tcely
b9f575fbc0
Don't skip missing fragments during format testing 2025-03-24 12:24:08 -04:00
tcely
30c5f57619
Add the video number to the debug log message 2025-03-24 12:10:01 -04:00
meeb
e01301e1ce
Merge pull request #875 from tcely/patch-6
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.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Add and use the `update_task_status` function
2025-03-24 18:27:39 +11:00
tcely
7ad9842b8e
Reorder some imports 2025-03-23 03:58:41 -04:00
tcely
2951cabd6b
Add and use the update_task_status function 2025-03-22 21:54:41 -04:00
meeb
6e539c50a9
Merge pull request #874 from tcely/patch-6
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.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
Clean `verbose_name` when a repeating task did not complete
2025-03-23 03:00:50 +11:00
tcely
47df126074
Distinguish the loops in the checking task 2025-03-22 11:38:43 -04:00
tcely
391fe738b5
Use remove_enclosed function in hooks.py 2025-03-21 15:07:48 -04:00
tcely
a55e9ccfb6
Clean up verbose_name for check task also 2025-03-21 14:51:35 -04:00
tcely
0febb409bb
Use remove_enclosed function 2025-03-21 14:44:41 -04:00
tcely
ebea5d8369
Add remove_enclosed function 2025-03-21 14:37:09 -04:00
tcely
e2f36d8e85
Add a clean up function for verbose_name 2025-03-21 14:30:12 -04:00
meeb
ecd2904063
Merge pull request #872 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.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
Tweak name to be accurate again
2025-03-21 02:24:57 +11:00
tcely
10666b8444
Tweak name to be accurate again 2025-03-20 11:21:55 -04:00
meeb
12e021f368
Merge pull request #841 from tcely/patch-6
Apply the suggested "Sync Now" changes
2025-03-21 02:05:22 +11:00
meeb
00b88fc87d
Merge pull request #823 from tcely/patch-14
Tweak tasks page
2025-03-21 02:04:43 +11:00
meeb
8fccc4f245
Merge pull request #850 from tcely/patch-17
Refresh formats only after metadata was saved
2025-03-21 02:04:25 +11:00
meeb
4c42c4b4d9
Merge pull request #870 from tcely/ffmpeg-releases
More stable `ffmpeg` releases
2025-03-21 02:04:03 +11:00
tcely
612c6299c3
More stable ffmpeg releases
This code picks the same build date, as long as:
1. The release still exists
2. The commit is the latest
2025-03-20 02:04:02 -04:00
meeb
f0ec22221e
Merge pull request #868 from tcely/patch-12
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.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Use `Media.metadata_published` in `reduce_data`
2025-03-20 02:17:06 +11:00
meeb
540408fc68
Merge pull request #867 from tcely/patch-10
Be consistent with the tuple syntax
2025-03-20 00:20:51 +11:00
tcely
13e7fc21a8
Use Media.metadata_published 2025-03-19 09:18:51 -04:00
tcely
0a35167563
Merge branch 'meeb:main' into delete-source-reworked 2025-03-19 08:39:36 -04:00
tcely
2484a30900
Use tasks.schedule_media_servers_update 2025-03-19 08:37:29 -04:00
tcely
74439b2f36
Consistency 2025-03-19 08:16:18 -04:00
meeb
7f9b97dbc5
Merge pull request #859 from tcely/patch-10
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.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
The workflow should work for forks also
2025-03-19 17:13:11 +11:00
tcely
84e7a23fc9
Avoid using always() 2025-03-19 02:05:33 -04:00
tcely
ba8ad20910
Don't push for forks 2025-03-19 01:59:07 -04:00
tcely
d31f29aa7c
Merge branch 'main' into patch-10 2025-03-19 01:38:31 -04:00
tcely
d6785660b8
Don't override FFMPEG_VERSION yet 2025-03-19 01:36:49 -04:00
tcely
35f0dcff55
Remove FFMPEG_DATE value from Dockerfile 2025-03-19 01:35:19 -04:00
tcely
f5a30c218b
Follow yt-dlp/FFmpeg-Builds/releases automatically 2025-03-19 01:23:02 -04:00
meeb
4b26172e74
Merge pull request #865 from tcely/patch-12
Thumbnail download can proceed without metadata
2025-03-19 16:03:39 +11:00
meeb
9386e5045e
Merge pull request #866 from tcely/patch-15
fixup: indentation
2025-03-19 16:03:25 +11:00
tcely
e1f2cd0d85
fixup: indentation 2025-03-19 01:00:06 -04:00
tcely
20959fb4c2
Thumbnail download can proceed without metadata 2025-03-19 00:46:49 -04:00
meeb
7718f8eee8
Merge pull request #833 from tcely/patch-15
Show progress on tasks page
2025-03-19 15:42:14 +11:00
tcely
3af8a14690
Merge branch 'main' into patch-15 2025-03-19 00:40:56 -04:00
meeb
3d6a217f20 bump ffmpeg and yt-dlp 2025-03-19 15:36:36 +11:00
meeb
060947b757
Merge pull request #864 from tcely/patch-19
Add a default thumbnail URL before metadata is available
2025-03-19 15:32:24 +11:00
meeb
dbae674bb8
Merge pull request #860 from tcely/patch-12
Better indexing of inactive sources
2025-03-19 15:29:53 +11:00
tcely
65f86b1161
Use the default argument 2025-03-19 00:13:23 -04:00