Calibre-opds-client: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
Line 5: Line 5:
2022/11/26 - Needs python3/qt bump.<br>
2022/11/26 - Needs python3/qt bump.<br>
Project abandoned since 2020, pending PR with py-3 updates.<br>
Project abandoned since 2020, pending PR with py-3 updates.<br>
Consider fixing.
<br>
Patched py-3 and Qt, but there are other sync issues when looking up books by uuid.<br>
}}
}}



Latest revision as of 06:11, 26 November 2022

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


WARNING:

2022/11/26 - Needs python3/qt bump.
Project abandoned since 2020, pending PR with py-3 updates.

Patched py-3 and Qt, but there are other sync issues when looking up books by uuid.

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

# make changes to src, then reinstall
calibre-customize -b $calibre_plugin