Gauthier
Gauthier
> However, the situation changes when using **OPDS-PSE streaming**, because in this mode the client is _not_ downloading a complete file (like a CBZ). Instead, each page is streamed individually....
Just so i understand correctly, in your proposal, which application would consume the OPDS-PSE feed ? Would that be for KOReader ? Or is there a Suwayomi client ?
From all of you're saying, what i get is that clients badly implement read progress management. I don't see how adding an array of read progress to the server would...
> But how can KOReader reliably know that the stream corresponds to a specific local file? There's no standard identifier in OPDS 1.2. Hence my proposal to use OPDS 2...
> there's also the use case of having stream links serve as a table of contents or bookmarks. You should definitely look into the Readium [locators](https://readium.org/architecture/models/locators/), the bookmark case is...
> Same here. With version 0.11.2 I started seeing a bunch of `ERROR: failed to solve: process "/bin/sh -c ...`. Reverted back to 0.11.0 and everything started working again I...
> Looks like you forgot to install emulators: https://docs.docker.com/build/building/multi-platform/ > > ``` > $ docker run --privileged --rm tonistiigi/binfmt --install all > ``` I will give it a spin, but...
> > but the issue I had also happened on github actions with docker setup buildx > > Probably also forgot to add [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) > > > I will give...
Oh actually the error is slightly different: ``` => ERROR [linux/arm/v7 builder 3/3] RUN java -Djarmode=layertools -jar komga-1.3.0.jar extract 0.3s => CANCELED [linux/arm64 builder 2/3] COPY assembly/* / 0.0s =>...
> > `unix:///Users/groebroeck/.colima/docker.sock` > > This looks related to [abiosoft/colima#720](https://github.com/abiosoft/colima/issues/720) as you're using colima. thanks, i will have a look. However i also have the issue on Github Actions: https://github.com/gotson/komga/actions/runs/5746101884/job/15575224773...