diff --git a/.gitignore b/.gitignore index 4c8b52f..949a177 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .idea .DS_Store .vscode +*.zip +__pycache__/ diff --git a/README.md b/README.md index f39e139..f9a9666 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See [crosspoint_reader/README.md](crosspoint_reader/README.md) for protocol deta ## Installation -Download the latest release from the [releases page](https://github.com/crosspoint-reader/calibre-plugins/releases), then in Calibre: **Preferences > Plugins > Load plugin from file**. +Download the latest release ZIP from the [releases page](https://github.com/crosspoint-reader/calibre-plugins/releases). Do not open or extract the ZIP; install the ZIP file itself in Calibre via **Preferences > Advanced > Plugins > Load plugin from file**. ## Development diff --git a/crosspoint_reader-v0.1.1.zip b/crosspoint_reader-v0.1.1.zip deleted file mode 100644 index eafef8e..0000000 Binary files a/crosspoint_reader-v0.1.1.zip and /dev/null differ diff --git a/crosspoint_reader-v0.2.0.zip b/crosspoint_reader-v0.2.0.zip deleted file mode 100644 index ef82cb7..0000000 Binary files a/crosspoint_reader-v0.2.0.zip and /dev/null differ diff --git a/crosspoint_reader-v0.2.1.zip b/crosspoint_reader-v0.2.1.zip deleted file mode 100644 index cde4aed..0000000 Binary files a/crosspoint_reader-v0.2.1.zip and /dev/null differ diff --git a/crosspoint_reader-v0.2.2.zip b/crosspoint_reader-v0.2.2.zip deleted file mode 100644 index f75eaf6..0000000 Binary files a/crosspoint_reader-v0.2.2.zip and /dev/null differ diff --git a/crosspoint_reader-v0.2.3.zip b/crosspoint_reader-v0.2.3.zip deleted file mode 100644 index a24c1be..0000000 Binary files a/crosspoint_reader-v0.2.3.zip and /dev/null differ diff --git a/crosspoint_reader-v0.2.4.zip b/crosspoint_reader-v0.2.4.zip deleted file mode 100644 index fa2d555..0000000 Binary files a/crosspoint_reader-v0.2.4.zip and /dev/null differ diff --git a/crosspoint_reader-v0.2.5.zip b/crosspoint_reader-v0.2.5.zip deleted file mode 100644 index a91f6b6..0000000 Binary files a/crosspoint_reader-v0.2.5.zip and /dev/null differ diff --git a/crosspoint_reader/README.md b/crosspoint_reader/README.md index 318046a..d0abe97 100644 --- a/crosspoint_reader/README.md +++ b/crosspoint_reader/README.md @@ -112,8 +112,8 @@ identity, then caches it. Most setups never need it — leave it off unless some library books still aren't marked. Install: -1. Download the latest release from the [releases page](https://github.com/crosspoint-reader/calibre-plugins/releases) (or zip the contents of this directory). -2. In Calibre: Preferences > Plugins > Load plugin from file. +1. Download the latest release ZIP from the [releases page](https://github.com/crosspoint-reader/calibre-plugins/releases) (or zip the contents of this directory). Do not open or extract the ZIP; install the ZIP file itself. +2. In Calibre: Preferences > Advanced > 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 diff --git a/crosspoint_reader/__pycache__/optimizer.cpython-313.pyc b/crosspoint_reader/__pycache__/optimizer.cpython-313.pyc deleted file mode 100644 index 7838124..0000000 Binary files a/crosspoint_reader/__pycache__/optimizer.cpython-313.pyc and /dev/null differ