[Feature Request] Comic Support (zip files and divina profile via OPDS v2) #2636
beville
started this conversation in
Developer corner
Replies: 1 comment
|
CBZ is supported at the parser level but there is currently no image-only rendering engine in Thorium. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be awesome if this application also supported comics.
The basic "cbz" file is just zip archive of images with an implicit order based on image file names. I think the OPDS 2.0 acquisition link is of type "application/vnd.comicbook+zip"
Also, there is an OPDS 2 webpub profile called "divina" that supports a page-by-page stream of publications, that is documented here: https://github.com/readium/webpub-manifest/blob/master/profiles/divina.md . There are a number of self-hosted OPDS servers that are starting to add support for this feature, including Komga (komga.org)
All reactions