v3.3.0 — PDF Support for Comics
What's new
Bindery now recognises .pdf as a comic input format. Drop a PDF into Comics_in alongside your .cbz / .cbr / .zip / .rar files and it gets picked up by both the poll scanner and the inotify watcher, then handed to KCC just like any other comic source.
A note on EPUBs since an issue mentioned them too: KCC does not accept EPUB as an input format (EPUB is one of its outputs). Graphic-novel EPUBs should go in Books_in — they'll be handled by the kepubify pipeline. They won't get KCC's image-optimisation treatment, but that's a KCC limitation, not something Bindery can route around.
Changes
- New:
.pdfadded to the comic input extension set — recognised by both poll-mode and inotify-mode watchers - Note: EPUBs continue to be handled by the books pipeline via kepubify; KCC does not accept EPUB as input
- Added: unit test covering PDF dispatch in
scan_directories
Existing setups need no changes — drop a PDF in Comics_in and it just works. Thanks to @ponchohoncho for the report (#X).