mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Add a brief note about Group Blocking for MangaDex (#824)
* Add brief note about Group Blocking in Dex ext * Add suggested changes capitalize MangaDex and also emphasize the important portions
This commit is contained in:
parent
0c07b64f16
commit
865e966372
@ -252,6 +252,39 @@ You need to [migrate](./source-migration.md) all your MangaDex manga from MangaD
|
||||
##### Why can I not restore from a JSON backup?
|
||||
JSON backups are now unusable due to the ID change. You will have to manually re-add your manga.
|
||||
|
||||
#### How can I block particular Scanlator Groups?
|
||||
|
||||
The **MangaDex** extension allows blocking **Scanlator Groups**. Chapters uploaded by a **Blocked Scanlator Group** will not show up in **Latest** or in **Manga feed** (chapters list). For now, you can only block Groups by entering their UUIDs manually.
|
||||
|
||||
Follow the following steps to easily block a group from the Tachiyomi MangaDex extension:
|
||||
|
||||
A. Finding the **UUIDs**:
|
||||
- Go to [https://mangadex.org](https://mangadex.org) and <NavigationText item="search"/> for the Scanlation Group that you wish to block and view their Group Details
|
||||
- Using the URL of this page, get the 16-digit alphanumeric string which will be the UUID for that scanlation group
|
||||
- For Example:
|
||||
* The Group *Tristan's test scans* has the URL
|
||||
- [https://mangadex.org/group/6410209a-0f39-4f51-a139-bc559ad61a4f/tristan-s-test-scans](https://mangadex.org/group/6410209a-0f39-4f51-a139-bc559ad61a4f/tristan-s-test-scans)
|
||||
- Therefore, their UUID will be `6410209a-0f39-4f51-a139-bc559ad61a4f`
|
||||
* Other Examples include:
|
||||
+ Azuki Manga | `5fed0576-8b94-4f9a-b6a7-08eecd69800d`
|
||||
+ Bilibili Comics | `06a9fecb-b608-4f19-b93c-7caab06b7f44`
|
||||
+ Comikey | `8d8ecf83-8d42-4f8c-add8-60963f9f28d9`
|
||||
+ MangaPlus | `4f1de6a2-f0c5-4ac5-bce5-02c7dbb67deb`
|
||||
|
||||
B. Blocking a group using their UUID in Tachiyomi MangaDex extension `v1.2.150+`:
|
||||
1. Go to <NavigationText item="browse"/> → <NavigationText item="extensions"/>.
|
||||
1. Click on **MangaDex** extension and then <NavigationText item="settings"/> under your Language of choice.
|
||||
1. Tap on the option **Block Groups by UUID** and enter the UUIDs.
|
||||
- By Default, the following groups are blocked:
|
||||
```
|
||||
Azuki Manga, Bilibili Comics, Comikey & MangaPlus
|
||||
```
|
||||
- Which are entered as:
|
||||
```
|
||||
5fed0576-8b94-4f9a-b6a7-08eecd69800d, 06a9fecb-b608-4f19-b93c-7caab06b7f44,
|
||||
8d8ecf83-8d42-4f8c-add8-60963f9f28d9, 4f1de6a2-f0c5-4ac5-bce5-02c7dbb67deb
|
||||
```
|
||||
|
||||
### Mangakakalot, Manganelo, Mangabat and Mangairo
|
||||
|
||||
#### What do `Page list is empty` and `Source URL has changed` mean?
|
||||
|
Loading…
Reference in New Issue
Block a user