tjarls
tjarls
> Please change your code to what I provided and also pull dev in, then we can get this merged. Changes applied and branch rebased to current dev
One quick fix here is to rename the files so that the first volume uses either `vol.` or `volume` as a prefix instead of just the letter `v` For example...
There is a dedicated processing for `Omnibus Edition` that strips it entirely as part of `MangaEditionRegex`. That'll strip any of these: ``` Omnibus OmnibusEdition Omnibus_Edition Omnibus Edition ``` It should...
I only meant that trick as a temporary workaround. Currently there's nothing protecting that trick to keep on working through changes. We could indeed envision a series of canonical recipes...
> What was the difference in terms of memory and performance btw? Just curious what you saw. Sorry it was late, and did not report on that. The difference is...
I have updated the benchmarks to compare cases where 1) comicInfo is in the correct location. This is slightly faster than with current version. 2) comicInfo is in duplicated. This...
Here's the results. 1) is baseline, 2) is "duplicate" and 3) is "outside_root": | Method | Mean | Error | StdDev | Ratio | Rank | Gen0 | Gen1 |...
That behaviour predates #1531 and has nothing to do with word bounding the key words used for special. I suspect the intention was indeed to only match Annual alongside a...