Commit Graph

596 Commits

Author SHA1 Message Date
Timmy Welch
5155762711 Add comicfn2dict as an alternative filename parser 2024-03-03 21:47:31 -08:00
Timmy Welch
ea43eccd78 Merge branch 'ii-rework' into develop 2024-03-01 15:39:01 -08:00
Timmy Welch
14ce8a759f Mark all QTextEdit's as plain text only 2024-02-26 15:57:00 -08:00
Timmy Welch
22d92e1ded Move result determination out of _cover_matching 2024-02-26 15:38:13 -08:00
Timmy Welch
d277eb332b Add an option to disable prompt on save Fixes #422 2024-02-24 19:56:32 -08:00
Timmy Welch
dcad32ade0 Fix settngs generation 2024-02-24 19:55:28 -08:00
Timmy Welch
dd0b637566 Bump settngs 2024-02-24 19:01:10 -08:00
Timmy Welch
938f760a37 Remove IssueIdentifier.search 2024-02-23 20:50:17 -08:00
Timmy Welch
4e75731024 Re-write IssueIdentifier.search as IssueIdentifier.identify 2024-02-23 20:47:04 -08:00
Timmy Welch
920a0ed1af Implement better migration of changed settings should fix #609 2024-02-23 15:45:18 -08:00
Timmy Welch
9eb50da744 Fix setting rar info in the settings window Fixes #596
Look in all drive letters for rar executable
2024-02-23 15:45:18 -08:00
Timmy Welch
5738433c2b Fix fileselectionlist
Remove the custom widgetitem
Set a minimum size for the columns
Use a space " " a and nbsp "\xa0" for the check column to allow sorting
2024-02-22 14:30:15 -08:00
Timmy Welch
4a33dbde46 Fix PyInstaller packaging 2024-02-22 14:30:15 -08:00
Timmy Welch
22b44c87ca Merge branch 'mizaki/autotag_source' into develop 2024-02-18 18:00:09 -08:00
Timmy Welch
bb4be306cc Fix fileselectionlist columns 2024-02-18 17:28:55 -08:00
Timmy Welch
768ef0b6bc Fix rar exe handling 2024-02-18 01:40:49 -08:00
Mizaki
215587d9a4 Move path under progress bar 2024-02-17 18:38:51 +00:00
Mizaki
7430e59b64 Add attributation to auto tag window 2024-02-17 18:36:49 +00:00
Timmy Welch
09490b8ebf Merge branch 'lordwelch-local-plugins' into develop 2024-02-12 17:40:09 -08:00
Timmy Welch
1e4a3b2484 Merge branch 'mizaki-meta_multi' into develop 2024-02-12 17:29:45 -08:00
Mizaki
b9bf3be4b2 Add short metadata style names 2024-02-12 20:57:32 +00:00
Timmy Welch
a1e4cec94f Log file path to plugin when it fails to load and remove debug statements 2024-02-11 13:18:03 -08:00
Mizaki
65e857af8b Move cache reset and load outside of loop. continue if it's impossible to use metadata 2024-02-11 19:32:12 +00:00
Mizaki
8887d48b3e Save metadata styles with one result per archive 2024-02-11 13:57:34 +00:00
Timmy Welch
e14714e26b Fix the --list-plugins command 2024-02-10 21:25:57 -08:00
Timmy Welch
8ec16528ab Implement local plugins 2024-02-10 21:00:24 -08:00
Mizaki
e9e619c992 Use CheckableComboBox in ui file 2024-02-11 01:51:47 +00:00
Mizaki
a6b60a4317 Simplify enabled widget check and reset cache before loading, break on failed metadata writing 2024-02-11 00:53:40 +00:00
Timmy Welch
69615c6c07 Fix hash and test 2024-02-10 15:02:24 -08:00
Timmy Welch
da6b2b02f4 Implement a replaceWidget helper function 2024-02-10 14:42:47 -08:00
pre-commit-ci[bot]
3dfdae4033 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-02-10 01:55:15 +00:00
Mizaki
23021ba632 Add support for saving multiple metadata styles in the GUI
Unwind credit color comprehension

Convert save style from a string setting to a list

Use lordwelch version of Checkable combobox

Improve readbility, fix label alignment in taggerwindow.ui, better report removal of tags and clearer number meanings.

Unwind list comprehension for easier readability
2024-02-10 01:55:15 +00:00
Timmy Welch
bc335f1686 Forbid nested comprehensions 2024-02-06 18:01:26 -08:00
Timmy Welch
999d3eb497 Merge branch 'pre-commit-ci-update-config' into develop 2024-02-06 17:08:43 -08:00
pre-commit-ci[bot]
df762746ec [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-01-29 17:14:26 +00:00
Timmy Welch
2becec0fb6 Update help for --overwrite 2024-01-22 17:01:40 -08:00
Timmy Welch
fbe56f4db9 Remove unnecessary dest arguments in settings 2024-01-22 17:00:59 -08:00
Timmy Welch
085543321a cbxClearFormBeforePopulating not working 2024-01-22 16:50:15 -08:00
Timmy Welch
f8c0ca195a Add cbxDisableCR, update cbxSplitWords and cbxClearFormBeforePopulating 2024-01-22 16:49:57 -08:00
Timmy Welch
bb1a83b4ba Fix the rename command 2024-01-21 14:01:11 -08:00
Timmy Welch
1ca585a65c Fix #584 2023-12-31 14:33:27 -08:00
Timmy Welch
db00736f58 Fix filename parsing not respecting user settings 2023-12-25 21:57:31 -08:00
Timmy Welch
230a4b6558 Update namespace 2023-12-24 18:32:52 -08:00
Timmy Welch
addddaf44e List metadata styles when listing plugins 2023-12-18 02:37:40 -08:00
Timmy Welch
4660b14453 Fixup metadata handling 2023-12-18 02:37:40 -08:00
Timmy Welch
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 Welch
989470772f Make widget disabling more consistent 2023-12-18 01:24:30 -08:00
Timmy Welch
8b7443945b Use ids for metadata type in file selection list
Removed unnecessary FileInfo class
2023-12-17 22:01:47 -08:00
Timmy Welch
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 Welch
fd868d9596 Add supports_credit_role to metadata plugins 2023-12-17 21:47:44 -08:00