Browse an OPDS catalog
opds_browseFetch an OPDS catalog to browse its navigation links and book entries, including download and cover image links.
Instructions
Fetches an OPDS catalog document (feed, navigation, or acquisition list; OPDS 1.x Atom/XML or OPDS 2.0 JSON) and returns its navigation links (search, next/prev, subsections) and entries (books/publications) with their acquisition (download) and cover image links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Absolute URL of the OPDS catalog/feed document to fetch. Optional if the server was started with a default catalog URL (OPDS_BASE_URL); required otherwise. | |
| password | No | HTTP Basic Auth password, if the catalog requires authentication | |
| username | No | HTTP Basic Auth username, if the catalog requires authentication |