Commit Graph

1647 Commits

Author SHA1 Message Date
tcely
cfb117b555
Tweaked logged message 2025-03-11 21:10:42 -04:00
tcely
89f2f2b0d3
Show progress on tasks page 2025-03-11 17:39:33 -04:00
tcely
3c714859db
Rename then check media 2025-03-11 17:14:44 -04:00
tcely
af0e300ef1
Download metadata before indexing another source 2025-03-11 16:59:33 -04:00
tcely
552e46faf4
Remove /etc/pip.conf from Dockerfile 2025-03-11 12:00:04 -04:00
tcely
c865890f32
Delete pip.conf 2025-03-11 11:56:55 -04:00
meeb
8cf2827e69
Merge pull request #830 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) Waiting to run
Use socks support from the operating system
2025-03-12 00:36:20 +11:00
tcely
f0f7edfd47
Add PySocks
Upgrade to the latest, if the OS version is too old.
2025-03-11 09:28:26 -04:00
tcely
aa54a88cdb
Add urllib3[socks] and requests[socks]
These each have slightly different version requirements for `PySocks`.
2025-03-11 09:25:57 -04:00
tcely
2cd33672af
Remove python3-python-socks 2025-03-11 09:05:38 -04:00
tcely
092e5ef54c
Add python3-socks 2025-03-11 08:38:25 -04:00
meeb
f2e2961b7b
Merge pull request #829 from tcely/patch-10
Remove explicit `django-compressor`
2025-03-11 23:36:24 +11:00
tcely
7db0048f80
Remove requests[socks] from Pipfile 2025-03-11 08:25:57 -04:00
tcely
239cfca534
Use socks support from the operating system 2025-03-11 08:24:02 -04:00
tcely
e174c42bf5
Remove explicit django-compressor
Also, add some of the useful optional dependencies.
2025-03-11 08:14:23 -04:00
meeb
e00c3c5b38
Merge pull request #828 from tcely/patch-10
Remove explicit `libsass`
2025-03-11 22:59:47 +11:00
tcely
8d65b57852
Remove explicit libsass
We need this to use the package added in #808.
2025-03-11 07:26:35 -04:00
meeb
f0e6f2819d
Merge pull request #808 from tcely/patch-12
Speed up `arm64` builds
2025-03-11 22:17:16 +11:00
tcely
08fb55eb64
fixup: we don't need to assign self 2025-03-11 06:59:40 -04:00
meeb
f673a5d8ba
Merge pull request #826 from tcely/patch-10
Improve checking media efficiency
2025-03-11 21:59:14 +11:00
meeb
7260b9aca4
Merge pull request #824 from tcely/patch-15
Increase database efficiency
2025-03-11 21:56:19 +11:00
tcely
76c60830eb
Positive timing values 2025-03-11 06:54:33 -04:00
tcely
d69866ded8
fixup: call function with instance 2025-03-11 05:45:00 -04:00
tcely
5f11779dc2
Time some index functions 2025-03-11 05:17:46 -04:00
tcely
3f10e45e6a
Add timing and profiling decorators 2025-03-10 20:26:47 -04:00
tcely
27955d7b7b
Improve checking media efficiency 2025-03-10 16:42:25 -04:00
meeb
fecfc689fa
Merge pull request #822 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) Waiting to run
Update 0028_alter_source_source_resolution.py
2025-03-10 22:03:49 +11:00
tcely
79ed138aa1
fixup: typo 2025-03-09 22:45:49 -04:00
tcely
4b3605f65e
Use a temporary directory for testing formats 2025-03-09 22:31:56 -04:00
tcely
84d42fb2ab
Add more logging to get_media_info 2025-03-09 22:02:44 -04:00
tcely
58472f7785
Add explicit transactions for certain tasks 2025-03-09 21:47:48 -04:00
tcely
674a1d1d94
fixup: remove extra ')' 2025-03-09 19:37:47 -04:00
tcely
e284f760af
Add sub filter
This is the opposite of the default `add` filter.
2025-03-09 19:33:45 -04:00
tcely
29c2d44704
Use a filter 2025-03-09 19:27:34 -04:00
tcely
11e815e633
Use with tag 2025-03-09 18:17:02 -04:00
tcely
6f63714118
Remove errors from scheduled
Errors are technically scheduled too, but the numbers don't add up for the user and can be confusing when they are included.
2025-03-09 17:59:18 -04:00
tcely
9893383e47
Tweak tasks ordering 2025-03-09 17:55:15 -04:00
tcely
be71f8cc10
Display the shorter engine instead of driver 2025-03-09 15:42:18 -04:00
tcely
3a6c317074
Update 0028_alter_source_source_resolution.py
Match this to the label change in dc0e1d7552.
2025-03-09 14:25:30 -04:00
tcely
c0115c0431
Update local_settings.py.container 2025-03-09 10:38:04 -04:00
tcely
e5c0abbdca
os was imported 2025-03-09 09:45:46 -04:00
tcely
eabcb36aaa
Switch to common.utils.getenv in settings.py 2025-03-09 09:43:01 -04:00
tcely
7315cb9853
Remove getenv from local_settings.py.container 2025-03-09 09:37:11 -04:00
tcely
c2653b76a9
Add getenv to common.utils 2025-03-09 09:34:36 -04:00
tcely
3c94e5a0b3
Add and use getenv
`os.getenv` makes no guarantees about the return type for default values.
2025-03-09 06:56:39 -04:00
meeb
ed3c7c6e9d
Merge pull request #819 from tcely/patch-9
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
Do not try to refresh formats when no metadata exists
2025-03-09 15:43:09 +11:00
tcely
5cd372c92d
Do not try to refresh formats when no metadata exists 2025-03-08 17:04:11 -05:00
tcely
01a9f07d58
Import missing functions from yt_dlp.utils 2025-03-08 11:59:44 -05:00
tcely
c2aa9a4b9f
Explicitly turn off checking of thumbnails 2025-03-08 11:07:13 -05:00
tcely
7c0891c703
Link to the python3 version immediately after installing it 2025-03-08 10:45:28 -05:00