mansuf / mangadex-downloader

A command-line tool to download manga from MangaDex, written in Python.
https://mangadex-dl.mansuf.link/
MIT License
511 stars 43 forks source link

Add a option to disable creation of chapter info #30

Closed Moebits closed 2 years ago

Moebits commented 2 years ago

The idea

Why would you add this ugly thing, can you remove it please? I don't see an option to remove them.

スクリーンショット 2022-09-01 午後7 41 35

Why this feature should be added to the app ?

Looks ugly

mansuf commented 2 years ago

That "ugly" thing called chapter info, it gives you information what chapter and volume currently you reading on. I assume you download manga in any volume or single format, so that thing is created.

Is there any reason other than "looks ugly" to remove this thing ?

Moebits commented 2 years ago

Is there any reason other than "looks ugly" to remove this thing ?

I am looking between fan translations and the japanese manga for studying. However, because you added these chapter covers the downloaded manga is not the same length as the original. It is very annoying to figure out which pages correspond to which. Manually deleting the covers doesn't fix the incorrect page number in the filename eg. Vol-105.jpg in the manga downloaded by this program would be Vol-100.jpg of the actual manga.

mansuf commented 2 years ago

Fair enough, thanks for the explanation 👍.

Added to v2.0.0 development. There will be option that you can use to disable creation of chapter info for any volume and single format.

The chapter info will remain exist as is (because personally i need them)

mansuf commented 2 years ago

Added in https://github.com/mansuf/mangadex-downloader/commit/7dc5b2cd097896c29520b5c9858dbb5bc64bd9c9

You can install development version if you want to try it early.

pip install -U git+https://github.com/mansuf/mangadex-downloader.git@7dc5b2cd097896c29520b5c9858dbb5bc64bd9c9

You can use it from --no-chapter-info option

mangadex-dl "insert URL here" --no-chapter-info
Moebits commented 2 years ago

Thanks a lot!