1766 Commits

Author SHA1 Message Date
tcely
106da4616f
Store the metadata from channels or playlists 2025-07-18 05:35:34 -04:00
meeb
802716047c
Merge pull request #1226 from tcely/patch-7
Avoid the `source_post_save` signal when indexing
2025-07-17 17:44:53 +10:00
meeb
2e826b1c37
Merge pull request #1224 from tcely/patch-6
Avoid the signal games for `Media.save`
2025-07-17 17:44:36 +10:00
meeb
9827de4869
Merge pull request #1217 from tcely/patch-2
Remove the old `index_source_task` task
2025-07-17 17:44:15 +10:00
tcely
8eb34d6905
Avoid the source_post_save signal when indexing 2025-07-16 20:11:27 -04:00
tcely
0d1f1fd821
Avoid the signal games for Media.save 2025-07-16 19:39:33 -04:00
tcely
aecfc89551
Call check_source_directory_exists directly 2025-07-16 07:56:08 -04:00
tcely
eca878eb74
Update tests.py 2025-07-16 07:44:12 -04:00
tcely
62e6b15b31
Close opened files 2025-07-16 07:39:55 -04:00
tcely
9d6f77e935
Update signals.py 2025-07-16 07:39:45 -04:00
tcely
263f8ece27
Update views.py 2025-07-16 07:39:33 -04:00
tcely
446a8c71e0
Add and use the get_model_task function 2025-07-16 07:39:25 -04:00
tcely
267adb701a
Use download_source_images after editing a Source 2025-07-15 15:10:09 -04:00
tcely
d8644f0581
Update wait_for_errors in tasks.py 2025-07-15 06:21:33 -04:00
tcely
b0693ec373
Remove the old index_source_task task 2025-07-15 06:02:29 -04:00
meeb
0f348138fa
Merge pull request #1216 from tcely/patch-10
Set `TaskHistory.scheduled_at` when a task is rescheduled also
2025-07-15 16:27:57 +10:00
tcely
d6d73c9b6f
Ensure scheduled_at is before end_at for running 2025-07-15 02:00:44 -04:00
tcely
627871a1c3
Move the highest priority to the front of the list 2025-07-14 14:53:15 -04:00
meeb
ecaafef7fe
Merge pull request #1212 from tcely/patch-7
Update `TaskHistory.scheduled_at` when scheduling tasks
2025-07-15 00:06:41 +10:00
tcely
3fc3a6036b
Update TaskHistory.scheduled_at when scheduling tasks 2025-07-14 06:44:15 -04:00
tcely
e2b4e0a8d1
Call TaskHistory.objects.running 2025-07-14 05:36:58 -04:00
meeb
faabb3b8c5
Merge pull request #1199 from tcely/tcely-download_media
Remove old `download_media` task
2025-07-14 14:49:51 +10:00
tcely
06adeca92b
Remove old database query 2025-07-13 15:04:10 -04:00
tcely
4b14925141
fixup: consistency 2025-07-13 14:55:02 -04:00
tcely
8196896369
fixup: remove an unused import 2025-07-13 14:21:50 -04:00
tcely
34e1ee2d02
Merge branch 'main' into tcely-download_media 2025-07-13 14:16:16 -04:00
tcely
5caca002e6
Provide all keys to format 2025-07-13 13:31:19 -04:00
meeb
f1f62b171a
Merge pull request #1203 from tcely/patch-7
Disable a patch that will break in the next release
2025-07-13 19:50:57 +10:00
meeb
b208d7bf08
Merge pull request #1201 from tcely/tcely-download_media_thumbnail
Remove old `download_media_thumbnail` task
2025-07-13 19:49:46 +10:00
meeb
35fa8c8de6
Merge pull request #1200 from tcely/patch-2
Use `download_media_image` function in `Media.copy_thumbnail`
2025-07-13 19:49:23 +10:00
tcely
b60dbf6c9b
Remove the to-do comment 2025-07-13 01:56:32 -04:00
tcely
8713fa167a
Remove a patch that will break in the next release 2025-07-13 01:11:16 -04:00
tcely
6611f5fe26
Update tests.py 2025-07-13 00:03:15 -04:00
tcely
8dc4fa8d42
Update signals.py 2025-07-12 23:53:59 -04:00
tcely
cda2be6434
Update tests.py 2025-07-12 23:49:01 -04:00
tcely
3fb6ea9336
fixup: replace a removed variable 2025-07-12 23:38:35 -04:00
tcely
3d7d6b090c
Do not try to delete the old task 2025-07-12 23:33:29 -04:00
tcely
b8fcde61c8
Use TaskHistory for the get_media_thumbnail_task function 2025-07-12 23:16:37 -04:00
tcely
ecdd47fe8a
Update tests.py 2025-07-12 22:57:20 -04:00
tcely
5fc37c40db
Update signals.py 2025-07-12 22:32:50 -04:00
tcely
57e6bec516
Remove download_media_thumbnail from tasks.py 2025-07-12 22:18:39 -04:00
tcely
2448f6e83b
Use download_media_image for redownloading thumbnails 2025-07-12 22:12:32 -04:00
tcely
e2154c8058
Use download_media_image function in Media.copy_thumbnail 2025-07-12 21:37:39 -04:00
tcely
11fdf114d9
Update views.py 2025-07-12 19:44:46 -04:00
tcely
fd569b49a8
Update media.py 2025-07-12 19:23:07 -04:00
tcely
967f84d800
Update tests.py 2025-07-12 18:59:20 -04:00
tcely
e7d606a7dc
Use TaskHistory for the get_media_download_task function 2025-07-12 18:29:21 -04:00
tcely
5c6b95cf63
Remove download_media from tasks.py 2025-07-12 17:49:45 -04:00
tcely
d26bc3192b
Update signals.py 2025-07-12 16:44:01 -04:00
tcely
3a4f5437cf
Use remove_duplicates for save_all_media_for_source tasks 2025-07-12 16:25:11 -04:00