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

feat: use comicon for conversion #58

Closed potatoeggy closed 1 year ago

potatoeggy commented 1 year ago

Use the out-of-house Comicon library to convert comics instead of our in-house converter. Using Comicon also brings better metadata support such as in PDFs and in CBZ's ComicInfo.xml.

In addition, we can now support converting directly from one format to another by acting as a direct frontend to Comicon (e.g., PDF to EPUB, CBZ to EPUB, etc.) (Resolves #55, resolves #57) .

However, at the moment, it does not support returning a hint of the maximum number of operations remaining for progress bars in comicon.convert and comicon.convert_progress. DO NOT MERGE until that is resolved.