Commit Graph

1550 Commits

Author SHA1 Message Date
Timmy Welch
dd0b637566 Bump settngs 2024-02-24 19:01:10 -08:00
Timmy Welch
bad8b85874 Fix tests 2024-02-24 18:30:41 -08:00
Timmy Welch
938f760a37 Remove IssueIdentifier.search 2024-02-23 20:50:17 -08:00
Timmy Welch
f382c2f814 Update Tests 2024-02-23 20:47:22 -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
2e2d886cb2 Bump settngs 2024-02-22 14:52:26 -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
10a48634bd Update talker dependencies 2024-02-19 12:29:36 -08:00
Timmy Welch
2492d96fb3 Merge branch 'pre-commit-ci-update-config' into develop 2024-02-19 12:08:43 -08:00
Timmy Welch
87248503b4 Allow 7z again 2024-02-19 11:57:30 -08:00
pre-commit-ci[bot]
7705e7ea1f
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1)
- [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.0)
- [github.com/psf/black: 24.1.1 → 24.2.0](https://github.com/psf/black/compare/24.1.1...24.2.0)
2024-02-19 17:19:25 +00:00
Timmy Welch
54b0630891 Allow 7z for rar decompression on Windows 2024-02-18 21:57:51 -08:00
Timmy Welch
27e70b966f Export translator_synonyms 2024-02-18 21:39:27 -08:00
Timmy Welch
ad8b92743c Remove unused variable 2024-02-18 18:01:51 -08:00
Timmy Welch
22b44c87ca Merge branch 'mizaki/autotag_source' into develop 2024-02-18 18:00:09 -08:00
Timmy Welch
2eca743f20 Fix #602
Tests were not made correctly to catch the change in 2c3a2566cc
This has now been corrected
2024-02-18 17:31:00 -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
Timmy Welch
b2d3869488 Update filerenaming for web_links
Ensure the j specifier in MetadataFormatter converts to str before joining
Add a web_link variable to the filerenamer
2024-02-17 17:42:07 -08:00
Timmy Welch
44e9a47a8b Support multiple web_links 2024-02-17 17:42:07 -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
Timmy Welch
bf67c6d270 Add E701 to flake8 ignores for new black version 2024-02-02 14:36:11 -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
pre-commit-ci[bot]
6687e5c6ca
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1)
2024-01-29 17:14:04 +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
dda0cb521a Add more credit synonyms 2024-01-21 15:06:34 -08:00
Timmy Welch
bb1a83b4ba Fix the rename command 2024-01-21 14:01:11 -08:00