From 819fa35bcc7bb173e3b2b8d81addb4736b25ab90 Mon Sep 17 00:00:00 2001 From: Alessandro Jean Date: Sun, 7 Jun 2020 10:31:07 -0300 Subject: [PATCH] Document custom cover for local mangas. (#226) --- src/help/guides/reading-local-manga.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/help/guides/reading-local-manga.md b/src/help/guides/reading-local-manga.md index e9e8d705..ca31cad0 100644 --- a/src/help/guides/reading-local-manga.md +++ b/src/help/guides/reading-local-manga.md @@ -8,7 +8,7 @@ lang: en-US Follow the steps below to create local manga. -1. Create a folder named `local` in Tachiyomi folder, which is located in the phone's **Internal storage** or external SD card. +1. Create a folder named `local` in Tachiyomi folder, which is located in the phone's **Internal storage** or external SD card. 1. Place manga inside `Tachiyomi/local` folder. 1. You can then access the manga in → **Local source**. @@ -45,6 +45,7 @@ Tachiyomi requires a specific folder structure for local manga to be correctly p
  • files
  • +
  • cover.jpg
  • @@ -112,6 +113,7 @@ Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside +
  • cover.jpg
  • @@ -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.