2024-10-20, 06:02 PM
(This post was last modified: 2024-10-20, 06:38 PM by Duvel. Edited 9 times in total.)
ok but how are we supposed to do this on a collections of > 5000 comics ??? Nobody does that.
ALL my comics are in CBZ format, managed with either Calibre or ComicRack and each of those CBZ contains a proper ComicInfo.xml
Its the job of Jellyfin to parse this the way it should and to populate its metadata correctly with XML info....
See that <number> thing on 3rd line?
Jellyfin does NOTHING with it.
Which is a deal-breaker for a LARGE comic collection as I said.
We dont do manual metadata edition on properly organized massive library, in case you wouldn't know.
volume/issue numbering is a fundamental element of a comic serie and any software that manage that kind of media has to deal with it properly.
The fact that you ignore it, while it has been reported multiple times in the features requests, demonstrates that Jellyfin isn't ready at all for Comics despite the recent efforts the team has put into it.
ALL my comics are in CBZ format, managed with either Calibre or ComicRack and each of those CBZ contains a proper ComicInfo.xml
Its the job of Jellyfin to parse this the way it should and to populate its metadata correctly with XML info....
Code:
<ComicInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Title>L'enfer en retour</Title>
<Series>Sin City</Series>
<Number>7.0</Number>
<Summary>Ancien Navy Seal, Wallace gagne maintenant sa vie comme dessinateur de presse. Un soir, alors qu’il se balade seul en bord de mer, il aperçoit une jeune fille se jeter du haut d’une falaise. Sans hésiter, il plonge à son tour, parvient à la sortir de l’eau et la sauver. Entre Wallace et Esther, c’est le nom de le jeune fille, nait d’emblée une forte sympathie qui ne tarde pas à se transformer en attirance réciproque ; ensemble, ils sont heureux et décident d’aller boire un verre dans un bar : Wallace raconte son passé militaire et Esther les débuts de sa carrière d’actrice. Mais, lors qu’il est sur le point d’embrasser Esther, Wallace perd connaissance. À son réveil, il comprend d’avoir été drogué. Esther a disparu et Wallace décide de la retrouver à tout prix… </Summary>
<Year>1999</Year>
<Month>1</Month>
<Day>1</Day>
<Writer>Frank Miller</Writer>
<Publisher>Rackham</Publisher>
<Tags>Crime, Comics, Mystery, Thriller, _réimporté_</Tags>
<LanguageISO>fr</LanguageISO>
</ComicInfo>
See that <number> thing on 3rd line?
Jellyfin does NOTHING with it.
Which is a deal-breaker for a LARGE comic collection as I said.
We dont do manual metadata edition on properly organized massive library, in case you wouldn't know.
volume/issue numbering is a fundamental element of a comic serie and any software that manage that kind of media has to deal with it properly.
The fact that you ignore it, while it has been reported multiple times in the features requests, demonstrates that Jellyfin isn't ready at all for Comics despite the recent efforts the team has put into it.