From 22383ae28c7ab16716b0ea945718092767e8561f Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Thu, 29 Aug 2024 08:52:54 -0500 Subject: [PATCH] Added some basic comic vine library type information --- pages/guides/scanner/comicvine.mdx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pages/guides/scanner/comicvine.mdx b/pages/guides/scanner/comicvine.mdx index d4fbb4b..e6f6f2e 100644 --- a/pages/guides/scanner/comicvine.mdx +++ b/pages/guides/scanner/comicvine.mdx @@ -5,4 +5,25 @@ import { Callout } from 'nextra-theme-docs' This page is under development - \ No newline at end of file + + +Comic Vine library type is built around comic users that use Mylar. This library type is much more strictly aligned and matches the stucture the CBL project uses. + +``` +Library Root + ┖── Series Name (Starting Volume Year) + ┠── Series Name (Vol Year) #01.cbz + ┠── Series Name (Vol Year) #02.cbz + ┠── Series Name (Vol Year) #03.cbz + ┖── Series Name 2 (Starting Volume Year) + ┠── Series Name 2 #01.cbz + ┠── Series Name 2 #02.cbz + ⋮ + ┖── Series Name 2 #06.cbz +``` + +Rules: +- Kavita will first parse the Volume and Series from the folder name. The expected format is `Series (Volume Year)` +- If there is a ComicInfo, Kavita will override with `Series (Volume)`. It is expected that the Volume is the year and not a single number (however this will still work) +- If there is bad information from both, Kavita will attempt to parse information for each directory from the file to the library root. +- Kavita will still attempt to classify specials by filename (subject to change) and Format. \ No newline at end of file