Skip to content

Commit

Permalink
Added some basic comic vine library type information
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Aug 29, 2024
1 parent 5365970 commit 22383ae
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pages/guides/scanner/comicvine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,25 @@ import { Callout } from 'nextra-theme-docs'

<Callout type="info">
This page is under development
</Callout>
</Callout>

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.

0 comments on commit 22383ae

Please sign in to comment.