mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-20 23:22:00 +01:00
Better formatting for storage folders example
This commit is contained in:
parent
55d0763b69
commit
6a12fc2bd7
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user