Replies: 3 comments 15 replies
-
It's been raised on Komga: gotson/komga#1098 |
Beta Was this translation helpful? Give feedback.
-
OPDS-PSE mandates the use of jpeg, gif or png images, see here:
I agree with you that this is outdated, and we need a better way to handle that.
I don't think the setting should be at the server level, but needs to be baked in the OPDS-PSE protocol, and the client should be allowed to request In Komga, when using the REST API, clients would typically:
We can't really do that with OPDS-PSE, because the OPDS-PSE link only provides a single mediatype for the whole publication, while each page could be using a different mediatype. One way of doing it would be to use Content Negociation. |
Beta Was this translation helpful? Give feedback.
-
Unrelated to this issue, but I have books that are made of more than one type of image, and I'd be happy to see the "type" attribute go away because I know that sometimes the server isn't truthful with the client about what to expect. |
Beta Was this translation helpful? Give feedback.
-
A user recently contacted Panels support to see if we could do something to speed up their streaming by tweaking how Panels pre-cache pages.
Apparently, their whole library of comics is in WebP format, and it takes some time to get the pages converted to jpeg.
I still need to find out what server they're using.
Panels already has support for WebP, and it's a waste of resources to convert each page on-the-fly when a client has support for the original format. It would also speed the streaming up.
Does it make sense to have an opt-in feature to allow servers to return the WebP image and skip the conversion?
I don't have a specific solution in mind. I'm just testing the water.
What do you think would be a good approach?
Beta Was this translation helpful? Give feedback.
All reactions