Storage location
Anikku manages several things within a selected storage location, including automatic backups, chapter downloads, and the Local source.
The following illustrates the folder structure:
Example
autobackup
xyz.jmir.tachiyomi.mi_yyyy-mm-dd_hh-mm.tachibk
...
downloads
Source name (LANG)
Anime title
Episode_1
Episode_1.mp4
...
Series title
Chapter01.cbz
...
localanime
Anime title
Episode_1.mp4
...
Other anime title
Episode_1.mp4
local
Series title
Chapter01.cbz
...
Other series title
Chapter01.cbz
mpv-config
fonts
Font.ttf
...
scripts
script.lua
script-opts
opts.conf
Backup file name prefixes are unique for the app to avoid potential collisions between forks.
Migrating from v0.14.x or earlier
If you were using the default locations before, then simply select the existing Anikku
folder.
WARNING
If you have an existing downloads
folder, you should be selecting its parent folder (if applicable; avoid choosing the root of your storage) or you should move your downloads to a new location.
Note the illustrated example above where downloads
is a folder within the location being set, and the individual source folders are within that downloads
folder.
If you need to change your storage location or have moved files around from outside the app, you may need to force the app to recheck for the files by going to
-> -> then Invalidate downloads index.Scoped Storage
Since Android 11, most apps are enforced to use Scoped 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 Anikku. These functions may become slower due to Scoped Storage's inherent latency, as discussed in detail here.
This can impact tasks like deleting chapters, library loading times, accessing local files like downloads or the local source, and more. As always, using internal storage is recommended over SD cards if latency is of concern.