From 92dd16328ec31a45fcca97d438686ab1f23fe8af Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Fri, 20 Jan 2023 09:40:55 +0100 Subject: [PATCH] added supported readers section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 76ab86c..7a65d4e 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,18 @@ In the `config.py` file you need to change like 4 from `"/library"` to your comi python3 main.py +## Supported Readers +Any reader that supports OPDS should work, however the following have been verified to work/not work +| App | iOS | +| ----------------------------------------------------------------------------------------------------- | --- | +| KyBook 3 (iOS) | ✔️ | +| Aldiko Next (iOS) | ❌ | +| PocketBook (iOS) | ✔️ | +| Moon+ Reader (Android) | ✔️ | +| Panels (iOS) | | ✔️ | +| Marvin (iOS) | | ✔️ | # Notes