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 without download #13

Closed potatoeggy closed 2 years ago

potatoeggy commented 2 years ago

If a user makes manual changes to the chapters, this should be respected by a simple command reminscient of KCC.

mandown https://comic.link --convert cbz --from /path/to/comic/folder

is one method of a flag that would skip the download to look at existing files instead while reusing most parameters. --from would let mandown assume that all natsorted folders are chapters in order with the only check being to hold that the number of chapters are equal.

Metadata should still be pulled as usual, and folder names will be used as chapter titles.

This would be equivalent to only fetching metadata and then running mandown.convert() with that metadata.