Replace "manga" with more ambiguous "series"

Tachiyomi is clearly not just a "manga" reader anymore
This commit is contained in:
Soitora 2023-08-27 22:38:36 +02:00
parent e6dc1a5020
commit c0950785ef
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97
16 changed files with 72 additions and 72 deletions

View File

@ -57,7 +57,7 @@ It is also recommended you lint your files before the PR.
- Use the default white theme - Use the default white theme
- Preferably use local source or a self-hosted extension if your media contains manga - Preferably use local source or a self-hosted extension if your media contains series
- Resize to have a width of 648px - Resize to have a width of 648px

View File

@ -6,8 +6,8 @@
</p> </p>
<h1 align="center">Tachiyomi <a href="#">Website</a></h1> <h1 align="center">Tachiyomi <a href="#">Website</a></h1>
<h3 align="center">Free and open source manga reader for Android</h3> <h3 align="center">Full-featured reader</h3>
<p align="center">Tachiyomi is an open-source Android app that lets you read any manga from your smartphone faster and easier than ever.</p> <p align="center">Read your favorite manga, webtoons, comics, and more easier than ever on your Android.</p>
<p align="center"> <p align="center">
<a title="Discord server" href="https://discord.gg/tachiyomi"> <a title="Discord server" href="https://discord.gg/tachiyomi">

View File

