tcely
b05d3854a1
Use repeat_until
in the call
2025-02-02 23:58:09 -05:00
tcely
a028b4ea26
Let the wait task go ahead first
2025-02-02 14:09:53 -05:00
tcely
89573e93f5
Add verbose_name
for better display
...
Also, some code readability changes.
2025-02-02 13:49:25 -05:00
tcely
deeb2f61a9
background
has less documentation than I wanted
2025-02-02 13:00:30 -05:00
tcely
9e46b9f6d5
A first attempt at waiting for future videos
2025-02-02 12:29:36 -05:00
tcely
480d5dd891
Add wait_for_media_premiere
task
2025-02-02 11:38:32 -05:00
meeb
ee32f238c4
Merge pull request #586 from tcely/rename-files-with-source-format-issue-185
...
Rename files after a source format change
2025-01-29 16:42:33 +11:00
tcely
a44e856378
Merge branch 'main' into rename-files-with-source-format-issue-185
2025-01-26 10:17:12 -05:00
tcely
69e895818e
Drop the thumbnail task if media downloaded first
2025-01-25 19:46:58 -05:00
tcely
3b20f07450
Try to download thumbnail before copy
2025-01-25 19:12:36 -05:00
tcely
274f19fa15
Use the new copy argument to filter_response
2025-01-09 13:41:23 -05:00
tcely
29c39aab1f
Add SHRINK_NEW_MEDIA_METADATA setting
2025-01-09 13:20:22 -05:00
tcely
ca75398548
Merge branch 'meeb:main' into filter-metadata-response
2025-01-07 01:35:13 -05:00
tcely
63fa97cc58
More compact JSON
...
The software doesn't need an extra space per key.
2025-01-07 00:43:59 -05:00
tcely
215aa64f2d
Change to a logged warning for NFO permission problems
2025-01-06 10:35:37 -05:00
tcely
fbcd01fe6c
Merge branch 'main' into rename-files-with-source-format-issue-185
2024-12-26 01:08:23 -05:00
meeb
76ac432e53
Merge pull request #593 from RichardHyde/handle_member_only_videos
...
Handle download_media_metadata task failures
2024-12-26 12:40:45 +11:00
meeb
083467296e
Merge pull request #601 from tcely/patch-9
...
Only log new media
2024-12-26 12:29:26 +11:00
tcely
d74e6bf2ca
Avoid the unlikely possibility of None comparison
2024-12-25 20:16:07 -05:00
meeb
e38709809e
Merge pull request #606 from tcely/patch-15
...
Made messages more human friendly
2024-12-26 11:59:53 +11:00
meeb
37b303ecec
Merge pull request #605 from tcely/patch-14
...
Cleanup removed media that has not been downloaded too
2024-12-26 11:59:12 +11:00
tcely
0795eb951d
Consistency fixes
...
The `filepath` variable is defined before the `if` and used throughout the first block, so we should use it in the `else` block too.
Otherwise, a change to that variable would change the first block but not the second block.
2024-12-25 00:21:58 -05:00
tcely
6c4d31765a
Made messages more human friendly
2024-12-25 00:16:18 -05:00
tcely
01f0d82788
Cleanup removed media that has not been downloaded too
2024-12-25 00:07:57 -05:00
tcely
3b41c8df81
Remove duplicated ' to:'
2024-12-23 16:55:26 -05:00
tcely
2799d95119
Only log new media
...
Channels with thousands of videos, that won't be downloaded, create large blocks in the logs without this.
2024-12-23 10:17:58 -05:00
Richard Hyde
ca61df2e0b
don't add the sync.tasks.download_media_metadata task if the video is skipped or there's already a task running
2024-12-19 18:42:14 +00:00
Richard Hyde
435885ff61
added sync.tasks.download_media_metadata to the task map
2024-12-19 18:39:19 +00:00
tcely
daaebc9c63
Add 'rename_all_media_for_source' to TASK_MAP
2024-12-17 18:13:47 -05:00
tcely
10c5a989c0
Adjust to accurate function in logged error
2024-12-17 15:22:13 -05:00
tcely
11d9711907
Add rename_all_media_for_source function
2024-12-12 17:46:03 -05:00
meeb
69a824e334
increase cached title length to 200 chars, ensure title is never set over 200 chars, resolves #518 (related to #515 )
2024-07-18 01:37:27 +10:00
meeb
b6cec8ab11
move saving all media items linked to a source when the source is saved to recalculate media skip status to background task, resolves #94
2024-07-14 19:13:14 +10:00
Tim
575a6f0c6c
Reduce how often we filter the media, it happens at save time
2024-07-13 08:25:16 +08:00
Tim
9615aac8e9
Store title as column instead of just in metadata to speedup access
2024-07-12 16:12:32 +08:00
Tim
d1de11d647
Allow filtering on min/max length of media
2024-07-12 11:43:31 +08:00
Tim
96ba4d25ed
Unify filtering for metadata to use same filtering for downloading
2024-07-11 16:30:08 +08:00
meeb
af3cf7ba63
Merge branch 'main' into main-extractChannelThumbnail
2024-02-26 16:50:29 +11:00
meeb
1b865bbf4f
Merge pull request #293 from geoah/main
...
Skip metadata and thumbnails if they are past the cutoff date
2024-02-26 16:42:28 +11:00
administrator
32a884365b
Duplicate banner.jpg to background.jpg
2023-12-11 19:38:36 +01:00
administrator
0478cb399e
Clean code and rename thumbnail by images
...
It now exports banner as banner.jpg and avatar as poster.jpg and season-poster.jpg
2023-12-11 19:24:44 +01:00
administrator
8770c76d6b
Remove BeautifulSoup to only use YT-DLP
2023-12-11 18:50:31 +01:00
administrator
e9d0599569
Add option to export channel thumbnails for Jellyfin
2023-12-10 19:06:00 +01:00
meeb
e54a762a7b
rework skip logic check, prevent race condition between metadata downloading and upload date being checked, resolves #440 , #183 , related to #438
2023-11-30 18:52:32 +11:00
locke4
0523f481d2
Updated according to comments on PR
...
Fixed whitespace
Update tests.py
Ran makemigrations
Update models.py
Update tests.py
Update models.py
Update tests.py
Update models.py
Update models.py
Update tests.py
Update models.py
Update tests.py
Update tests.py
Update tests.py
Update models.py
Update models.py
Update tests.py
Update models.py
Update models.py
Update tests.py
Update tests.py
Update signals.py
Update tasks.py
Update signals.py
Update models.py
Update tasks.py
Update signals.py
Update tasks.py
Update models.py
2023-10-24 18:37:09 +01:00
locke4
0f65a4027a
Add support for regex filters on video names
...
Update views.py
Update tests.py
Update source.html
Update tasks.py
Update signals.py
Update 0001_initial.py
Update models.py
Update models.py
Update tests.py
2023-10-21 21:07:15 +01:00
cavanfarrell
0542c734e5
Adds workflow to delete local media that no longer exists in the source
2023-10-20 10:19:57 -05:00
Alexey Kryuchkov
612f78e7eb
in cleanup_old_media, filter in database rather than in Python
2023-05-27 01:28:15 +03:00
meeb
e75b446883
Merge pull request #334 from kuhnchris/skip-manual
...
Adding new "manual_skip" field; adapt UI
2023-02-18 12:18:00 +11:00
KuhnChris
f4e5b6e76c
del delete_index_source_task
calls - solves #333
2023-02-13 14:23:41 +01:00