Files
calibre-plugins/crosspoint_reader
AntoineandClaude Opus 4.5 12befdd48b Add "Send to root" option to bypass folder template
When enabled, books are uploaded directly to the configured upload path
instead of being placed in subdirectories based on Calibre's send template
(e.g., /Author Name/Book Title.epub).

This is useful for devices or workflows that prefer a flat file structure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-24 18:01:36 -08:00
..
2026-01-27 21:51:51 +11:00

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:

  1. Download the latest release from the releases page (or zip the contents of this directory).
  2. In Calibre: Preferences > Plugins > Load plugin from file.
  3. 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.