Commit Graph

2884 Commits

Author SHA1 Message Date
meeb
fd67be5e5b
Merge pull request #1151 from tcely/patch-5
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.13) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Move more work into `huey` queues
2025-06-24 17:03:59 +10:00
meeb
f7adbd9859
Merge pull request #1150 from tcely/patch-4
[TubeSync-huey] Create cache-huey.py
2025-06-24 17:03:08 +10:00
meeb
20bf62e848
Merge pull request #1149 from tcely/patch-2
[TubeSync-fs] Check for `cookiefile` option directly
2025-06-24 17:02:31 +10:00
tcely
ce63b2806c
Move more work into huey queues 2025-06-23 21:48:07 -04:00
tcely
93c9cc386a
Store the queue name in the class 2025-06-23 11:42:05 -04:00
tcely
724a9a1842
fixup: use try/else 2025-06-23 11:23:26 -04:00
tcely
8969ac5484
fixup: access huey through self 2025-06-23 11:17:22 -04:00
tcely
f7e7a83cfb
Create cache-huey.py 2025-06-23 11:08:47 -04:00
tcely
d03ab79fa6
[TubeSync-fs] Check for cookiefile option directly 2025-06-23 10:15:28 -04:00
meeb
e221361549
Merge pull request #1146 from tcely/patch-14
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.13) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Create `yt_dlp_plugins`
2025-06-24 00:08:47 +10:00
meeb
b11d7d4c42
Merge pull request #1147 from tcely/patch-15
Clean up dynamic locks before indexing a source
2025-06-24 00:08:13 +10:00
meeb
592f2d1787
Merge pull request #1145 from tcely/patch-13
Ignore `TUBESYNC_WORKERS` entirely
2025-06-24 00:06:06 +10:00
meeb
53afd37657
Merge pull request #1144 from tcely/patch-12
Stop mentioning `TUBESYNC_WORKERS`
2025-06-24 00:05:43 +10:00
meeb
738a9b66b7
Merge pull request #1143 from tcely/patch-11
Silence a silly logged message
2025-06-24 00:05:27 +10:00
meeb
56e84e48d8
Merge pull request #1142 from tcely/patch-10
Turn off `ignoreerrors`
2025-06-24 00:04:48 +10:00
meeb
0090a2d60a
Merge pull request #1139 from tcely/patch-5
Add a convenience format: `yyyy_0mm_dd`
2025-06-24 00:04:17 +10:00
meeb
ad9fd352f8
Merge pull request #1140 from tcely/patch-7
Add `wait_for_database_queue` tasks to the web UI
2025-06-24 00:03:20 +10:00
meeb
eb19e31f89
Merge pull request #1137 from tcely/patch-4
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.13) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Do not store keys that only return `None` anyway
2025-06-23 20:29:34 +10:00
meeb
ecfae0bb9e
Merge pull request #1136 from tcely/patch-2
Clean up `sys.stdout` for messages from `local_settings.py`
2025-06-23 20:29:17 +10:00
tcely
9fe40cd81f
Sort the files 2025-06-23 00:28:52 -04:00
tcely
dcbe8b1d17
Clean up dynamic locks before indexing a source 2025-06-22 14:11:43 -04:00
tcely
fff550c301
fixup: need a Path not a str 2025-06-22 12:39:49 -04:00
tcely
0ee9a2c087
The settings are empty 2025-06-21 21:33:47 -04:00
tcely
7c66b3b005
Check that the cookies file exists 2025-06-21 18:56:22 -04:00
tcely
b96348f3b0
fixup: typing 2025-06-21 15:35:51 -04:00
tcely
d66665ce69
Adjust for key already being hashed and clean up 2025-06-21 15:17:06 -04:00
tcely
b9270336fc
fixup: quoting 2025-06-21 13:08:04 -04:00
tcely
13bd4c83e0
fixup: adjust the example preference 2025-06-21 13:06:04 -04:00
tcely
9e98eedea7
Create cache-filesystem.py 2025-06-21 12:59:14 -04:00
tcely
7bcb06d271
Create the XDG_STATE_HOME directory 2025-06-21 11:45:23 -04:00
tcely
1aaed36985
Add XDG_CONFIG_HOME directory 2025-06-21 11:42:06 -04:00
tcely
0102f4f92f
Stop using BACKGROUND_TASK_ASYNC_THREADS setting 2025-06-21 07:02:48 -04:00
tcely
60c74785de
Ignore TUBESYNC_WORKERS entirely 2025-06-21 06:56:30 -04:00
tcely
e15319cc01
Remove TUBESYNC_WORKERS 2025-06-21 06:31:35 -04:00
tcely
9f19eefbfe
Silence a silly logged message 2025-06-21 05:39:28 -04:00
tcely
24749e18b2
Turn off ignoreerrors
We only download one video at a time, so skipping over a failed download isn't something that we want.
2025-06-21 05:21:10 -04:00
tcely
15b4091714
Add to tests 2025-06-20 19:21:58 -04:00
tcely
18f26f9eaa
Add to variables listing 2025-06-20 19:17:31 -04:00
tcely
2c93784623
Add to validation function 2025-06-20 19:14:42 -04:00
tcely
413c3af38b
Tweak the display of the message 2025-06-20 16:37:35 -04:00
tcely
bb184ba7dd
Add a message about the paused queues to the running section 2025-06-20 13:57:39 -04:00
tcely
3cb6ff410c
Add wait_for_database_queue tasks to the web UI 2025-06-20 13:41:30 -04:00
tcely
56620fdc07
Add a convenience format: yyyy_0mm_dd 2025-06-19 20:22:40 -04:00
tcely
6d14b5aa57
Do not store keys that only return None anyway 2025-06-19 17:31:12 -04:00
tcely
5960bb5d17
Use the WARNING level from logging 2025-06-19 16:31:18 -04:00
tcely
12de44f6ea
Use the default logging level 2025-06-19 15:58:02 -04:00
tcely
800a2a5eb8
Use the level provided in logging 2025-06-19 15:55:47 -04:00
tcely
f492d7acdd
Set using DATABASES['default'] 2025-06-19 15:44:53 -04:00
tcely
f63fb74e17
Log at the specified level 2025-06-19 15:36:37 -04:00
tcely
25755c0a47
Specify the log level 2025-06-19 15:22:23 -04:00