potatoeggy / mandown

Comic/manga/webtoon downloader and CBZ/EPUB/MOBI/PDF converter
GNU Affero General Public License v3.0
51 stars 7 forks source link

[Feature Request] --convert cbz into seperate chapters #63

Closed RandomLegend closed 1 year ago

RandomLegend commented 1 year ago

Hello,

it would be great if the --convert cbz function would NOT combine every chapter into one giant .cbz file but rather takes the episode-X folders and convert them seperately creating multiple .cbz files for each chapter.

That would make it much easier and faster to load and makes it much easier to keep a manga that is still publishing up to date.

potatoeggy commented 1 year ago

Added in v1.4.0 in the form mandown get ... --convert cbz --split-by-chapters (shorthand -b) or mandown convert ... --split-by-chapters. Please let me know if it doesn't work!