potatoeggy / mandown

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

Make external conversion easier #57

Closed potatoeggy closed 1 year ago

potatoeggy commented 1 year ago

Mandown really only uses the comic object for metadata. A BaseComic object can be spoofed for users that just want to convert without going through the hassle of init-metadata.

Alternatively, add an extensions section for this kind of functionality + intercomic conversion.

In theory, this is very possible with the help of a temporary directory and the storage of mandown-specific metadata.

It may be time for a rewrite of the converter library to be more like calibre's.