Welcome to the forum, Guest

TOPIC: [Request] OPDS support through the server

[Request] OPDS support through the server 8 years 2 months ago #2059

matthew

Offline

Fresh Boarder

Posts: 3

Karma: 0

Tom over at Vaemendis has extended the OPDS protocol to support grabbing a comic book file page-by-page. This is an extremely convenient way of reading comics on your mobile device as it does not require that you download the archive to your device.

Source:
OPDS
OPDS Extension

If you integrate and support the OPDS protocol you will greatly increase your user base.
The administrator has disabled public write access.

[Request] OPDS support through the server 8 years 2 months ago #2062

Luis Ángel

Offline

Administrator

Posts: 2625

Thank you received: 544

Karma: 11

YACReaderLibrary alread supports page by page reading without the need for downloading the full comics in YACReader for iOS.

BTW, Matthew, please, change your avatar image, your image could cause some confusions to other users in the forum.
Contribute to the project becoming a patron: www.patreon.com/yacreader
You can also donate via Pay-Pal: www.paypal.com/donate?business=5TAMNQCDD...e=Support+YACReader\
The administrator has disabled public write access.

[Request] OPDS support through the server 8 years 2 months ago #2063

robson.sobral

Offline

Expert Boarder

Posts: 126

Thank you received: 9

Karma: 0

I would like the support as well, but because the YAC reader library only exports to YAC Reader, which only runs on iOS. This is way I'm seriously thinking on move all the library to Calibre.

It would be nice if we could use a more standard way to get comics.

Maybe a built-in browser can be a easier way to implement it.

Or if the library uses real link, which can be used on any browser.
The administrator has disabled public write access.
The following user(s) said Thank You: matthew

[Request] OPDS support through the server 8 years 2 weeks ago #2252

matthew

Offline

Fresh Boarder

Posts: 3

Karma: 0

Robson is right. Without a convenient way to read through a browser we have better alternatives (Calibre, Ubooquity, Comicrack).

Luis, you wrote that reading without downloading the entire file is available for iOS devices. I'm guessing you mean in conjunction with YACReader for iOS. That is a very specific setup and excludes every user who uses a different app on a different platform.

Challenge Reader on Android
Firefox on Windows
Chrome on Linux
Safari on OSX
...
Implementing OPDS would support all of these different setups because each is capable of displaying OPDS feeds. Through the browser you'd be serving a page that uses JavaScript to request the next pages and save them in cache.

To start:
YACReader starts and hosts a web server listener on a custom port.
The user connects to the IP address or URI through which YACReader is accessible.
Through that port YACReader listens for $_GET requests for books and pages.
The administrator has disabled public write access.

[Request] OPDS support through the server 8 years 2 weeks ago #2253

robson.sobral

Offline

Expert Boarder

Posts: 126

Thank you received: 9

Karma: 0

I think the easier solution for now would be to have links to the files on library. Today, the import links point to file meta info:

```
fileName:filename.cbz
fileSize:59308716
```

If we have links to the file itself, any browser could get it and them points to other readers. A kind of User agent sniffing could show the link to the meta info inside YAC Reader and to the files themselves by default.
The administrator has disabled public write access.
Powered by Kunena Forum