Closed ucapato closed 1 month ago
This will not work for a couple of reasons.
DC Comics(2011-2016)
would not match the regex and has such return directly DC Comics(2011-2016)
when it should be returning a list of DC Comics (2011)
... up to DC Comics (2016)
.Also looking at the code the Dark Horse Comics(1990) & Dark Horse Comics(1991) does nothing. So it might be a good opportunity to test it correctly.
I've modified the code but there is still 1 potential problem. If some month are missing on the icons names, because of the fail-safe for the whole year, you could get the whole year with the same icon. Either we have the default icon fill in or have an other icon offset for some month.
Build Successful! You can find a link to the downloadable artifact below.
Name | Link |
---|---|
Commit | 2c3d431990a46bf47888960ae62416043f69b342 |
Logs | https://github.com/maforget/ComicRackCE/actions/runs/10748424610 |
Download | https://nightly.link/maforget/ComicRackCE/suites/28095530284/artifacts/1903904034 |
Did you test or create icons that use this?
Did you test or create icons that use this?
Hi @maforget,
I could check the message today. I've been through a lot recently and haven't taken any tests yet. To make things worse my HD had some mechanical internal fault and I lost everything in there (or I can pay a huge amount of money to recover it). So I am considering re-starting my entire collection.
I still have the branch with this change; I can look into it and test in a later time.
I've merged it into master, so you can test it out with the main release.
Improved Method SplitIconKeyWithYear to SpliIconKeyWithYearAndMonth. This way Publisher Icons might change at Info Window on a Year-Month basis and not only Year basis