Skip to content

Local source

If you like to download and organize your media, then you want to know how to manage your own series in Tachiyomi.

WARNING

This page explores some advanced features.

Creating local series

  1. In the location you specified as your storage location (e.g., /Tachiyomi/), there should be a local folder. Place correctly structured series inside that (e.g. /Tachiyomi/local/).

    If adding series in folders it is recommended to add a file named .nomedia to the local folder so images do not show up in the gallery.

  2. You should now be able to access the series in Browse -> Sources under Local source.

If you add more chapters then you'll have to manually refresh the chapter list (by pulling down the list).

Supported chapter formats are folders with pictures inside (such as .jpg, .png, etc) or archive files (ZIP/CBZ, RAR/CBR, and EPUB). But expect better performance with directories and ZIP/CBZ.

Note that a single folder or archive file is treated as a single chapter. For example, Tachiyomi will not automatically split an EPUB file containing multiple chapters into separate chapters within the app.

Folder structure

Tachiyomi requires a specific folder structure for local series to be correctly processed. Local series will be read from the local folder. Each series must have a Series 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:

Example

    Folder[your storage location]/local
  • Folder[the series title]
    • Filecover.jpg
    • Folderchapter_1
      • image_1.ext
      • image_n.ext
    • Folderchapter_2
      • image_1.ext
      • image_n.ext
    • Folderchapter_n
      • image_1.ext
      • image_n.ext

Tachiyomi will see three chapters in a single series. The path to the folder with images must contain both the series title and the chapter name (as seen above).

Archive files

Archive files such as ZIP/CBZ are supported but the folder structure inside is not. Any folders inside the archive file are ignored. You must place the archive inside the Series folder where the name will become the Chapter title. All images inside the archive regardless of folder structure will become pages for that chapter.

Example

    Folder[your storage location]]/local
  • Folder[the series title]
    • Filecover.jpg
    • Compressed Filechapter_1.zip
      • Fileimage_1.jpg
      • Fileimage_n.jpg
    • Compressed Filechapter_2.zip
      • Fileimage_1.jpg
      • Fileimage_n.jpg
    • Compressed Filechapter_n.zip
      • Fileimage_1.jpg
      • Fileimage_n.jpg