mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Updated Local Source (markdown)
@@ -1,6 +1,6 @@
|
|||||||
Follow the steps below to create local manga.
|
Follow the steps below to create local manga.
|
||||||
|
|
||||||
1. Place correctly structured manga inside the `manga-local` directory located in [Tachidesk's data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory).
|
1. Place correctly structured manga inside the `local` directory located in [Tachidesk's data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory).
|
||||||
1. You can then access the manga in the **Local source** source.
|
1. You can then access the manga in the **Local source** source.
|
||||||
|
|
||||||
If you add more chapters then you'll have to manually refresh the chapter list.
|
If you add more chapters then you'll have to manually refresh the chapter list.
|
||||||
@@ -14,13 +14,13 @@ Supported chapter formats are folder with pictures inside (such as `.jpg`, `.png
|
|||||||
|
|
||||||
## Folder Structure
|
## Folder Structure
|
||||||
|
|
||||||
Tachidesk requires a specific folder structure for local manga to be correctly processed. Local manga will be read from the `manga-local` folder. Each manga must have a `Manga` folder and a `Chapter` folder. Images will then go into the chapter folder. See below for more information on archive files. You can refer to the following example:
|
Tachidesk requires a specific folder structure for local manga to be correctly processed. Local manga will be read from the `local` folder. Each manga must have a `Manga` folder and a `Chapter` folder. Images will then go into the chapter folder. See below for more information on archive files. You can refer to the following example:
|
||||||
|
|
||||||
|
|
||||||
<div class="side-by-side">
|
<div class="side-by-side">
|
||||||
<ul class="file-tree">
|
<ul class="file-tree">
|
||||||
<li>
|
<li>
|
||||||
manga-local/
|
local/
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<span class="ft-icon ft-folder">Manga title/</span>
|
<span class="ft-icon ft-folder">Manga title/</span>
|
||||||
@@ -70,7 +70,7 @@ Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside
|
|||||||
|
|
||||||
<ul class="file-tree">
|
<ul class="file-tree">
|
||||||
<li>
|
<li>
|
||||||
manga-local/
|
local/
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<span class="ft-icon ft-folder">Manga title/</span>
|
<span class="ft-icon ft-folder">Manga title/</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user