numbering not working with titles that contain numbers

Issue #13 open
HypKin created an issue

i have the following file

C-3PO #001 (2016)

it is shown as issue number 3.

I'd change the algorithm like this:

  • 1st see if you can find a # and take the number right next to it.
  • 2nd (applies only if 1st doesn't) look for the issue number by starting from the right side of the filename. then ignore every 4 digit number that starts with 20 and 19. take the next number that comes afterwards.
  • 3rd (at least 1 or 2 had to be positive to apply this rule) look for the mention of "Annual", if yes then display "Annual" right before the number you found via 1 and 2
  • 4th if 1 and 2 do not apply then use the filename.

Comments (2)

  1. Log in to comment