Calibre-opds-client

From wikinotes
Revision as of 05:26, 26 November 2022 by Will (talk | contribs) (Created page with "Access a calibre-server install over OPDS.<br> Browse/Download books into local calibre install. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/goodlibs/calibre-opds-client |- |} </blockquote><!-- Documentation --> = Install = <blockquote> Install Plugin <syntaxhighlight lang="bash"> cd /var/tmp git clone https://github.com/goodlibs/calibre-opds-client calibre-customize -b calibre-opds-client/calibre_plugin </syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Access a calibre-server install over OPDS.
Browse/Download books into local calibre install.

Documentation

github https://github.com/goodlibs/calibre-opds-client

Install

Install Plugin

cd /var/tmp
git clone https://github.com/goodlibs/calibre-opds-client
calibre-customize -b calibre-opds-client/calibre_plugin

Add to toolbar

- Toolbar > Preferences:
  - Toolbars & Menus:
    - Dropdown: The main toolbar
    - move >>: OPDS Client
    - Apply

Usage