Skip to content

Commit

Permalink
Added image library type
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Apr 12, 2024
1 parent 630a110 commit 5b78004
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pages/guides/scanner/image.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Images
---

### Image Structure

Images offer no metadata support and has a very simple mechanism for parsing:
- Series is set to directory name and cleaned
- Volume and Chapters are attempted to parse from folders up to the library root
- If none are found, every image will be treated as a special

This library type is designed to be used for Manga and uses those parsing patterns for Volume/Chapter extraction.

### Example
```
┖── Series Name
┠── Volume 1
┠── Chapter 1
┠── 01.png
┠── Chapter 2
┖── 01.png
```

0 comments on commit 5b78004

Please sign in to comment.