jklmli / manga_downloader

Cross-platform, multi-site, multi-threaded manga downloader with over 5000 distinct mangas. Includes support for automated downloading via external .xml file and conversion for viewing on the Kindle.
MIT License
270 stars 53 forks source link

Adding a build-a-Tankoubon (volume) functionality #84

Closed CharlieCorner closed 7 years ago

CharlieCorner commented 7 years ago

Imagine that you are behind in reading Bleach, or Naruto, or DragonBall and you need to catch up. We're talking about being >150 chapters behind.

You could set manga_downloader to download all of these chapters; and you could read them one by one. Once you're done with one chapter you'd have to search for the next one, open it up and read it. Rinse and repeat.

Now imagine you like to read these on your ebook reader. It becomes too much of a hassle.

What if we could group our chapters in a neatly ordered tankoubon? Like the ones you can get at any book store. You could then have a volume with 'n' number of chapters in it. It'd be easier to read in your favorite comic reader.

You should be able to control how many chapters you want in a given volume and have the option to optionally remove the individual chapter files once you are done compiling them into it.

CharlieCorner commented 7 years ago

I've been working on this feature request in my spare time and will submit a Pull Request for review.

jklmli commented 7 years ago

Done in #85