Better formatting for storage folders example

This commit is contained in:
arkon 2024-01-06 13:32:02 -05:00
parent 55d0763b69
commit 6a12fc2bd7

View File

@ -11,25 +11,24 @@ Tachiyomi manages several things within a selected storage location, including a
The following illustrates the folder structure: The following illustrates the folder structure:
```txt ```txt
[your selected storage location]/ <Your selected storage location>/
|- autobackup/ ├── autobackup
|- eu.kanade.tachiyomi_yyyy-mm-dd_hh-mm.tachibk │ ├── eu.kanade.tachiyomi_yyyy-mm-dd_hh-mm.tachibk
|- ... │ └── ...
|- downloads/ ├── downloads
|- Source name (LANG) │ └── Source name (LANG)
|- Title │ ├── Title
|- Chapter01.cbz │ │ ├── Chapter01.cbz
|- ... │ │ └── ...
|- Other title │ └── Other title
|- Chapter01.cbz │ ├── Chapter01.cbz
|- ... │ └── ...
|- local/ └── local
|- Title ├── Title
|- Chapter01.cbz │ ├── Chapter01.cbz
|- ... │ └── ...
|- Other title └── Other title
|- Chapter01.cbz └── Chapter01.cbz
|- ...
``` ```
Backup file name prefixes are unique for the app to avoid potential collisions between forks. Backup file name prefixes are unique for the app to avoid potential collisions between forks.