Commit Graph

1361 Commits

Author SHA1 Message Date
tcely
afcefc04c1
Do not change the Media instance 2025-02-14 18:48:32 -05:00
tcely
986fda59ce
Do not unset Media.downloaded when the file is not found 2025-02-14 18:44:15 -05:00
tcely
806dde6cac
Do not allow filtering to turn off Media.skip 2025-02-14 15:01:55 -05:00
tcely
ab0cc1c5ee
Don't turn Media.skip off when starting 2025-02-14 14:50:40 -05:00
tcely
1f3cf1c62e
Tweak for readability
Changing the default to `None` makes it clearer why the `or 0` is needed.
2025-02-14 14:38:05 -05:00
tcely
92c0ed20c7
Handle None in video["duration"]
Fixes #725

Translate `None` from `get` to `0` for `float`
2025-02-14 14:30:10 -05:00
tcely
c09f399fb6
fixup: remove an extra comma 2025-02-14 14:00:26 -05:00
tcely
271ba49a68
Tweak the query by moving downloaded to the NOT grouping 2025-02-14 13:57:32 -05:00
tcely
72d0019493
Remove logging of the SQL
I've seen it, and the query looks fine.
2025-02-14 13:33:45 -05:00
meeb
f083ad65f7
Merge pull request #720 from tcely/patch-4
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
Find the correct media instance from hooks
2025-02-15 02:19:06 +11:00
meeb
f17fc28227
Merge pull request #717 from tcely/patch-2
Show publication date and the not truncated title
2025-02-15 02:18:38 +11:00
tcely
a9f9424dd5
Remove SOURCE_VCODEC_VP9 2025-02-13 21:46:14 -05:00
tcely
bc6648b110
Remove SOURCE_ACODEC_OPUS 2025-02-13 21:41:33 -05:00
tcely
0d6498805f
Remove SOURCE_ACODEC_CHOICES and SOURCE_VCODEC_CHOICES 2025-02-13 21:32:47 -05:00
tcely
465d584b8a
Search and replace of V to Val
Fixes #722
2025-02-13 21:09:53 -05:00
tcely
7a39fcf21e
Log the SQL being used 2025-02-13 18:51:46 -05:00
tcely
5534bb5cf5
Find only downloading media with the key 2025-02-13 18:45:09 -05:00
tcely
165fb8607f
Display Media.download_date after check mark 2025-02-13 18:03:34 -05:00
tcely
bc284568df
Remove unused SOURCE_RESOLUTION* 2025-02-13 08:43:08 -05:00
tcely
8a044567a5
Remove SOURCE_TYPE_YOUTUBE_PLAYLIST 2025-02-13 08:23:06 -05:00
tcely
18ba5c4424
Show publication date and the not truncated title 2025-02-13 06:10:49 -05:00
tcely
c702889653
Adjusted test data for the new filter_seconds_min choices 2025-02-13 05:31:06 -05:00
tcely
1ccdd2e58b
Integer is a closer fit for bool 2025-02-13 02:26:56 -05:00
tcely
811bbdf57f
fixup: missed one of the users of a removed attribute 2025-02-13 01:54:55 -05:00
tcely
6768fe4385
Use MediaState in models.py 2025-02-13 01:47:45 -05:00
tcely
11ee871006
Merge branch 'meeb:main' into patch-17 2025-02-12 23:55:04 -05:00
tcely
f4b34bafd0
Use FilterSeconds in models.py 2025-02-12 23:52:35 -05:00
tcely
edd320b786
Replace Source.SOURCE_TYPE_YOUTUBE_PLAYLIST 2025-02-12 23:26:14 -05:00
tcely
43e6598a31
Remove unused variables 2025-02-12 23:08:28 -05:00
tcely
312b9275c1
Use FileExtension for import-existing-media.py 2025-02-12 23:07:25 -05:00
tcely
58b98739ee
Use V for models.py 2025-02-12 22:59:29 -05:00
tcely
7638500188
Use V for views.py 2025-02-12 20:30:32 -05:00
tcely
150bb9a5f8
Use V for tests.py 2025-02-12 19:40:55 -05:00
tcely
a81d946980
Use V in matching.py 2025-02-12 18:09:51 -05:00
tcely
fb1db9da59
Add V function to save myself some effort 2025-02-12 18:04:00 -05:00
tcely
10632b9e5d
Use SourceResolution 2025-02-12 15:23:08 -05:00
tcely
a33527a6cd
Use SourceResolution 2025-02-12 13:49:19 -05:00
tcely
091c9fed7b
Create 0028_alter_source_source_resolution.py 2025-02-12 13:37:51 -05:00
tcely
2e4ef80691
fixup: missed the list() 2025-02-12 13:25:40 -05:00
tcely
7bb29165e2
Correct the mapping keys 2025-02-12 13:15:56 -05:00
tcely
2195ac34b7
Remove RESOLUTION_MAP 2025-02-12 11:27:27 -05:00
tcely
3675496cfa
Use SourceResolution 2025-02-12 11:21:29 -05:00
tcely
668a3c6604
Use Fallback 2025-02-12 09:49:18 -05:00
meeb
78434ca522
Merge pull request #715 from tcely/patch-4
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 a raw string
2025-02-13 01:41:23 +11:00
meeb
5b88a3147b
Merge pull request #714 from tcely/patch-2
We can filter before metadata
2025-02-13 01:40:57 +11:00
meeb
5b8f6cfacf
Merge pull request #703 from tcely/patch-10
Skip downloaded media that was deleted
2025-02-13 01:34:37 +11:00
meeb
6e1b203bed
Merge pull request #710 from tcely/patch-16
Deduplicated `fields`
2025-02-13 01:34:16 +11:00
tcely
0fdef5948c
Use Fallback 2025-02-12 07:32:23 -05:00
tcely
0f85803081
Use Fallback 2025-02-12 07:07:26 -05:00
tcely
4a1c0016fd
Use MediaServerType 2025-02-12 06:34:29 -05:00