Commit Graph
144 Commits
Author SHA1 Message Date
timmy 512b45b7f7 Fix IssueResult 2026-04-24 20:42:40 -07:00
pre-commit-ci[bot] ee9daf95ff [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-19 17:15:43 +00:00
timmy 4ea0fcb34b Fix assertion from 57e5571 fixes #811 2025-12-06 13:15:09 -08:00
timmy 57e5571c91 Fix quick-tag not saving metadata fixes #810 2025-12-01 11:06:59 -08:00
timmy 144b3ba370 Display message when a ratelimit is hit 2025-09-18 13:29:24 -07:00
timmy 4ec2e2d11b Fix log formatting
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
timmy d91f6799a0 Fix tags_read in json output for print action 2025-07-01 19:37:37 -07:00
timmy bfa9b07016 Use efficient list checks 2025-06-29 17:37:11 -07:00
timmy ebd7fae059 Fix setting the issue to "1" when not searching online 2025-05-24 11:49:38 -07:00
timmy ca969e12a7 Update quick tag for new api 2025-05-04 15:40:34 -07:00
timmy bfd9fe89dc Update quick-tag for new api 2025-04-25 13:45:28 -07:00
timmy 719eedb8b5 Fix #739 2025-03-16 13:52:45 -07:00
timmy 5d96bdfda5 Allow printing combined CLI tags 2025-03-02 12:32:40 -08:00
timmy 803768b33a Allow recording the original hash 2025-03-02 12:32:40 -08:00
Mizaki c3f5badc7d Use source hashes for cover matching 2025-02-11 01:03:12 +00:00
Kilian Cavalottiandtimmy fbaec93d7d Update comictaggerlib/cli.py
Make sure `results` exists before checking for `online_results`

Co-authored-by: Timmy Welch <timmy@narnian.us>
2025-02-02 11:38:51 -08:00
kcgthb 7480e28eac only display metadata source info if results were found, to avoid confusion 2025-01-27 17:48:19 -08:00
timmy 577e99ae39 Print CLI tags when using the print command 2024-12-06 23:02:10 -08:00
timmy 582224abec Fixes for quick-tag 2024-09-12 11:51:38 -07:00
timmy fab30f3f29 Add experimental quick-tag 2024-08-18 19:16:55 -07:00
timmy 8cb1140614 Fix rename of read_all_tags Fixes #659
Fix --skip-existing-tags Fixes #658
2024-06-23 15:09:11 -07:00
timmy e452fa153b Fix issues from static analysis 2024-06-22 20:21:01 -07:00
timmy 3389c72a63 Merge branch 'help-messages' into develop 2024-06-21 19:53:30 -07:00
timmy 69a9566f42 Update all references of saved 'matadata' to 'tags' 2024-06-20 16:47:10 -07:00
timmy 6351afb36c Add an option to prefer filename metadata on the CLI fixes #630 2024-06-08 19:12:38 -07:00
timmy 0198eb9e2b Fix saving merge settings 2024-06-06 20:41:21 -07:00
Mizaki a4941a93f0 Use combined md with -i on CLI 2024-06-01 00:45:59 +01:00
timmy 32b570ee5b Improve help messages
Include default values
2024-05-21 19:57:47 -07:00
timmy e864e2db48 Re-arrange settings 2024-05-21 19:57:47 -07:00
Mizaki 6c3b63abd9 Add option for merge lists and fix saving overlay options in settings window 2024-05-11 22:08:49 +01:00
Mizaki 3d443e0908 lordwelch rewrite 2024-05-11 02:04:43 +01:00
Mizaki 2faac18597 norm_fold out of loop for add_credit. Explicit overlay mode for CLI metadata. 2024-05-11 02:02:01 +01:00
Mizaki e9a592df50 GUI overlay settings moved to internal namespace and CLI args added 2024-05-11 02:02:01 +01:00
Mizaki 62240bf2f4 Add OverlayMode options for read style and data source 2024-05-11 02:02:01 +01:00
Mizaki ffb4efbcd7 GUI overlay settings moved to internal namespace and CLI args added 2024-05-11 02:01:59 +01:00
Mizaki 8b0683f67c Add OverlayMode options for read style and data source 2024-05-11 01:56:06 +01:00
Mizaki 0bbdaa96cf Split command line `--type arg into --type-modify for modify styles and --type-read for read styles 2024-04-29 00:51:40 +01:00
Mizaki 29dc7ad830 Use multi-read styles. Table combo box style improvements. Tooltips 2024-04-29 00:40:41 +01:00
timmy 8b4bf8d51f Allow preserving the original filename when moving 2024-04-27 19:25:33 -07:00
timmy 064795fac9 Fix prepare_metadata 2024-04-27 16:43:51 -07:00
timmy a681abb854 Consolidate preparing metadata for save 2024-04-27 15:29:34 -07:00
timmy 244cd9101d Remove commented code 2024-03-09 13:46:51 -08:00
timmy 5155762711 Add comicfn2dict as an alternative filename parser 2024-03-03 21:47:31 -08:00
timmy 4e75731024 Re-write IssueIdentifier.search as IssueIdentifier.identify 2024-02-23 20:47:04 -08:00
timmy fbe56f4db9 Remove unnecessary dest arguments in settings 2024-01-22 17:00:59 -08:00
timmy 085543321a cbxClearFormBeforePopulating not working 2024-01-22 16:50:15 -08:00
timmy db00736f58 Fix filename parsing not respecting user settings 2023-12-25 21:57:31 -08:00
timmy 9c231d7e11 Add better page info handling
Rename set_default_page_list to apply_default_page_list and apply
 during read_metadata
Add a filename attribute to the ImageMetadata class
Mark image_index as required
Always sort the page name list, a comic application will never need the
 unsorted list of names
Assign the first result from get_cover_page_index_list to coverImage in
 CoMet tags
Allow an Archiver to be passed to the ComicArchive constructor
2023-12-18 02:37:34 -08:00
timmy ae5e246180 Add plugin support for metadata 2023-12-17 21:47:43 -08:00
timmy 50859d07c4 Set the return code to 3 if any results are not successful 2023-12-17 18:17:19 -08:00