Martín Fernández 8 months ago
parent ef7e217993
commit df2db409bf

@ -0,0 +1,47 @@
The calibre plugin supports sending documents from your calibre library using a wireless connection. It also supports searching across the calibre metadata available on the device.
## 1. Metadata search
**TODO**
## 2. Wireless client
To use this plugin you need to keep your PC that runs Calibre and your KOReader device in one local network usually in one router. Then start your Calibre wireless device connection as the following screenshot shows:
[![Start calibre wireless connection](https://github.com/koreader/koreader/wiki/screenshots/calibre_companion_start.png)](https://github.com/koreader/koreader/wiki/screenshots/calibre_companion_start.png)
Use the default option in the popup window should be OK as for Calibre version 4.19.
After the calibre wireless device connection is established (the red indicator of the connection button changes into green), go to the plugin tab of KOReader and select "Connect" option in the "Calibre" plugin. If all things go right Koreader should say "Connected to Calibre Server at _somehost:someport_" and your Calibre should recognize KOReader as a wireless device like this:
[![Connected calibre server](https://github.com/koreader/koreader/wiki/screenshots/calibre_companion_connected.png)](https://github.com/koreader/koreader/wiki/screenshots/calibre_companion_connected.png)
You can send one or more documents to your KOreader device from your Calibre Library now:
[![Send documents to KOReader](https://github.com/koreader/koreader/wiki/screenshots/calibre_companion_send.png)](https://github.com/koreader/koreader/wiki/screenshots/calibre_companion_send.png)
Note that if it's the first time you run Calibre plugin, you may be prompted to choose the "Inbox" directory in which the received documents will be saved.
---
### 2.1 Faster sync
If you're trying to copy many files wirelessly onto your device and the process seems to be taking a long time, try navigating one directory "up" in KOReader (if you're viewing the directory into which the files are being imported). Sync will continue, but will now be significantly faster since KOReader will no longer be trying to update your list of files with every new book that's received.
This is particularly noticeable on Android.
---
### 2.2 Changing filename template
The usual way of changing filename templates doesn't work with the SmartDevice driver used for calibre wireless connection. Instead you need to customize the SmartDevice App Interface plugin directly by following these instructions.
Select "Preferences" in the Calibre toolbar, then select "Plugins" under the advanced row.
![calibre1](https://user-images.githubusercontent.com/108584186/177076311-c9deadb4-3c0c-44ab-9fee-bfdbac8142fb.png)
Then search for "SmartDevice", selecting SmartDevice App Interface.
![calibre1](https://user-images.githubusercontent.com/108584186/177076490-2ec66908-9eda-486c-91f1-a856c7672550.png)
Select Customize Plugin, here you can change your filename template and click ok to save your template.
![calibre1](https://user-images.githubusercontent.com/108584186/177076719-c6d7f5d7-0dd2-4a3d-8be0-c63383d14554.png)
To understand how calibre's template language works see the instructions in the calibre manual: https://manual.calibre-ebook.com/template_lang.html
Loading…
Cancel
Save