Skip to content
ThePromidius edited this page Sep 14, 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
  }
}

Our series title is 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.

Clone this wiki locally