Document custom cover for local mangas. (#226)

This commit is contained in:
Alessandro Jean 2020-06-07 10:31:07 -03:00 committed by GitHub
parent 9e922cd8a1
commit 819fa35bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>&hellip;</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>&hellip;</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.