Calibre-opds-client: Difference between revisions

From wikinotes
(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>...")
 
No edit summary
Line 34: Line 34:


</blockquote><!-- Usage -->
</blockquote><!-- Usage -->
= Troubleshooting =
<blockquote>
<syntaxhighlight lang="bash">
# start calibre in debug-mode, observe console output
# (note: changes to plugin require a reinstall)
calibre-debug -g
</syntaxhighlight>
</blockquote><!-- Troubleshooting -->

Revision as of 05:40, 26 November 2022

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

Troubleshooting

# start calibre in debug-mode, observe console output
# (note: changes to plugin require a reinstall)
calibre-debug -g