1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-07 20:41:36 +02:00

Calibre: Added OPDS Protocol guide

This commit is contained in:
2026-07-04 04:31:22 +02:00
parent ce92534611
commit 40d38a8142
2 changed files with 23 additions and 2 deletions

View File

@@ -18,6 +18,25 @@ package `calibre` or a similar name, which contains the desktop version as well.
This section addresses various features of calibre.
## Connect via OPDS
OPDS is a protocol to share e-books via HTTP(S) and XML.
For example, it can be used to connect to an e-book reader like [Episteme](/wiki/e-book.md#e-reader)
on [Android](/wiki/android.md).
Using this the catalog of calibre's web version can then be browsed directly via
[Episteme](/wiki/e-book.md#e-reader).
For calibre's web version the url for the OPDS catalog is the following.
Please note that `<subdomain>`, `<domain>` and `<tld>` can vary.
Additionally, the subdomain could be omitted or `https://` could be used.
However, most important is the path `/opds` which leads to the catalog.
```txt
http://<subdomain>.<domain>.<tld>/opds
```
The login data for the OPDS catalog is the same as for calibre's web version in general.
## Adding a Plugin
A plugin by a third party can be added by selecting a `.zip` archive usually named

View File

@@ -36,5 +36,7 @@ An e-reader is a device that is designed for reading digital e-books.
Some of them also feature [annotation tools](/wiki/note-taking.md).
- [Episteme Reader](https://github.com/Aryan-Raj3112/episteme) is a native
- [Android](/wiki/android.md) [e-book](/wiki/e-book.md) reader, that is capable of annotations.
In contrast to [Saber](/wiki/note-taking.md#software) it is able to handle large PDF-files.
[Android](/wiki/android.md) [e-book](/wiki/e-book.md) reader, that is capable of annotations.
In contrast to [Saber](/wiki/note-taking.md#software) it is able to handle large PDF-files.
Additionally it features the OPDS protocol for catalogs which can, for example, connect to
[the OPDS catalog of calibre's web version](/wiki/calibre.md#connect-via-opds).