lordwelch
  • Joined on 2023-05-03
lordwelch pushed to on_ratelimit at lordwelch/comictagger 2025-01-14 17:41:32 -08:00
13ee9e9ad8 Use signals a little better and avoid QDialog.exec
lordwelch pushed to main at lordwelch/comic-hasher 2025-01-11 16:15:47 -08:00
29f58e7fe7 Limit download buffer pool to 10MB buffers
lordwelch pushed to main at lordwelch/comic-hasher 2025-01-11 16:12:08 -08:00
53545c02d5 Limit download buffer pool to 10MB buffers
lordwelch pushed to main at lordwelch/comic-hasher 2025-01-11 15:26:54 -08:00
fe3f045c6e Fix issues with reading cv files
lordwelch pushed to main at lordwelch/comic-hasher 2025-01-11 12:19:39 -08:00
8ce1ca3354 Fix invalid index
75d60339ee Optimizations
Compare 2 commits »
lordwelch pushed to develop at lordwelch/comictagger 2025-01-10 17:01:07 -08:00
c9de8370c2 Merge branch 'mizaki/gmd_lang_iso' into develop
8de35bdfa1 Fix default dict creating unnecessary keys
5f8a6b25c1 Fix -1 not being false for credit language combobox
01d7612a58 Pass credit language ISO using the widget.data to respect the metadata credit requiring an ISO string. If the string fails to match an ISO, use the raw text.
e8e21eb1b6 Fix tests not being excluded in wheel
Compare 61 commits »
lordwelch pushed to main at lordwelch/comic-hasher 2025-01-10 14:24:38 -08:00
8a9aec4884 Don't catch sigabrt
lordwelch pushed to main at lordwelch/comic-hasher 2025-01-09 02:11:15 -08:00
033c68593b Implement a buffer pool
lordwelch pushed to original_hash at lordwelch/comictagger 2025-01-05 21:03:32 -08:00
ed18df4678 Allow printing combined CLI tags
lordwelch pushed to original_hash at lordwelch/comictagger 2025-01-05 20:41:10 -08:00
8b3cda0495 Allow recording the original hash
lordwelch pushed to original_hash at lordwelch/comictagger 2025-01-05 20:33:11 -08:00
cd205804b1 Allow recording the original hash
e8e21eb1b6 Fix tests not being excluded in wheel
8fbb40bb76 Fix language and countries getting modified
04075cc20e Fix credit handling in GUI
Compare 4 commits »
lordwelch created branch original_hash in lordwelch/comictagger 2025-01-05 20:33:11 -08:00
lordwelch pushed to on_ratelimit at lordwelch/comictagger 2025-01-04 15:23:02 -08:00
a9da87bff3 Improve canceling during a ratelimit
lordwelch pushed to main at lordwelch/comic-hasher 2024-12-26 17:52:05 -08:00
260a13688a Wait every 200 downloads so CV doesn't get overloaded
e04469938d Fix downloading images that are not hashed
Compare 2 commits »
lordwelch pushed to main at lordwelch/comic-hasher 2024-12-25 15:22:46 -08:00
8bdfb282b9 Only create directories if we are keeping images
lordwelch pushed to main at lordwelch/comic-hasher 2024-12-25 15:11:15 -08:00
9baa4dbc17 Add RmdirP
lordwelch pushed to main at lordwelch/comic-hasher 2024-12-25 14:54:14 -08:00
5cf25089da Improve downloading images
cf2c61b92e Update pre-commit
Compare 2 commits »
lordwelch pushed to on_ratelimit at lordwelch/comictagger 2024-12-24 21:18:22 -08:00
d011975fd0 Fix typo
lordwelch pushed to on_ratelimit at lordwelch/comictagger 2024-12-23 20:10:46 -08:00
4d767f026a Fix dark mode
lordwelch pushed to on_ratelimit at lordwelch/comictagger 2024-12-22 20:27:55 -08:00
b1c164add0 Skip GUI tests on Windows and Linux