• Joined on 2020-03-05
xenofem pushed to main at xenofem/dlibrary 2024-03-11 12:20:00 -04:00
7726af7dab slightly more flexible detection of alphabetic numbering suffixes
xenofem pushed to main at xenofem/dlibrary 2024-03-11 12:08:25 -04:00
6b3982ecf0 don't get confused by irrelevant bits of text inserted by PDF generation tools
11ea5a0d58 more useful explanations of PDF failures
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2024-03-07 14:35:07 -05:00
7a9dcfb6ec use requestAnimationFrame for cleaner progress bar updates
xenofem pushed to main at xenofem/evenmoreutils 2024-03-06 21:13:20 -05:00
8e5aee0bbf bytediff
xenofem pushed to main at xenofem/evenmoreutils 2024-03-06 19:38:37 -05:00
81518f48c9 flake update
xenofem pushed to main at xenofem/dlibrary 2024-03-03 11:42:23 -05:00
6f4444f67e misc corrections/optimizations in top() and similarity()
xenofem pushed to main at xenofem/dlibrary 2024-03-03 03:21:58 -05:00
42b49c7ecc prioritize matches with more consecutive characters
f994060149 suggest works with similar titles that aren't already in the same series
e8c553e5d8 add suggested works (next step: make useful suggestions)
Compare 3 commits »
xenofem pushed to main at xenofem/dlibrary 2024-03-03 01:48:13 -05:00
f94f23186b convert extra-weird PDF image formats like JBIG2 to PNG
xenofem pushed to main at xenofem/dlibrary 2024-03-03 01:09:03 -05:00
0d1bff74c2 small fixes to alphabetic_numbering detection
xenofem pushed to main at xenofem/dlibrary 2024-03-02 18:27:22 -05:00
7535cb6162 also check whether PDFs have text alongside images
c042163e85 properly handle edge case when we point collate or manual-collate directly at an extraction directory
9fea03c270 add option to convert PDF pages to pixmaps as needed
Compare 3 commits »
xenofem pushed to main at xenofem/dlibrary 2024-03-02 00:50:34 -05:00
2db4553570 search bar
xenofem pushed to main at xenofem/dlibrary 2024-03-02 00:15:23 -05:00
be99dc5578 misc code cleanup
65017abe00 filter by language preference when collating
0be720599d refactor collation code
3ed462972a more regexes, shorten regex flags
Compare 4 commits »
xenofem pushed to main at xenofem/mpv-anime 2024-02-27 23:18:35 -05:00
088856fff9 prefer subs whose default-ness matches the default-ness of the audio
xenofem pushed to main at xenofem/dlibrary 2024-02-20 17:23:41 -05:00
15410ca8ba cleaner handling of better/worse image quality versions
xenofem pushed to main at xenofem/dlibrary 2024-02-17 02:54:09 -05:00
1457168951 prefer versions without moire-inducing tone effects
xenofem pushed to main at xenofem/dlibrary 2024-02-16 16:30:00 -05:00
fd6e1f0eb4 give more opportunities to compare images/pdf between each stage of splitting
xenofem pushed to main at xenofem/dlibrary 2024-02-16 16:09:02 -05:00
25f44473c4 apply unicode normalization while finding prefix orderings, because the world is bad
xenofem pushed to main at xenofem/dlibrary 2024-02-15 19:35:39 -05:00
34c0435d05 use packages.<system>.default instead of defaultPackage in flake
xenofem pushed to main at xenofem/dlibrary 2024-02-15 19:32:53 -05:00
33c6b9fa1f detect when a PDF has images at the same resolution, just chopped up
xenofem pushed to main at xenofem/dlibrary 2024-02-13 10:45:27 -05:00
7a96bc5655 expand bonus regex, refactor regex splitting code