gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
https://komga.org
MIT License
3.76k stars 219 forks source link

Allow decimal number usage for StoryArcNumber element in ComicInfo.xml #1500

Closed Shakahron closed 3 months ago

Shakahron commented 3 months ago

Describe your suggested feature

Currently if you try to use a decimal number in the StoryArcNumber field, the book just won't be added to the readlist. It would be very helpful if books in readlist could be sorted with decimals numbers too, instead of having to renumber other books in the readlist, if this is possible.

Other details

No response

Acknowledgements

gotson commented 3 months ago

StoryArcNumber was made for Mylar, which generates the data. Can you clarify how you are using it?

Shakahron commented 3 months ago

StoryArcNumber was made for Mylar, which generates the data. Can you clarify how you are using it?

Sure. I don't know anything about Mylar, I've never interacted with it for Komga. I'm using it in ComicInfo.xml files with the StoryArc and StoryArcNumber tags. Code_rnH2isCuzR

gotson commented 3 months ago

ultimately Komga uses integer based position for readlist items, and there's no plans to change that