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
In the location you specified as your storage location (e.g.,
/Tachiyomi/
), there should be alocal
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.You should now be able to access the series in
-> 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
- [your storage location]/local
- [the series title]
- cover.jpg
- chapter_1
- image_1.ext
- image_n.ext
- chapter_2
- image_1.ext
- image_n.ext
- chapter_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
- [your storage location]]/local
- [the series title]
- cover.jpg
- chapter_1.zip
- image_1.jpg
- image_n.jpg
- chapter_2.zip
- image_1.jpg
- image_n.jpg
- chapter_n.zip
- image_1.jpg
- image_n.jpg