Commit graph

149 commits

Author SHA1 Message Date
21ad04f478 detect when directory names are just image resolutions 2024-04-01 22:27:28 -04:00
f83f6a7449 do hi-res/lo-res detection even when there's other files lying around 2024-04-01 22:07:21 -04:00
25e98489c0 make extracted files and directories readonly 2024-04-01 21:50:25 -04:00
88f4ca66d7 don't collate works that haven't had metadata fetched yet 2024-03-29 15:16:49 -04:00
ae56fe5175 handle edge case of prefix detection 2024-03-29 14:29:35 -04:00
d0cd88c289 allow things like [3.jpg, 3.5.jpg] to override the minimum level delta check 2024-03-29 13:55:22 -04:00
f2d71014cd more hi-res regex 2024-03-28 23:21:19 -04:00
35bd4c5717 more debug 2024-03-23 02:19:11 -04:00
15a9a77402 more bonus regex 2024-03-23 02:19:04 -04:00
952e512afd add split for fx-less version 2024-03-23 00:32:37 -04:00
53577c4993 more variant spellings of hyoushi 2024-03-23 00:27:35 -04:00
566b934ca1 properly figure out correct thumbnail url for fanza 2024-03-22 21:28:54 -04:00
158565e5a0 ignore desktop.ini lmao 2024-03-22 20:50:51 -04:00
f66fa8138d show more suggested works, and break ties randomly instead of first-come-first-served 2024-03-19 15:12:49 -04:00
4e75017df6 add page counts to work info tables 2024-03-19 14:28:29 -04:00
2fbf3ec0eb add --auto flag to automatically run following stages if successful 2024-03-16 02:44:21 -04:00
435af20e59 identify PDF page image xrefs in a *much* faster and less stupid way than PyMuPDF does it 2024-03-16 01:51:01 -04:00
5378899b2e just drop alphabet consecutive requirements altogether, we're already requiring that it's a single alphabet letter, it's fine 2024-03-15 16:58:36 -04:00
a4e8df08e8 relax alphabetic numbering consecutive requirements slightly to allow, eg, 3 followed by 3b 2024-03-15 16:51:57 -04:00
8deac7103c add debug mode 2024-03-15 16:50:56 -04:00
9ab587d399 support DLSite's multipart RAR archives for larger works 2024-03-15 16:00:37 -04:00
894b1d34b6 more accurate warning message for giving up on a PDF 2024-03-12 15:58:39 -04:00
26ec1901c3 display progress for extracting pdf images as well as for analyzing them 2024-03-12 15:56:40 -04:00
18fbc7f8dc fancier options for PDF strategy 2024-03-12 15:50:12 -04:00
35f0c1fffe put newline after generate progress 2024-03-12 04:58:19 -04:00
e08daa37f4 stupid python package name bullshit 2024-03-12 04:55:17 -04:00
ee9eba3287 add option to display weird PDF pages as sixel graphics before deciding how to handle them 2024-03-12 04:35:09 -04:00
3a9199b847 prompt for how to handle PDF weird pages, instead of immediately bailing out 2024-03-12 03:23:57 -04:00
c7f95d50f9 consolidate manual-collate functionality into collate 2024-03-12 02:16:47 -04:00
b7b989433a ignore directories that don't contain any files we care about 2024-03-11 12:44:06 -04:00
669eb37028 expand front/back cover regexes 2024-03-11 12:37:24 -04:00
7726af7dab slightly more flexible detection of alphabetic numbering suffixes 2024-03-11 12:19:56 -04:00
6b3982ecf0 don't get confused by irrelevant bits of text inserted by PDF generation tools 2024-03-11 12:08:08 -04:00
11ea5a0d58 more useful explanations of PDF failures 2024-03-11 05:47:47 -04:00
6f4444f67e misc corrections/optimizations in top() and similarity() 2024-03-03 11:42:21 -05:00
42b49c7ecc prioritize matches with more consecutive characters 2024-03-03 03:21:53 -05:00
f994060149 suggest works with similar titles that aren't already in the same series 2024-03-03 02:56:46 -05:00
e8c553e5d8 add suggested works (next step: make useful suggestions) 2024-03-03 02:14:56 -05:00
f94f23186b convert extra-weird PDF image formats like JBIG2 to PNG 2024-03-03 01:47:29 -05:00
0d1bff74c2 small fixes to alphabetic_numbering detection 2024-03-03 01:08:57 -05:00
7535cb6162 also check whether PDFs have text alongside images 2024-03-02 18:27:15 -05:00
c042163e85 properly handle edge case when we point collate or manual-collate directly at an extraction directory 2024-03-02 18:10:22 -05:00
9fea03c270 add option to convert PDF pages to pixmaps as needed 2024-03-02 18:09:46 -05:00
2db4553570 search bar 2024-03-02 00:50:28 -05:00
be99dc5578 misc code cleanup 2024-03-02 00:15:18 -05:00
65017abe00 filter by language preference when collating 2024-03-02 00:13:30 -05:00
0be720599d refactor collation code 2024-03-01 23:43:38 -05:00
3ed462972a more regexes, shorten regex flags 2024-02-22 19:24:01 -05:00
15410ca8ba cleaner handling of better/worse image quality versions 2024-02-20 17:23:33 -05:00
1457168951 prefer versions without moire-inducing tone effects 2024-02-17 02:54:04 -05:00