mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Document custom cover for local mangas. (#226)
This commit is contained in:
parent
9e922cd8a1
commit
819fa35bcc
@ -45,6 +45,7 @@ Tachiyomi requires a specific folder structure for local manga to be correctly p
|
||||
<li class="file">files</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="file">cover.jpg</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>…</li>
|
||||
@ -112,6 +113,7 @@ Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="file">cover.jpg</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>…</li>
|
||||
@ -141,3 +143,11 @@ You can copy the following example and edit the details as needed:
|
||||
"_status values": ["0 = Unknown", "1 = Ongoing", "2 = Completed", "3 = Licensed"]
|
||||
}
|
||||
```
|
||||
|
||||
### Using a custom cover image
|
||||
|
||||
It is also possible to use a custom image as a cover for each local manga.
|
||||
|
||||
To do this, you only need to place the image file, that needs to be named
|
||||
`cover.jpg`, in the root of the manga folder. The app will then use your
|
||||
custom image in the local source listing.
|
||||
|
Loading…
Reference in New Issue
Block a user