forked from tachiyomiorg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes tachiyomiorg#1090
- Loading branch information
Showing
11 changed files
with
225 additions
and
212 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: Storage | ||
titleTemplate: Frequently Asked Questions | ||
description: Understanding Storage Permissions. | ||
--- | ||
|
||
# Storage location | ||
|
||
Tachiyomi manages several things within a selected storage location, including automatic backups, chapter downloads, and the Local source. | ||
|
||
The following illustrates the folder structure: | ||
|
||
```txt | ||
[your selected storage location]/ | ||
|- autobackup/ | ||
|- eu.kanade.tachiyomi_yyyy-mm-dd_hh-mm.tachibk | ||
|- ... | ||
|- downloads/ | ||
|- Source name (LANG) | ||
|- Title | ||
|- Chapter01.cbz | ||
|- ... | ||
|- Other title | ||
|- Chapter01.cbz | ||
|- ... | ||
|- local/ | ||
|- Title | ||
|- Chapter01.cbz | ||
|- ... | ||
|- Other title | ||
|- Chapter01.cbz | ||
|- ... | ||
``` | ||
|
||
Backup file name prefixes are unique for the app to avoid potential collisions between forks. | ||
|
||
## Migrating from v0.14.x or ealier | ||
|
||
If you were using the default locations before, then simply select the existing `Tachiyomi` folder. | ||
|
||
If were using non-standard downloads folder, you may want to either choose the parent folder (if applicable; avoid choosing the root of your storage) or move your downloads to a new location. | ||
|
||
# Scoped Storage | ||
|
||
Since Android 11, most apps are enforced to use [Scoped Storage](https://developer.android.com/about/versions/11/privacy/storage) for better security for users so that apps cannot read everything on the device. | ||
|
||
**Scoped Storage**'s introduction affects various storage-related functions in **Tachiyomi**. | ||
These functions may become slower due to **Scoped Storage**'s inherent latency, as discussed in detail [here](https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/). | ||
|
||
This can impact tasks like deleting chapters, library loading times, accessing local files like downloads or the local source, and more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters