You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,25 +187,31 @@ Basic setup flow:
187
187
188
188
1. Install the plugin in KOReader like any other plugin.
189
189
2. Open `Settings -> More tools -> Sake`.
190
-
3. Set the public URL of your Sake web app.
191
-
4. Log in with the same username and password you use in the web app.
192
-
5. Choose `Login and fetch device key`.
193
-
6. Use the sync actions to pull books, push progress, or check for plugin updates.
190
+
3. Open `Setup`.
191
+
4. Set the public URL of your Sake web app in `Server URL`.
192
+
5. Optionally rename the device in `Device Name`.
193
+
6. Choose `Pair Device` and log in with the same username and password you use in the web app.
194
+
7. Use the actions in `Sync`, `Library Import/Export`, and `Maintenance` as needed.
194
195
195
196
The login step exchanges your password for a device API key and clears the password from the device afterward.
196
197
197
198
You can also export ebooks from the devices home folder back to the web app, including sidecar data such as progress and notes. Great if you have a pre-existing library on your device!
198
199
199
-
KOReader plugin releases are tracked in the database and the artifacts are served through S3-compatible storage. If the KOReader plugin is updated and you start the app, the new version will be uploaded to S3 so you can use the updater plugin to easily update the core plugin without needing to manually mvoe the files to your KOReader device.
200
+
KOReader plugin releases are tracked in the database and the artifacts are served through S3-compatible storage. If the KOReader plugin is updated and you start the app, the new version will be uploaded to S3 so you can use the updater plugin to easily update the core plugin without needing to manually move the files to your KOReader device.
200
201
201
202
### Concrete Usage
202
203
- The Plugin can be found under "Settings" --> "More tools" --> "Sake"
203
-
- Books are are downloaded when pressing "Sync Books now" or when setting the device to sleep
204
-
- The progress gets automatically uploaded when putting the device to sleep and you are currently in the book (dont exit the book!)
205
-
- If you use multiple devices, the progress needs to be manually downloadede with the "Sync progress now" button. (I had problems getting background sync to work, but im still working on it!)
206
-
- Pressing "Export Existing Library" tries to upload every book and progress sidecar to the WebApp. This takes a while and the E-Reader is not usable before finishing!
207
-
- Before using it you need to set the API URL (base url like, sake.yourdomain.com) and login to fetch the API Key. Your password will be removed from the device after logging in.
208
-
- You can optionally change the auto generated device name. The device name will show up in the WebApp in the API-Key list and on the Book Detail you ("Downloaded on device x)
0 commit comments