817 Commits

Author SHA1 Message Date
4ec2e2d11b Fix log formatting
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
Contributions / A job to automate contrib in readme (push) Has been cancelled
2025-07-17 22:14:58 -07:00
3b0c3447ee Recursively search for comics by default 2025-07-17 19:15:09 -07:00
d91f6799a0 Fix tags_read in json output for print action 2025-07-01 19:37:37 -07:00
e816232e59 Filerenamer enhancements
Allow None replacements to reference other fields
Only do standard replacements and duplicate space removal on field values
Remove filename sanitation of field values
    Filename sanitation is performed when doing the actual move
2025-07-01 19:21:19 -07:00
24428c8958 Fix None replacements 2025-07-01 18:17:29 -07:00
af693f4f25 Improve smart text cleanup 2025-07-01 18:16:50 -07:00
f9fb1237fb Update quick_tag to use Equivalent IDs 2025-06-29 18:36:26 -07:00
f741fc9d16 Merge branch 'mizaki/md_plugin_note-769' into develop 2025-06-29 17:37:57 -07:00
c035733aa3 Improve sorting volumes 2025-06-29 17:37:11 -07:00
e34b23747b Fix clearing cache 2025-06-29 17:37:11 -07:00
5e63fd6438 Implement better error handling during renaming 2025-06-29 17:37:11 -07:00
bfa9b07016 Use efficient list checks 2025-06-29 17:37:11 -07:00
Mizaki
ee929d8f8a Add plugin sources notes to startup disclaimer and at bottom of metadata download settings window 2025-06-23 22:59:38 +01:00
1aadf2c52a Merge branch 'Kijaru/add_gtin_identifier-762' into develop 2025-06-19 09:06:10 -07:00
76e33cc6b6 Fix enabling original hash widgets 2025-06-19 00:13:59 -07:00
653e792bfd Switch to PyQt6 2025-06-18 17:24:37 -07:00
Kijaru
97c2242474 Fix typo in gtinvalidator 2025-05-28 08:23:16 +02:00
Kijaru
47df09c8c7 Add GTIN validation 2025-05-27 00:50:27 +02:00
94f325a088 Fix error when parsing metadata from the CLI 2025-05-24 11:49:56 -07:00
ebd7fae059 Fix setting the issue to "1" when not searching online 2025-05-24 11:49:38 -07:00
Kijaru
38e7789c7b Add support for GTIN identifier 2025-05-17 11:54:59 +02:00
12f1d11ee8 Merge branch 'mizaki/issue_hash_cover' into develop 2025-05-05 00:20:57 -07:00
3d47e6b3b6 Make perception hash more efficient 2025-05-04 17:28:52 -07:00
ca969e12a7 Update quick tag for new api 2025-05-04 15:40:34 -07:00
039fd4598d Remove unnecessary log output 2025-05-04 15:32:45 -07:00
f1b729129e Fix mypy types 2025-05-04 15:32:26 -07:00
Mizaki
bcc677ab12 Use empty string Kind instead of Hash != 0 for hash checking. Remove redundent or for HashImage.URL value 2025-05-03 22:07:28 +01:00
c9e368bf3f Speedup ComicArchive access fixes #728
Fix invalid zip test
Removing the check on each file inside of the zip, invalid zip files may still be opened but don't really matter in this case
Cache reading the filename list
Add a list of supported extensions to check first for an archiver
Remove unnecessary calls to rar executable
Fix limiter on integration test
Remove excess processEvents calls
Fix unnecessary calls when inserting into the FileSelectionList
2025-05-02 13:42:01 -07:00
2f64154cd2 Update to latest version of settngs 2025-05-01 18:18:50 -07:00
165388ce1b Show more options to the user if there are multiple bad matches
Fix some error cases in the comicvine talker
Remove leftover pprint statement
2025-04-30 17:32:05 -07:00
fb629891ba Sort files before processing 2025-04-30 17:27:25 -07:00
f0c644f5ec Fix flake8 error 2025-04-30 17:26:56 -07:00
bfd9fe89dc Update quick-tag for new api 2025-04-25 13:45:28 -07:00
146f160802 Fix tag selection 2025-04-22 21:08:10 -07:00
b5eba8d715 Fix difference_hash 2025-04-22 21:08:10 -07:00
Mizaki
506fac03c7 Use ImageHash solely 2025-04-17 23:48:53 +01:00
343be3b973 Upgrade pre-commit 2025-04-13 13:48:42 -07:00
3c6321faa0 Fix assertion about image pixels 2025-04-12 21:15:49 -07:00
HSN
2fafd1b064 Fallback to C only and add Logging
Skip falling back to en_US and go straight to C as it is always available.
Add error logging.
2025-04-04 20:03:18 +02:00
HSN
827b7a2173 Remove .UTF-8 from fallback language options
Modify fallback languages from en_US.UTF-8 & C.UTF-8 to en_US & C to avoid errors when UTF-8 is not available.
2025-03-30 12:06:33 +02:00
pre-commit-ci[bot]
8aa422fd66 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-29 07:07:43 +00:00
HSN
7e3824c769 Change ' to " because test error... 2025-03-29 08:05:15 +01:00
pre-commit-ci[bot]
4f8d4803e1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-29 07:00:08 +00:00
HSN
b482b88c37 Add error catching to locale.getlocale()
Add error handling and fallbacks to en_US or C as language locale in case of misconfigured or minimal system.
2025-03-29 07:54:44 +01:00
3965bfe082 Merge branch 'mizaki/qtutils_image_exception' into develop 2025-03-22 20:02:43 -07:00
3dad7c18f8 Fix removing disabled tags 2025-03-18 21:24:08 -07:00
ea945a6b2a Don't allow cr tags to be disabled if it's the only tags available 2025-03-18 19:57:06 -07:00
575d36b67f Update typing 2025-03-18 19:55:28 -07:00
6a9d4bf648 Update sys.path handling 2025-03-16 14:06:49 -07:00
719eedb8b5 Fix #739 2025-03-16 13:52:45 -07:00