-
Would it be possible to download those without mangal adding a comicinfo to them? Might be somewhat of an edgecase tbh. One such example would be The Beginning After the End which is available on plenty of manga sites |
Beta Was this translation helpful? Give feedback.
Answered by
metafates
Nov 16, 2022
Replies: 1 comment 5 replies
-
Hi! If I understand you correctly - you want to disable metadata fetching? You can do it by executing this command mangal config set -k metadata.fetch_anilist -v false Or manually editing the config file [metadata]
fetch_anilist = false ...Or by changing an environment variable If you want to disable ComicInfo.xml generation use this mangal config set -k metadata.comic_info_xml -v false |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Vodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! If I understand you correctly - you want to disable metadata fetching?
You can do it by executing this command
Or manually editing the config file
...Or by changing an environment variable
MANGAL_METADATA_FETCH_ANILIST
If you want to disable ComicInfo.xml generation use this