@ -6,7 +6,7 @@ import { createContentLoader, type SiteConfig } from "vitepress";
async function generateFeed(config: SiteConfig, hostname: string) { async function generateFeed(config: SiteConfig, hostname: string) {
const feed = new Feed({ const feed = new Feed({
title: "Tachiyomi", title: "Tachiyomi",
description: "Free and open source manga reader for Android", description: "Read your favorite manga, webtoons, comics, and more easier than ever on your Android.",
id: hostname, id: hostname,
link: hostname, link: hostname,
language: "en", language: "en",

View File

@ -15,25 +15,25 @@ Enable the language of the source by going to Browse → Sources tab → Filter
Settings → Browse → Check show in sources list. Settings → Browse → Check show in sources list.
## How do I find a manga I am looking for? ## How do I find a series I am looking for?
Sometimes you can struggle to find a source that has the manga you are looking to read. Sometimes you can struggle to find a source that has the series you are looking to read.
Here are some tips to help you find it:&#x20; Here are some tips to help you find it:
Tips to find your manga Tips to find your series
1. Look up the manga on [Google](https://google.com/) or a manga database such as [MangaUpdates](https://www.mangaupdates.com/). 1. Look up the series on [Google](https://google.com/) or a database such as [MangaUpdates](https://www.mangaupdates.com/).
1. See if the manga has any alternate spellings or other title variations. 1. See if the series has any alternate spellings or other title variations.
1. Try searching again in your sources with the alternate titles you found. 1. Try searching again in your sources with the alternate titles you found.
1. If you still cannot find the manga in any of your sources, then try to search for an extension for the website you found in step 1 in the extensions list. 1. If you still cannot find the series in any of your sources, then try to search for an extension for the website you found in step 1 in the extensions list.
### If you find the manga on a specific scanlator or aggregator and they do have an extension ### If you find the series on a specific scanlator or aggregator and they do have an extension
Download the corresponding extension, tap on it under → **Sources**, and then search for the manga there. Download the corresponding extension, tap on it under → **Sources**, and then search for the series there.
### If you find the manga on a specific scanlator or aggregator and they do not have an extension ### If you find the series on a specific scanlator or aggregator and they do not have an extension
Check if adding the site as an extension has [already been requested](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) and that it is not on the list of extensions that will not be added back [here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/3475). Check if adding the site as an extension has [already been requested](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) and that it is not on the list of extensions that will not be added back [here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/3475).
If it has not been requested and it is not on the list, you can [request it here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose). If it has not been requested and it is not on the list, you can [request it here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
If the scanlator or aggregator does not have an online manga reader, you can download the manga from their website and set up the series as a local manga. If the scanlator or aggregator does not have an online reader, you can download the series from their website and set up the series as a local series.

View File

@ -5,27 +5,27 @@ description: WIP
# Reading with Local Source # Reading with Local Source
## How do I import my downloaded manga into Tachiyomi?* ## How do I import my downloaded series into Tachiyomi?*
We recommend you to read [this](../../../guides/local-manga.md) guide on how to do so. We recommend you to read [this](../../../guides/local-series/index.md) guide on how to do so.
## What do I do if I cannot find the Tachiyomi folder? ## What do I do if I cannot find the Tachiyomi folder?
If you do not see the **Tachiyomi** folder, create one with a file manager. If you do not see the **Tachiyomi** folder, create one with a file manager.
## How do I fix empty/blank covers on my local manga? ## How do I fix empty/blank covers on my local series?
Sometimes some covers for local manga are not displayed. Sometimes some covers for local series are not displayed.
Follow these steps to fix it: Follow these steps to fix it:
1. Make sure you have created the right folder structure. 1. Make sure you have created the right folder structure.
1. To check that you have, open the manga with the missing cover and check if you can read chapters in the app. 1. To check that you have, open the series with the missing cover and check if you can read chapters in the app.
1. If not, follow this guide first. 1. If not, follow this guide first.
1. Take a screenshot of which chapters you have read, and then remove manga from the library. 1. Take a screenshot of which chapters you have read, and then remove series from the library.
1. Go to → → and tap **Clear database**. 1. Go to → → and tap **Clear database**.
1. This will only affect manga that are not in your library. 1. This will only affect series that are not in your library.
1. Go back to the → **Local source** and find the manga. 1. Go back to the → **Local source** and find the series.
1. The cover should be fixed now. 1. The cover should be fixed now.
1. Add the manga back to your library, mark your read chapters, and re-add tracking if needed. 1. Add the series back to your library, mark your read chapters, and re-add tracking if needed.
Related GitHub issue: [#932](https://github.com/tachiyomiorg/tachiyomi/issues/932) Related GitHub issue: [#932](https://github.com/tachiyomiorg/tachiyomi/issues/932)

View File

@ -5,12 +5,12 @@ description: WIP
# Downloads # Downloads
## How do I download several chapters or manga simultaneously? ## How do I download several chapters or series simultaneously?
The app does not allow parallel downloads from one source to prevent IP bans caused by too many requests. The app does not allow parallel downloads from one source to prevent IP bans caused by too many requests.
We know that speed is being sacrificed, but it is better than an overall inaccessible source. We know that speed is being sacrificed, but it is better than an overall inaccessible source.
However, if you download several manga from different sources, the app will start downloading simultaneously from up to five different sources. However, if you download several series from different sources, the app will start downloading simultaneously from up to five different sources.
## Why do my downloads sometimes stop midway through? ## Why do my downloads sometimes stop midway through?
@ -25,24 +25,24 @@ This can happen for a variety of reasons:
* If you are using an SD card, make sure it's detected. * If you are using an SD card, make sure it's detected.
* The source name may have changed. * The source name may have changed.
* Change the name of the source's folder to the new name. * Change the name of the source's folder to the new name.
* The source you downloaded the manga from may have changed the title. * The source you downloaded the series from may have changed the title.
* Change the title of the folder to the new title. * Change the title of the folder to the new title.
## How do I cancel or change the download queue? ## How do I cancel or change the download queue?
Go to **More****Download Queue** and cancel items in the queue or cancel all items by tapping on the overflow next to a manga chapter or on the top right. Go to **More****Download Queue** and cancel items in the queue or cancel all items by tapping on the overflow next to a series chapter or on the top right.
If you would like the change the order of the queue, tap and hold the = on the side of an item in the queue. If you would like the change the order of the queue, tap and hold the = on the side of an item in the queue.
## Can you make it possible to store manga on both internal storage and external SD-card? ## Can you make it possible to store series on both internal storage and external SD-card?
At the moment, no. At the moment, no.
You could try using symlinks, but that requires having your device rooted. You could try using symlinks, but that requires having your device rooted.
Read more about rooting your device [here](https://www.xda-developers.com/root/) Read more about rooting your device [here](https://www.xda-developers.com/root/)
## Why can I see manga pages from my downloads in my device's photo gallery? ## Why can I see series pages from my downloads in my device's photo gallery?
Tachiyomi adds a `.nomedia` file to the Downloads folder by default to prevent this from happening, but sometimes it does not work, or something goes wrong. Tachiyomi adds a `.nomedia` file to the Downloads folder by default to prevent this from happening, but sometimes it does not work, or something goes wrong.
To fix this, all you need to do is create the file yourself. To fix this, all you need to do is create the file yourself.
Name it `.nomedia` and place it in your downloads folder. Name it `.nomedia` and place it in your downloads folder.
If you have the same problem with your local manga, place the `.nomedia` file in the local folder. If you have the same problem with your local series, place the `.nomedia` file in the local folder.

View File

@ -38,22 +38,22 @@ Tips to reduce server load As mentioned above, it is **recommended to keep the d
## How do I ignore duplicate chapters? ## How do I ignore duplicate chapters?
Sometimes, you find a manga that is translated by more than one group. Sometimes, you find a series that is translated by more than one group.
Because of this, you get multiple releases for each chapter in the manga. Because of this, you get multiple releases for each chapter in the series.
There are several ways to skip the duplicate chapters: There are several ways to skip the duplicate chapters:
* Bookmark or mark as read the unwanted chapters, then tap on → **Filter** and double-tap **Bookmarked** or single-tap **Unread**, respectively. * Bookmark or mark as read the unwanted chapters, then tap on → **Filter** and double-tap **Bookmarked** or single-tap **Unread**, respectively.
* This will hide any bookmarked or read chapters and skip them as you read along, as long as you have **Skip filtered chapters** enabled under More → Settings → Reader → **Reading**. * This will hide any bookmarked or read chapters and skip them as you read along, as long as you have **Skip filtered chapters** enabled under More → Settings → Reader → **Reading**.
* Migrate to another source that does not have duplicates. * Migrate to another source that does not have duplicates.
* For more information on how to migrate a manga, see the migration guide. * For more information on how to migrate a series, see the migration guide.
## Why are some cover thumbnails corrupted, white, showing a broken page, or wrong? ## Why are some cover thumbnails corrupted, white, showing a broken page, or wrong?
The thumbnail download likely did not complete correctly. The thumbnail download likely did not complete correctly.
To fix this, refresh the covers in settings. To fix this, refresh the covers in settings.
Refresh your covers by going to More → Settings → Advanced then pressing **Refresh library manga covers**. Refresh your covers by going to **More -> Settings -> Advanced** then pressing **Refresh library covers**.
## Why have some manga chapters been marked as unread when I have not touched them? ## Why have some series chapters been marked as unread when I have not touched them?
The URLs of the manga chapters have changed, so Tachiyomi detects the chapter(s) as new chapters. The URLs of the series chapters have changed, so Tachiyomi detects the chapter(s) as new chapters.

View File

@ -9,9 +9,9 @@ Frequently Asked Questions related to Extensions.
## General ## General
### What are some recommended extensions? What source is the best? What is the replacement for source X? Where to read manga Y? ### What are some recommended extensions? What source is the best? What is the replacement for source X? Where to read series Y?
Tachiyomi does not endorse or recommend any manga source, and there is no best extension. Tachiyomi does not endorse or recommend any source, and there is no best extension.
Instead, we encourage users to spend some time trying out a few sources themselves and discover what sources work best for them. Instead, we encourage users to spend some time trying out a few sources themselves and discover what sources work best for them.
What works well for somebody else might not work well for you. What works well for somebody else might not work well for you.
@ -23,8 +23,8 @@ Tachiyomi is not hosting any content, we are not affiliated with or responsible
### What are scanlator sources? ### What are scanlator sources?
Manga that are not officially licensed are translated by scanlators, who either publish on their websites or **MangaDex**. Series that are not officially licensed are translated by scanlators, who either publish on their websites or **MangaDex**.
This practice contrasts with official sources like **MANGA Plus By SHUEISHA** or **VIZ Shonen Jump**, which host officially licensed and translated manga. This practice contrasts with official sources like **MANGA Plus By SHUEISHA** or **VIZ Shonen Jump**, which host officially licensed and translated series.
Learn more about scanlation in this **Wikipedia** [**article**](https://en.wikipedia.org/wiki/Scanlation). Learn more about scanlation in this **Wikipedia** [**article**](https://en.wikipedia.org/wiki/Scanlation).
@ -103,8 +103,8 @@ It is not actually obsolete.
### How do I move to a split extension? ### How do I move to a split extension?
Install the extension that your manga is from, and then uninstall the multisource extension. Install the extension that your series is from, and then uninstall the multisource extension.
If the manga shows the source as a bunch of numbers, force close the app. If the series shows the source as a bunch of numbers, force close the app.
For known issues with split extensions, go to this [GitHub issue](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/5672). For known issues with split extensions, go to this [GitHub issue](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/5672).
--- ---

View File

@ -39,4 +39,4 @@ Any project that calls itself Tachiyomi that supports anime is not affiliated wi
## Can Tachiyomi sync between devices? ## Can Tachiyomi sync between devices?
No. No.
But you can use Tachiyomi backup and restore features to save and load manga database and move manga content to another device. But you can use Tachiyomi backup and restore features to save and load series database and move series content to another device.

View File

@ -16,7 +16,7 @@ Backups store the following information:
- **Read chapters** - **Read chapters**
- **Tracking settings** - **Tracking settings**
- **Reading history** - **Reading history**
- **Manga information** - **Series information**
- Author, Artist, Date Added to Library, Selected Viewer, Read Duration, etc. - Author, Artist, Date Added to Library, Selected Viewer, Read Duration, etc.
::: tip How to create a backup ::: tip How to create a backup
@ -38,7 +38,7 @@ To ensure a smooth restoration process, remember to:
## Transferring Downloads to a New Installation ## Transferring Downloads to a New Installation
You can transfer downloaded manga chapters from one version of Tachiyomi to another. You can transfer downloaded series chapters from one version of Tachiyomi to another.
## Enabling Automatic Backups ## Enabling Automatic Backups

View File

@ -11,7 +11,7 @@ This section relates to the reading experience in the app and navigating the rea
### Default reading mode <Badge type="info" text="Paged (right to left)" /> ### Default reading mode <Badge type="info" text="Paged (right to left)" />
This setting sets the reader's default direction when you open a manga. This setting sets the reader's default direction when you open a series.
::: tabs ::: tabs
== Paged (RTL) == Paged (RTL)

View File

@ -1,10 +1,10 @@
--- ---
title: Source migration title: Source migration
description: Migration is the process of moving manga between sources without losing progress. This is most often used when a source is no longer accessible or another source is more up-to-date. description: Migration is the process of moving series between sources without losing progress. This is most often used when a source is no longer accessible or another source is more up-to-date.
--- ---
# Source migration # Source migration
Migration is the process of moving manga between sources without losing progress. This is most often used when a source is no longer accessible or another source is more up-to-date. Migration is the process of moving series between sources without losing progress. This is most often used when a source is no longer accessible or another source is more up-to-date.
::: warning ::: warning
Always make sure to have a backup in case anything unexpected occurs. Always make sure to have a backup in case anything unexpected occurs.
@ -21,13 +21,13 @@ You will need to remove these manually with a file manager.
::::tabs ::::tabs
==Tachiyomi ==Tachiyomi
### Migrating from Manga ### Migrating from Series
1. Tap into a **Manga** you would like to migrate. 1. Tap into the **Series** you would like to migrate.
1. Go to Overflow and tap Migrate. 1. Go to Overflow and tap Migrate.
> **Tachiyomi** will do a global search of all the sources you have installed and enabled. > **Tachiyomi** will do a global search of all the sources you have installed and enabled.
1. Select the **Source** that you'd like to migrate _to_ by tapping the **Manga** thumbnail. 1. Select the **Source** that you'd like to migrate _to_ by tapping the **Series** thumbnail.
1. Choose which data you want to transfer over, and you're done. 1. Choose which data you want to transfer over, and you're done.
### Migrating from Source ### Migrating from Source
@ -35,10 +35,10 @@ You will need to remove these manually with a file manager.
1. Tap into Browse on the bottom navbar. 1. Tap into Browse on the bottom navbar.
1. Press the Migrate tab at the top next to Extensions. 1. Press the Migrate tab at the top next to Extensions.
1. Select the **Source** that you'd like to migrate _from_. 1. Select the **Source** that you'd like to migrate _from_.
1. Tap the **Manga** you'd like to migrate _from_ the **Source**. 1. Tap the **Series** you'd like to migrate _from_ the **Source**.
> **Tachiyomi** will do a global search of all the sources you have installed and enabled. > **Tachiyomi** will do a global search of all the sources you have installed and enabled.
1. Select the **Source** you'd like to migrate _to_ by tapping the **Manga** thumbnail. 1. Select the **Source** you'd like to migrate _to_ by tapping the **Series** thumbnail.
1. Choose which data you want to transfer over, and you're done. 1. Choose which data you want to transfer over, and you're done.
:::tip Searching only pinned sources :::tip Searching only pinned sources
@ -51,24 +51,24 @@ Pin sources in Browse using the pin icon next to the source name.
::: :::
==TachiyomiJ2K ==TachiyomiJ2K
### Migrating multiple Manga ### Migrating multiple Series
1. Tap **Settings****Sources****Source migration**. 1. Tap **Settings****Sources****Source migration**.
1. Select the **Source** you'd like to migrate _from_ and select **All**. 1. Select the **Source** you'd like to migrate _from_ and select **All**.
1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow at the bottom right. 1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow at the bottom right.
1. Choose which data you want to transfer over. 1. Choose which data you want to transfer over.
1. Wait until all your **Manga** is found and hit the done at the top and you're done. 1. Wait until all your **Series** is found and hit the done at the top and you're done.
> If a manga is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**. > If a series is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**.
### Migrating a single Manga ### Migrating a single Series
1. Tap into a **Manga** in your Library. 1. Tap into a **Series** in your Library.
1. Tap **Overflow****Migrate manga**. 1. Tap **Overflow****Migrate**.
1. Select the **Sources** you'd like to search and migrate _to_ and hit the arrow at the bottom right. 1. Select the **Sources** you'd like to search and migrate _to_ and hit the arrow at the bottom right.
1. Wait until it is found and select _done_ in the top right and you're done. 1. Wait until it is found and select _done_ in the top right and you're done.
> If a manga is not found, or is wrong you can manually search it by pressing Overflow → **Search manually** > If a series is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**
==TachiyomiSY ==TachiyomiSY
### Migrating from Library ### Migrating from Library
@ -78,9 +78,9 @@ Pin sources in Browse using the pin icon next to the source name.
1. Select the **Source** you'd like to migrate _from_ and select **All**. 1. Select the **Source** you'd like to migrate _from_ and select **All**.
1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow labeled Migrate at the bottom right. 1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow labeled Migrate at the bottom right.
1. Choose which data you want to transfer over. 1. Choose which data you want to transfer over.
1. Wait until all your **Manga** is found and hit the done at the top and you're done. 1. Wait until all your **Series** is found and hit the done at the top and you're done.
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow****Search manually**. > If a series is not found, or is wrong you can manually search it by pressing **Overflow****Search manually**.
### Migrating from Source ### Migrating from Source
@ -90,9 +90,9 @@ Pin sources in Browse using the pin icon next to the source name.
1. Select the **Source** you'd like to migrate _from_ and select **All**. 1. Select the **Source** you'd like to migrate _from_ and select **All**.
1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow labeled Migrate at the bottom right. 1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow labeled Migrate at the bottom right.
1. Choose which data you want to transfer over. 1. Choose which data you want to transfer over.
1. Wait until all your **Manga** is found and hit the done at the top and you're done. 1. Wait until all your **Series** is found and hit the done at the top and you're done.
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow****Search manually**. > If a series is not found, or is wrong you can manually search it by pressing **Overflow****Search manually**.
==TachiyomiAZ ==TachiyomiAZ
### Instructions ### Instructions
@ -102,7 +102,7 @@ Pin sources in Browse using the pin icon next to the source name.
1. Select the **Source** you'd like to migrate _from_ and select **All**. 1. Select the **Source** you'd like to migrate _from_ and select **All**.
1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow at the bottom right. 1. Select the **Sources** that you'd like to migrate _to_ and search by and tap the arrow at the bottom right.
1. Choose which data you want to transfer over. 1. Choose which data you want to transfer over.
1. Wait until all your **Manga** is found and hit the done at the top and you're done. 1. Wait until all your **Series** is found and hit the done at the top and you're done.
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow****Search manually**. > If a series is not found, or is wrong you can manually search it by pressing **Overflow****Search manually**.
:::: ::::

View File

@ -62,7 +62,7 @@ If any of these solutions help, go to [it only happens to me](#it-only-happens-t
If none of these solutions help, try asking in our [Discord server](https://discord.gg/tachiyomi). If none of these solutions help, try asking in our [Discord server](https://discord.gg/tachiyomi).
Check **#status-updates** first to see if your issue is known. State your app version and the source, manga, and chapter with the problem if it is not listed. Check **#status-updates** first to see if your issue is known. State your app version and the source, series, and chapter with the problem if it is not listed.
## It only happens to me ## It only happens to me
You may be getting a [Cloudflare](#solving-cloudflare-issues) protection, may have been IP-banned, or encountered some other counter-measure that website owners deploy against programs like Tachiyomi. You may be getting a [Cloudflare](#solving-cloudflare-issues) protection, may have been IP-banned, or encountered some other counter-measure that website owners deploy against programs like Tachiyomi.
@ -71,7 +71,7 @@ If that is the case, there is probably nothing that Tachiyomi can do to solve it
**Workarounds that can the lower chance of an issue happening again:** **Workarounds that can the lower chance of an issue happening again:**
- Don't use downloads with the source. - Don't use downloads with the source.
- Have less manga in your library from the source. - Have less series in your library from the source.
::: warning ::: warning
The above are imprecise and fuzzy rules because each site has its non-public limits and triggers. The above are imprecise and fuzzy rules because each site has its non-public limits and triggers.

View File

@ -24,7 +24,7 @@ features:
- title: MangaDex - title: MangaDex
details: Native login with support for MDList as a tracker, and syncing the MangaDex follows list. details: Native login with support for MDList as a tracker, and syncing the MangaDex follows list.
icon: <img src="https://mangadex.org/img/brand/mangadex-logo.svg" alt="MangaDex Logo" height="32" width="32"> icon: <img src="https://mangadex.org/img/brand/mangadex-logo.svg" alt="MangaDex Logo" height="32" width="32">
- title: Similiar Manga - title: Similiar Series
details: Recommendation system details: Recommendation system
icon: 📚 icon: 📚
- title: Merging missing chapters - title: Merging missing chapters

View File

@ -24,7 +24,7 @@ features:
- title: Hentai-focused - title: Hentai-focused
details: Adds several features to enhance your Hentai experience. details: Adds several features to enhance your Hentai experience.
icon: 🔞 icon: 🔞
- title: Manga recommendations - title: Series recommendations
details: Get recommendations from MyAnimeList and AniDB. details: Get recommendations from MyAnimeList and AniDB.
icon: 📚 icon: 📚
- title: Legacy design - title: Legacy design

View File

@ -24,7 +24,7 @@ features:
- title: Hentai-focused - title: Hentai-focused
details: Adds several features to enhance your Hentai experience. details: Adds several features to enhance your Hentai experience.
icon: 🔞 icon: 🔞
- title: Manga recommendations - title: Series recommendations
details: Get recommendations from MyAnimeList and AniDB. details: Get recommendations from MyAnimeList and AniDB.
icon: 📚 icon: 📚
- title: Several exclusive features - title: Several exclusive features