diff --git a/wiki/calibre.md b/wiki/calibre.md index 334035c..dcdb3d6 100644 --- a/wiki/calibre.md +++ b/wiki/calibre.md @@ -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 ``, `` and `` 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://../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 diff --git a/wiki/e-book.md b/wiki/e-book.md index 35fdfc3..ee61dd2 100644 --- a/wiki/e-book.md +++ b/wiki/e-book.md @@ -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).