mirror of
https://github.com/crosspoint-reader/calibre-plugins.git
synced 2026-04-29 10:26:59 -07:00
Books in subfolders now show in device list, deleting removes the book from the list immediately, and newly added books show up immediately
CrossPoint Reader Calibre Plugin
This plugin adds CrossPoint Reader as a wireless device in Calibre. It uploads EPUB files over WebSocket to the CrossPoint web server.
Protocol:
- Connect to ws://:/
- Send: START:::
- Wait for READY
- Send binary frames with file content
- Wait for DONE (or ERROR:)
Default settings:
- Auto-discover device via UDP
- Host fallback: 192.168.4.1
- Port: 81
- Upload path: /
Install:
- Download the latest release from the releases page (or zip the contents of this directory).
- In Calibre: Preferences > Plugins > Load plugin from file.
- The device should appear in Calibre once it is discoverable on the network.
No configuration needed. The plugin auto-discovers the device via UDP and falls back to 192.168.4.1:81.