Merge FAQ as a single entry (#149)

* Initial build

* Remove old faq pages

* Remove redundant extraction attempts

* Change headers

* Fixed internal links

* Fixed last internal link

* Fix links in /help/
This commit is contained in:
Soitora 2020-04-30 00:36:43 +02:00 committed by GitHub
parent bb315726ab
commit ce7632201a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 160 additions and 165 deletions

View File

@ -5,10 +5,7 @@ module.exports = [
items: [ items: [
{ {
text: "Frequently Asked Questions", text: "Frequently Asked Questions",
items: [ link: "/help/faq/"
{ text: "Application", link: "/help/faq/application" },
{ text: "Extensions", link: "/help/faq/extensions" }
]
}, },
{ {
text: "Guides", text: "Guides",

View File

@ -1,11 +1,11 @@
module.exports = [ module.exports = [
["@vuepress/back-to-top"],
[ [
"clean-urls", "clean-urls",
{ {
normalSuffix: "/" normalSuffix: "/"
} }
], ],
["@vuepress/back-to-top"],
[ [
"@vuepress/google-analytics", "@vuepress/google-analytics",
{ {
@ -42,5 +42,5 @@ module.exports = [
type: "aside-guide", type: "aside-guide",
defaultTitle: "" defaultTitle: ""
} }
] ],
]; ];

View File

@ -10,7 +10,7 @@ module.exports = [
}, },
{ {
title: 'Frequently Asked Questions', title: 'Frequently Asked Questions',
path: '/help/faq/application', path: '/help/faq/',
}, },
{ {
title: 'Guides', title: 'Guides',

View File

@ -6,7 +6,7 @@ module.exports = [
}, },
{ {
title: 'Frequently Asked Questions', title: 'Frequently Asked Questions',
path: '/help/faq/application', path: '/help/faq/',
}, },
{ {
title: 'Guides', title: 'Guides',

View File

@ -2,12 +2,7 @@ module.exports = [
'/', '/',
{ {
title: 'Frequently Asked Questions', title: 'Frequently Asked Questions',
collapsable: false, path: '/help/faq/'
sidebarDepth: 1,
children: [
'/help/faq/application',
'/help/faq/extensions'
]
}, },
{ {
title: 'Guides', title: 'Guides',

View File

@ -6,7 +6,7 @@ module.exports = [
}, },
{ {
title: 'Frequently Asked Questions', title: 'Frequently Asked Questions',
path: '/help/faq/application', path: '/help/faq/',
}, },
{ {
title: 'Guides', title: 'Guides',

View File

@ -36,7 +36,7 @@ module.exports = [
}, },
{ {
title: 'Frequently Asked Questions', title: 'Frequently Asked Questions',
path: '/help/faq/application', path: '/help/faq/',
}, },
{ {
title: 'Forks', title: 'Forks',

View File

@ -6,4 +6,4 @@ sidebar: false
# Help # Help
Choose between [guides](guides/general/) and [frequently asked questions](faq/application/). Choose between [guides](guides/getting-started/) and [frequently asked questions](faq/).

View File

@ -1,12 +1,128 @@
--- ---
title: Extensions title: Frequently Asked Questions
lang: en-US lang: en-US
sidebarDepth: 2 sidebarDepth: 2
--- ---
## General # Frequently Asked Questions
### What are some good extensions? ## Application
### Library
#### How can I see how many chapters I've downloaded?
This can be done by enabling **Download badges** under **<MaterialIcon icon-name="class"/> My library**.
::: guide
Enable it by going to **<MaterialIcon icon-name="class"/> My library** → **<MaterialIcon icon-name="filter_list"/> Filter** → **Display** section then checking the **Download badges** option in the bottom.
:::
#### Some covers are white after restoring from backup
The URL to the cover has probably changed. To fix this, refresh the metadata of your library.
::: guide
Refresh your metadata by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="code"/> Advanced](/help/guides/advanced)** then pressing **[Refresh library metadata](/help/guides/advanced/#refresh-library-metadata)**.
::: aside
Read more [here](/help/guides/advanced/#refresh-library-metadata)
:::
#### How do I ignore chapters from certain scanlator groups?
Every now and then you find a manga that is translated by more than one group, because of this you get multiple releases for every chapter in the manga. To fix this the easiest way is to change sorting to **Total chapters**. You won't see any changes but, when you start reading you'll automatically skip the duplicate releases.
::: guide
Change library sorting by going to **<MaterialIcon icon-name="class"/> My library** → **<MaterialIcon icon-name="filter_list"/> Filter** → **Sort** section then in this case selecting **Total chapters**.
:::
#### Why do I see `attempt to invoke virtual method 'com.hippo.unifile...`?
This error can be caused by a variety of reasons, all to do with storage.
::: guide
- Most commonly it is caused by full storage, check to see if your device or SD Card is full
- **Tachiyomi** doesn't have access to SD card enabled in permissions for the app
- If you're downloading and this error pops up, that means the app might not be able to access the folder you're trying to download to.
- This may be because the folder is corrupted or does not exist. Use a file manager to check that the folder(s) actually exist and every folder in the sequence is available and accessible.
- The drive you're writing to is corrupted. Check using a file manager to see if it is accessible.
:::
### Reader
#### Why are some images not displayed?
Aside from network issues, it could be because the images are too big or that the decoder doesn't support that image type.
### Downloads
#### What happened to the simultaneous downloads feature?
It was removed to prevent IP bans caused by too many requests. We know that speed is being sacrificed but it's better than not being able to access a source at all.
#### Downloads are unstable
Be aware that it could be a network issue on your device or on the catalog you are trying to download from.
#### Can you make it possible to store manga on both internal storage and external SD-card?
At the moment, no. You could try using symlinks but that requires having your phone rooted.
::: aside
Read more about rooting your phone [here](https://www.xda-developers.com/root/)
:::
### Tracking
#### How do I log in with Kitsu?
To log in with Kitsu you need to use your email address as your username.
#### Why can't I find manga in MAL's search results?
You can search a manga from your MAL profile's list by searching in the following format: `my:<manga>`
::: aside
Related GitHub issue: [#65](https://github.com/inorichi/tachiyomi/issues/65)
:::
### Local Manga
#### How do I import my manga into Tachiyomi?
We recommend you to read [this](/help/guides/reading-local-manga) guide on how to do so.
#### I can't find the Tachiyomi folder
If you don't see a **Tachiyomi** folder on your device, try downloading a chapter of any manga or creating a backup so that the folder can be created.
### Application Updates
#### How do I enable automatic updates?
The **Tachiyomi** app now has in-app updating for both stable and preview versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled.
::: guide
If you go to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="help"/> About](/help/guides/about)** you will find the **[Check for updates](/help/guides/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/about/#version)** to force check for updates.
:::
### User Interface
#### Can I change the app language?
**Tachiyomi** is as of writing available in 35 different languages. By default, the app follows the language used on your device.
Only the UI has been localized, language in manga will still be using the language of the source selected.
::: guide
You can change language by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="tune"/> General](/help/guides/general)** then pressing **[Language](/help/guides/general/#language)**.
::: aside
Read more [here](/help/guides/general/#language)
:::
### Miscellaneous
#### What happened to the F-Droid version?
F-Droid is no longer an officially supported option. Both the stable and preview builds now include an auto-update mechanism.
An unofficial F-Droid repo is available at [tachi.efreakbnc.net](https://tachi.efreakbnc.net).
#### Why do I get a `App not installed` error when installing?
You may encounter this if you're installing an official build over an existing F-Droid build due to differing signatures.
Backup your data, uninstall the app, then restore the data in the fresh install.
#### iOS Version
There is currently no iOS version and there are no plans for one and since iOS and Android apps don't share code it's hard to port.
#### I lost everything, what now?
**Tachiyomi** is still in beta and some design changes or unexpected errors may lead to data loss. While we try for them not to happen, sometimes it is unavoidable. To avoid this in the future, you can use the automatic backup feature.
::: aside
Learn how to backup [here](/help/guides/backup/)
:::
## Extensions
### General
#### What are some good extensions?
The most popular are **MangaDex**, **MangaSee** and **Mangakakalot**, these are large sites which host content from scanlators. Description of some popular sources are listed below: The most popular are **MangaDex**, **MangaSee** and **Mangakakalot**, these are large sites which host content from scanlators. Description of some popular sources are listed below:
- Fastest manga updates: **Mangadex** and scanlator sources - Fastest manga updates: **Mangadex** and scanlator sources
@ -19,7 +135,7 @@ The most popular are **MangaDex**, **MangaSee** and **Mangakakalot**, these are
Most of the scanlator sources are part of **Multi-source** extensions, which contain multiple sources. For example, extensions like **Genkan**, **Madara**, **FoolSlide** and **ComiCake** which contain sources which host directly from the scanlators' own websites. Most of the scanlator sources are part of **Multi-source** extensions, which contain multiple sources. For example, extensions like **Genkan**, **Madara**, **FoolSlide** and **ComiCake** which contain sources which host directly from the scanlators' own websites.
### Which sources are in the multi-source extensions? #### Which sources are in the multi-source extensions?
Some extensions contain multiple sources, look at the list below to find out which extension to install for the specific source that you want. Some extensions contain multiple sources, look at the list below to find out which extension to install for the specific source that you want.
::: guide ::: guide
@ -28,19 +144,19 @@ User [SnakeDoc83](https://github.com/snakedoc83) has made a handy spreadsheet sh
Access the spreadsheet [here](https://docs.google.com/spreadsheets/d/1TyJEUg78WWH4zgnf3g6M2lkbWpBWbd40FYiPVQhW8IU/edit#gid=0) Access the spreadsheet [here](https://docs.google.com/spreadsheets/d/1TyJEUg78WWH4zgnf3g6M2lkbWpBWbd40FYiPVQhW8IU/edit#gid=0)
::: :::
### How do I request a new extension? #### How do I request a new extension?
Open an issue [on GitHub](https://github.com/inorichi/tachiyomi-extensions/issues) if one does not already exist. Open an issue [on GitHub](https://github.com/inorichi/tachiyomi-extensions/issues) if one does not already exist.
::: aside ::: aside
You can find the list of extensions to download [here](/extensions/) You can find the list of extensions to download [here](/extensions/)
::: :::
### Why won't the extensions install? #### Why won't the extensions install?
In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source. In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source.
To install just download the file for the extension you want and then install it, like how you installed **Tachiyomi**. To install just download the file for the extension you want and then install it, like how you installed **Tachiyomi**.
### How do I allow third-party installations? #### How do I allow third-party installations?
When installing your first extension and are prompted that your phone isn't allowed to install unknown apps from that source, simply follow the prompt to allow it. When installing your first extension and are prompted that your phone isn't allowed to install unknown apps from that source, simply follow the prompt to allow it.
<Carousel name="carousel-unknown-source"> <Carousel name="carousel-unknown-source">
@ -68,14 +184,14 @@ When installing your first extension and are prompted that your phone isn't allo
If you need more help regarding this, read [this](https://www.theandroidsoul.com/how-to-allow-apps-installation-from-unknown-sources-on-android-9-pie/) If you need more help regarding this, read [this](https://www.theandroidsoul.com/how-to-allow-apps-installation-from-unknown-sources-on-android-9-pie/)
::: :::
### How do I uninstall an extension? #### How do I uninstall an extension?
Extensions for **Tachiyomi** are technically installed the same as normal apps. Either you uninstall them through the app section on your phones settings or you go can do it in the app. Extensions for **Tachiyomi** are technically installed the same as normal apps. Either you uninstall them through the app section on your phones settings or you go can do it in the app.
::: guide ::: guide
To uninstall an extension from within **Tachiyomi**, go to **<MaterialIcon icon-name="extension"/> Extensions** then tap **Uninstall** on the extension you want to remove. To uninstall an extension from within **Tachiyomi**, go to **<MaterialIcon icon-name="extension"/> Extensions** then tap **Uninstall** on the extension you want to remove.
::: :::
### Why don't I have extensions or any sources in the catalogue? #### Why don't I have extensions or any sources in the catalogue?
- **Tachiyomi** no longer have pre-installed extensions, this means that you will need to install extensions you want to use from the **<MaterialIcon icon-name="extension"/> Extensions** menu. - **Tachiyomi** no longer have pre-installed extensions, this means that you will need to install extensions you want to use from the **<MaterialIcon icon-name="extension"/> Extensions** menu.
- If you're getting the `Loader not implemented` error after clicking on a manga, you will need to reinstall the extensions you used to use. Which number in the menu corresponds to which is below. - If you're getting the `Loader not implemented` error after clicking on a manga, you will need to reinstall the extensions you used to use. Which number in the menu corresponds to which is below.
@ -98,37 +214,37 @@ Be aware that **Batoto** is deprecated so you will need to migrate from that sou
Read more about Batoto shutting down [here](https://goboiano.com/manga-scanlation-site-batoto-to-close-down/) Read more about Batoto shutting down [here](https://goboiano.com/manga-scanlation-site-batoto-to-close-down/)
::: :::
### Why are my extensions not showing up in Catalogues? #### Why are my extensions not showing up in Catalogues?
If you've freshly reinstalled the **Tachiyomi** app, the installed extensions might not show up in **<MaterialIcon icon-name="explore"/> Catalogues** until you enable them. If you've freshly reinstalled the **Tachiyomi** app, the installed extensions might not show up in **<MaterialIcon icon-name="explore"/> Catalogues** until you enable them.
::: guide GUIDE ::: guide GUIDE
To fix this, go to **<MaterialIcon icon-name="explore"/> Catalogues**→**[<MaterialIcon icon-name="settings"/> Sources](/help/guides/catalogues/#sources)**. Now you can proceed to enabling your desired sources. To fix this, go to **<MaterialIcon icon-name="explore"/> Catalogues**→**[<MaterialIcon icon-name="settings"/> Sources](/help/guides/catalogues/#sources)**. Now you can proceed to enabling your desired sources.
::: :::
### Why can't I restore my backup? #### Why can't I restore my backup?
To restore backups, **Tachiyomi** requires to have extensions installed for the respective manga you want to restore. To restore backups, **Tachiyomi** requires to have extensions installed for the respective manga you want to restore.
### Why can't I find manga when searching catalogues? #### Why can't I find manga when searching catalogues?
It might be because the title is worded differently. Follow any of the steps below: It might be because the title is worded differently. Follow any of the steps below:
- Look up the title on a search engine like **Google** or a manga tracking service such as [AniList](https://anilist.co/home). - Look up the title on a search engine like **Google** or a manga tracking service such as [AniList](https://anilist.co/home).
- See which site has the series, often a single site will not satisfy all your needs. - See which site has the series, often a single site will not satisfy all your needs.
- Download the extension for that source from **<MaterialIcon icon-name="extension"/> Extensions** if it exists, read [this](/help/faq/extensions/#which-sources-are-there-in-the-multi-source-extensions) for a list of which extensions contains what sources. - Download the extension for that source from **<MaterialIcon icon-name="extension"/> Extensions** if it exists, read [this](/help/faq/#which-sources-are-in-the-multi-source-extensions) for a list of which extensions contains what sources.
- Go to **<MaterialIcon icon-name="explore"/> Catalogues** → **[Browse](/help/guides/catalogues/#browse)** on a source then search for the manga again. - Go to **<MaterialIcon icon-name="explore"/> Catalogues** → **[Browse](/help/guides/catalogues/#browse)** on a source then search for the manga again.
### Some common errors you might encounter #### Some common errors you might encounter
#### Java.lang Exception: Challenge not found ##### Java.lang Exception: Challenge not found
Often this will be resolved by force-quitting and reopening Tachiyomi. Often this will be resolved by force-quitting and reopening Tachiyomi.
#### Loader not implemented ##### Loader not implemented
It means that the respective extension for the manga is not installed. To fix, install the extension for the manga. If it still doesn't work, uninstall then reinstall the extension again. It means that the respective extension for the manga is not installed. To fix, install the extension for the manga. If it still doesn't work, uninstall then reinstall the extension again.
#### Value Manga is licensed at data of type java.lang.String cannot be converted to JSONObject ##### Value Manga is licensed at data of type java.lang.String cannot be converted to JSONObject
This means that the manga has been licensed and can no longer be read on that source. Try a different source to read the manga. This means that the manga has been licensed and can no longer be read on that source. Try a different source to read the manga.
#### HTTP error 403 ##### HTTP error 403
The source you selected may have Cloudflare protection on and is enforcing CAPTCHAs. The source you selected may have Cloudflare protection on and is enforcing CAPTCHAs.
1. Find a manga in your library that is from the source you're trying to access 1. Find a manga in your library that is from the source you're trying to access
@ -137,9 +253,9 @@ The source you selected may have Cloudflare protection on and is enforcing CAPTC
1. Complete the CAPTCHA if present and wait for the page to finish loading 1. Complete the CAPTCHA if present and wait for the page to finish loading
1. Press back rather than exiting the app and if that does not work, use the back arrow 1. Press back rather than exiting the app and if that does not work, use the back arrow
## MangaDex ### MangaDex
### No results when searching #### No results when searching
If you're not getting any results when searching MangaDex then you need to log in. To do so enter the **WebView** for **MangaDex** then press the **Manga** drop-down and choose either **Sign up** or **Log in** to proceed with the log in. If you're not getting any results when searching MangaDex then you need to log in. To do so enter the **WebView** for **MangaDex** then press the **Manga** drop-down and choose either **Sign up** or **Log in** to proceed with the log in.
::: guide ::: guide
@ -157,26 +273,26 @@ To enter the **WebView** go to **<MaterialIcon icon-name="explore"/> Catalogues*
::: tip ::: tip
Make sure you're on app version **0.8.4** or higher. Make sure you're on app version **0.8.4** or higher.
::: aside ::: aside
Make sure you stay up to date by reading [this](/help/faq/application/#how-do-i-enable-automatic-updates) Make sure you stay up to date by reading [this](/help/faq/#how-do-i-enable-automatic-updates)
::: :::
### Alternate searching method #### Alternate searching method
**MangaDex** allows you to search using the ID number to find manga. The easiest way to get the ID is opening the manga in your browser and looking at the URL. **MangaDex** allows you to search using the ID number to find manga. The easiest way to get the ID is opening the manga in your browser and looking at the URL.
::: guide ::: guide
An example search would be **`id:23427`** which would return results for [Candy & Cigarettes](https://mangadex.org/title/23427/candy-cigarettes) An example search would be **`id:23427`** which would return results for [Candy & Cigarettes](https://mangadex.org/title/23427/candy-cigarettes)
::: :::
### Chapters from Mangaplus are broken #### Chapters from Mangaplus are broken
Install the **Mangaplus** extension instead and then migrate the manga that uses **Mangaplus** on **MangaDex** onto the **Mangaplus** source. Install the **Mangaplus** extension instead and then migrate the manga that uses **Mangaplus** on **MangaDex** onto the **Mangaplus** source.
::: aside ::: aside
Read about source migration [here](/help/guides/source-migration/) Read about source migration [here](/help/guides/source-migration/)
::: :::
## MangaRock ### MangaRock
#### Regarding MangaRock going away: ##### Regarding MangaRock going away:
- You won't lose existing bookmarks or downloads. - You won't lose existing bookmarks or downloads.
- Chapters are no longer updated since **MangaRock** is dead. - Chapters are no longer updated since **MangaRock** is dead.
- Favorites from **MangaRock** source will no longer be backed up, however backup restoration is possible. - Favorites from **MangaRock** source will no longer be backed up, however backup restoration is possible.
@ -187,12 +303,12 @@ Read about source migration [here](/help/guides/source-migration/)
Read more about the situation [here](https://mangarock.com/). Read more about the situation [here](https://mangarock.com/).
::: :::
#### Migrate to Tachiyomi ##### Migrate to Tachiyomi
There is a tool to migrate from **MangaRock** to **Tachiyomi** courtesy of a member of our [Discord server](https://discord.gg/tachiyomi) by the same name as the creator, but a computer is required to finish the migration successfully. There is a tool to migrate from **MangaRock** to **Tachiyomi** courtesy of a member of our [Discord server](https://discord.gg/tachiyomi) by the same name as the creator, but a computer is required to finish the migration successfully.
View the program at [waicool20/mr2tachiyomi](https://github.com/waicool20/mr2tachiyomi). View the program at [waicool20/mr2tachiyomi](https://github.com/waicool20/mr2tachiyomi).
#### Restore a backup from the MangaRock source ##### Restore a backup from the MangaRock source
It's not currently possible to restore backup from MangaRock officially, as the MangaRock source is dead. There is however an unofficial method to restore/backup all manga from the MangaRock source. It's not currently possible to restore backup from MangaRock officially, as the MangaRock source is dead. There is however an unofficial method to restore/backup all manga from the MangaRock source.
1. Uninstall the MangaRock extension. 1. Uninstall the MangaRock extension.
@ -200,7 +316,7 @@ It's not currently possible to restore backup from MangaRock officially, as the
1. Go to **<MaterialIcon icon-name="extension"/> Extensions** menu and press **Trust** to proceed. 1. Go to **<MaterialIcon icon-name="extension"/> Extensions** menu and press **Trust** to proceed.
1. Restore backup. 1. Restore backup.
### Why do I get `Value <url> at 0 of type java.lang.String cannot be converted to JSONObject`? #### Why do I get `Value url at 0 of type java.lang.String cannot be converted to JSONObject`?
If you get this error when opening **MangaRock** chapters, try clearing your chapter cache. If you get this error when opening **MangaRock** chapters, try clearing your chapter cache.
::: guide ::: guide
@ -209,12 +325,12 @@ Chapter cache can be cleared by going to **[<MaterialIcon icon-name="settings"/>
Read more about clearing chapter cache [here](/help/guides/advanced/#clear-chapter-cache) Read more about clearing chapter cache [here](/help/guides/advanced/#clear-chapter-cache)
::: :::
## Madara ### Madara
### Leviatan Scans is missing #### Leviatan Scans is missing
**Leviatan Scans** has shifted from **Madara** to **Genkan** extension. Install **Genkan**, migrate all **Leviatan scans** then update **Madara**. **Leviatan Scans** has shifted from **Madara** to **Genkan** extension. Install **Genkan**, migrate all **Leviatan scans** then update **Madara**.
## KissManga ### KissManga
### Why do I get `Page list is empty`? #### Why do I get `Page list is empty`?
If you get this error then you need to solve the **CAPTCHA** on their website using your browser (*Google Chrome*, *Samsung Browser*, *Firefox*, *Opera*, etc.). If you get this error then you need to solve the **CAPTCHA** on their website using your browser (*Google Chrome*, *Samsung Browser*, *Firefox*, *Opera*, etc.).

View File

@ -1,113 +0,0 @@
---
title: Application
lang: en-US
sidebarDepth: 2
---
## Library
### How can I see how many chapters I've downloaded?
This can be done by enabling **Download badges** under **<MaterialIcon icon-name="class"/> My library**.
::: guide
Enable it by going to **<MaterialIcon icon-name="class"/> My library** → **<MaterialIcon icon-name="filter_list"/> Filter** → **Display** section then checking the **Download badges** option in the bottom.
### Some covers are white after restoring from backup
The URL to the cover has probably changed. To fix this, refresh the metadata of your library.
::: guide
Refresh your metadata by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="code"/> Advanced](/help/guides/advanced)** then pressing **[Refresh library metadata](/help/guides/advanced/#refresh-library-metadata)**.
::: aside
Read more [here](/help/guides/advanced/#refresh-library-metadata)
:::
### How do I ignore chapters from certain scanlator groups?
Every now and then you find a manga that is translated by more than one group, because of this you get multiple releases for every chapter in the manga. To fix this the easiest way is to change sorting to **Total chapters**. You won't see any changes but, when you start reading you'll automatically skip the duplicate releases.
::: guide
Change library sorting by going to **<MaterialIcon icon-name="class"/> My library** → **<MaterialIcon icon-name="filter_list"/> Filter** → **Sort** section then in this case selecting **Total chapters**.
### Why do I see `attempt to invoke virtual method 'com.hippo.unifile...`?
This error can be caused by a variety of reasons, all to do with storage.
::: guide
- Most commonly it is caused by full storage, check to see if your device or SD Card is full
- **Tachiyomi** doesn't have access to SD card enabled in permissions for the app
- If you're downloading and this error pops up, that means the app might not be able to access the folder you're trying to download to.
- This may be because the folder is corrupted or does not exist. Use a file manager to check that the folder(s) actually exist and every folder in the sequence is available and accessible.
- The drive you're writing to is corrupted. Check using a file manager to see if it is accessible.
:::
## Reader
### Why are some images not displayed?
Aside from network issues, it could be because the images are too big or that the decoder doesn't support that image type.
## Downloads
### What happened to the simultaneous downloads feature?
It was removed to prevent IP bans caused by too many requests. We know that speed is being sacrificed but it's better than not being able to access a source at all.
### Downloads are unstable
Be aware that it could be a network issue on your device or on the catalog you are trying to download from.
### Can you make it possible to store manga on both internal storage and external SD-card?
At the moment, no. You could try using symlinks but that requires having your phone rooted.
::: aside
Read more about rooting your phone [here](https://www.xda-developers.com/root/)
:::
## Tracking
### How do I log in with Kitsu?
To log in with Kitsu you need to use your email address as your username.
### Why can't I find manga in MAL's search results?
You can search a manga from your MAL profile's list by searching in the following format: `my:<manga>`
::: aside
Related GitHub issue: [#65](https://github.com/inorichi/tachiyomi/issues/65)
:::
## Local Manga
### How do I import my manga into Tachiyomi?
We recommend you to read [this](/help/guides/reading-local-manga) guide on how to do so.
### I can't find the Tachiyomi folder
If you don't see a **Tachiyomi** folder on your device, try downloading a chapter of any manga or creating a backup so that the folder can be created.
## Application Updates
### How do I enable automatic updates?
The **Tachiyomi** app now has in-app updating for both stable and preview versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled.
::: guide
If you go to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="help"/> About](/help/guides/about)** you will find the **[Check for updates](/help/guides/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/about/#version)** to force check for updates.
:::
## User Interface
### Can I change the app language?
**Tachiyomi** is as of writing available in 35 different languages. By default, the app follows the language used on your device.
Only the UI has been localized, language in manga will still be using the language of the source selected.
::: guide
You can change language by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="tune"/> General](/help/guides/general)** then pressing **[Language](/help/guides/general/#language)**.
::: aside
Read more [here](/help/guides/general/#language)
:::
## Miscellaneous
### What happened to the F-Droid version?
F-Droid is no longer an officially supported option. Both the stable and preview builds now include an auto-update mechanism.
An unofficial F-Droid repo is available at [tachi.efreakbnc.net](https://tachi.efreakbnc.net).
### Why do I get a `App not installed` error when installing?
You may encounter this if you're installing an official build over an existing F-Droid build due to differing signatures.
Backup your data, uninstall the app, then restore the data in the fresh install.
### iOS Version
There is currently no iOS version and there are no plans for one and since iOS and Android apps don't share code it's hard to port.
### I lost everything, what now?
**Tachiyomi** is still in beta and some design changes or unexpected errors may lead to data loss. While we try for them not to happen, sometimes it is unavoidable. To avoid this in the future, you can use the automatic backup feature.
::: aside
Learn how to backup [here](/help/guides/backup/)
:::

View File

@ -20,7 +20,7 @@ Restoring is done from the [<MaterialIcon icon-name="cloud_upload"/> Backup](/he
* Install all the <MaterialIcon icon-name="extension"/> Extensions that were installed at the time of the backup. * Install all the <MaterialIcon icon-name="extension"/> Extensions that were installed at the time of the backup.
* Log into the [<MaterialIcon icon-name="autorenew"/> Tracking](/help/guides/tracking) services that you use. * Log into the [<MaterialIcon icon-name="autorenew"/> Tracking](/help/guides/tracking) services that you use.
* Log into **MangaDex** using **Webview** [as explained here](/help/faq/extensions/#no-results-when-searching). * Log into **MangaDex** using **Webview** [as explained here](/help/faq/#no-results-when-searching).
* You're able to access all the sources through the **WebView**. * You're able to access all the sources through the **WebView**.
* Be on a consistent internet connection. * Be on a consistent internet connection.

View File

@ -27,7 +27,7 @@ Now that Tachiyomi is installed, open the app and navigate to the `Extensions` t
In this guide we will use MangaDex, our most popular extension. In this guide we will use MangaDex, our most popular extension.
Press the `Install` button and accept the installation prompt that will be shown. Press the `Install` button and accept the installation prompt that will be shown.
If you're getting stopped by a security prompt and don't know what to do you can read this FAQ section: ["How do I allow third-party installations?"](/help/faq/extensions/#how-do-i-allow-third-party-installations). If you're getting stopped by a security prompt and don't know what to do you can read this FAQ section: ["How do I allow third-party installations?"](/help/faq/#how-do-i-allow-third-party-installations).
::: expander <strong>Click to reveal video guide!</strong> ::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered"> <figure class="centered">