comicinfo icon indicating copy to clipboard operation
comicinfo copied to clipboard

StoryArcNumber with multiple story arcs

Open bpepple opened this issue 3 years ago • 3 comments

I noticed StoryArcNumber was added in v2.1, and I'm not quite sure that handles issues with multiple story arcs very well. It might make more sense to make it complextype so each arc can have the arc number associated.

bpepple avatar Apr 29 '22 20:04 bpepple

It's not documented, but values separated by comma will be handled in pair with the values in StoryArc.

It was added to handle this exact use case between Mylar and Komga.

gotson avatar Apr 30 '22 00:04 gotson

Figured it was a delimited string, but design-wise seems a bit fragile to do it this way. Might make sense to add a subelement or something to track the arc number with it's arc. Also, it might make it easier in the future you want to add anything else, like total arcs, etc

bpepple avatar Apr 30 '22 00:04 bpepple

Keep it mind that we only do non breaking changes. It needs to remain compatible with the ComicRack usage too. So if people in CR wants to put multiple values, they would use comma separated, same as for authors.

The format has limitations, and the aim of this project is not to create a new format, just to make small mon breaking enhancements that are backward compatible.

It's not always pretty, but it works.

gotson avatar Apr 30 '22 01:04 gotson

Resolved with https://github.com/anansi-project/anansi-project.github.io/commit/14588e3f481e860722a64e6e0160036347e781f2

gotson avatar Feb 15 '23 06:02 gotson