Commit Graph

1554 Commits

Author SHA1 Message Date
timmy 085543321a cbxClearFormBeforePopulating not working 2024-01-22 16:50:15 -08:00
timmy f8c0ca195a Add cbxDisableCR, update cbxSplitWords and cbxClearFormBeforePopulating 2024-01-22 16:49:57 -08:00
timmy dda0cb521a Add more credit synonyms 2024-01-21 15:06:34 -08:00
timmy bb1a83b4ba Fix the rename command 2024-01-21 14:01:11 -08:00
timmy f34e8200dd Fix add_to_path tests 2024-01-20 10:34:40 -08:00
timmy 539aac1307 Fix clearing lists via the '-m' option Fixes #587 2024-01-14 13:38:11 -08:00
pre-commit-ci[bot] f75ee58ac0 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0)
2024-01-08 17:15:56 +00:00
timmy d27621ccd7 Merge branch 'pre-commit-ci-update-config' into develop 2023-12-31 14:45:45 -08:00
timmy 1ca585a65c Fix #584 2023-12-31 14:33:27 -08:00
timmy 39407286b3 Fix tarfile 1.6.0-alpha.10 2023-12-25 22:59:57 -08:00
timmy 6e56872121 Fix running dmgbuild again 2023-12-25 22:50:11 -08:00
timmy 888c50d72a Fix running dmgbuild 2023-12-25 22:41:57 -08:00
timmy 231b600a0e Switch to tar.gz and dmg archives to reduce space 2023-12-25 22:16:18 -08:00
timmy db00736f58 Fix filename parsing not respecting user settings 2023-12-25 21:57:31 -08:00
pre-commit-ci[bot] 5a714e40d9 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.1...v1.8.0)
2023-12-25 17:15:30 +00:00
timmy 230a4b6558 Update namespace 1.6.0-alpha.9 2023-12-24 18:32:52 -08:00
timmy f7bd6ee4f3 Add cix support 2023-12-24 18:32:52 -08:00
timmy 1ef6e40c29 Allow the avif extension 2023-12-24 18:32:52 -08:00
timmy 7d1bf8525b Merge branch 'metadata-plugin' into develop 2023-12-24 18:32:42 -08:00
timmy 59694993ff Fix loading previous existing xml 2023-12-24 18:28:38 -08:00
timmy 109d8efc0b Update pyinstaller hook 2023-12-24 18:04:35 -08:00
timmy c8507c08a9 Ensure ComicRack and CoMet metadata preserve unknown xml tags 2023-12-23 23:50:58 -08:00
timmy 28be4d9dd7 Improve errors when loading plugins 2023-12-23 23:47:44 -08:00
timmy ceb3b30e5c Always apply the default page list when writing metadata 2023-12-20 21:24:12 -08:00
timmy 8dccedc229 Bump metron-talker minimum version 2023-12-19 09:05:56 -08:00
timmy c3a8221d99 Return an empty object if an archive does not have the requested style 2023-12-18 16:59:31 -08:00
github-actions[bot] ed480720aa Update AUTHORS 2023-12-18 20:38:38 +00:00
pre-commit-ci[bot] f18f961dcd [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
- [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.4.0...v2.5.0)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.15.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2)
- [github.com/psf/black: 23.7.0 → 23.12.0](https://github.com/psf/black/compare/23.7.0...23.12.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.7.1)
2023-12-18 17:17:28 +00:00
timmy df781f67e3 Fix assigning black_and_white value 2023-12-18 02:46:53 -08:00
timmy addddaf44e List metadata styles when listing plugins 2023-12-18 02:37:40 -08:00
timmy 4660b14453 Fixup metadata handling 2023-12-18 02:37:40 -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 989470772f Make widget disabling more consistent 2023-12-18 01:24:30 -08:00
timmy 8b7443945b Use ids for metadata type in file selection list
Removed unnecessary FileInfo class
2023-12-17 22:01:47 -08:00
timmy da373764e0 Let the original ComicRack metadata be disabled
Ensure metadata styles can be overridden by other plugins
2023-12-17 21:47:44 -08:00
timmy fd868d9596 Add supports_credit_role to metadata plugins 2023-12-17 21:47:44 -08:00
timmy ae5e246180 Add plugin support for metadata 2023-12-17 21:47:43 -08:00
timmy 04b3b6b4ab Do not normalize series_name when a literal search is requested 2023-12-17 19:14:38 -08:00
timmy 564ce24988 Bump settngs to 0.9.2 2023-12-17 18:30:01 -08:00
timmy 3b2e763d7d Merge branch 'json-output' into develop 2023-12-17 18:28:53 -08:00
timmy 50859d07c4 Set the return code to 3 if any results are not successful 2023-12-17 18:17:19 -08:00
timmy 04bf7f484e Ensure IssueIdentifier output goes to the right place 2023-12-17 18:10:18 -08:00
timmy 4c1247f49c Print the summary even if quiet mode is enabled 2023-12-17 18:03:25 -08:00
timmy 17a8513efc Disable json output in interactive mode 2023-12-17 17:56:12 -08:00
timmy 7ada13bcc3 Remove unnecessary print statements 2023-12-17 17:35:21 -08:00
timmy 5b1c92e7b8 Fix a crash when fetching images during auto-tag in the gui 2023-12-17 16:25:21 -08:00
timmy 45643cc594 Add integration tests 2023-12-17 16:24:32 -08:00
timmy ab6b970063 Create an Action tuple for determining the current command 2023-12-17 16:16:21 -08:00
timmy 9571020217 Upgrade settngs to 0.9.1 2023-12-17 16:15:26 -08:00
timmy bb67ab009e Ensure that all output goes through a logger before output to the user
Adds an option to output json for CLI options
2023-12-17 15:51:43 -08:00