Skip to content
jmeacoe edited this page Nov 6, 2022 · 7 revisions

Welcome to the Manga-Tagger wiki!

This fork doesn't require FMD2.

Note: input Files still have to be named like this (they can be in their own %MANGA% directory, or not) : %MANGA% -.- %CHAPTER%.cbz

General Info

  • Does not require FMD2
  • Only scrapes metadata from Anilist
  • Support for Manga/Manhwa/Manhua
  • Download cover image for each chapter
  • Slightly increased filename parsing capability
  • Docker image available
  • Manga specific configuration

Exceptions Feature

Exceptions force mangatagger to parse a series name as X in anilist.

Used when anilist is not able to parse the filename that we are sending to their api.

How to use

Create a file named "exceptions.json" in your configured "data" folder to force MT to fetch metadata of a specific manga. To make it clearer here's an example.

{
  "Shi ni Modori, Subete wo Sukuu Tame ni Saikyou He to Itaru": {
    "anilist_title": "Shi ni Modori, Subete wo Sukuu Tame ni Saikyou He to Itaru @comic",
    "format": "MANGA",
    "adult": false
  },
  "Sweet Home (KIM Carnby)": {
    "anilist_id": 100954,
    "format": "MANGA",
    "adult": false
  }
}

For the series title Shi ni Modori, Subete wo Sukuu Tame ni Saikyou He to Itaru

AniList only finds the light novel entry .

When this exception is created, AniList will search Shi ni Modori, Subete wo Sukuu Tame ni Saikyou He to Itaru @comic in its database thus returning the actual Manga entry.

For the series title Sweet Home (KIM Carnby) there are 2 Mangas with the title Sweet Home on Anilist, to ensure that the exception is tagged with the right series information we can take the id from the URL: anilist.co/manga/100954/Sweet-Home/

If you add both the ID, and the title to an exception the ID will take precedence.

Clone this wiki locally