Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config for OPDS prefetching #1098

Closed
4 tasks done
rage1337 opened this issue Mar 20, 2023 · 1 comment
Closed
4 tasks done

Config for OPDS prefetching #1098

rage1337 opened this issue Mar 20, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@rage1337
Copy link

Describe your suggested feature

I'm monstly reading via Panels / OPDS Stream.

My library solely consist of WebP CBZ - everything I add runs through a parser before being added.
Sometimes, mostly when skipping through bigger books, I need to wait for the pages to be preloaded. This means, that
Panels shows me a placeholder image while buffering the real image.
The logs show me, that every image is converted to jpeg, done in org.gotson.komga.domain.service.BookLifecycle. Ok so far if necessary. If I could increase the count of prefetched pages via a config, I would be able to reduce the waiting times.

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@gotson
Copy link
Owner

gotson commented Mar 21, 2023

every image is converted to jpeg

This is a requirement of OPDS-PSE, see here:

type MUST indicate the type of image returned by the server (value MUST be one of the following : image/jpeg, image/gif or image/png)

That means webp is not supported, and thus need to be converted.

If I could increase the count of prefetched pages via a config, I would be able to reduce the waiting times.

This is a client side configuration, not server side. You need to request this to Panels directly.

@gotson gotson closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
@gotson gotson added wontfix This will not be worked on and removed triage labels Mar 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants