←back to thread

416 points charleshan | 4 comments | | HN request time: 0.661s | source
1. ZeWaren ◴[] No.43543750[source]
I manage my ebooks using a self-hosted instance of calibre-web. This allows me to sync my library to my Kobo e-reader using KOreader.

Also, turning pages is faster than with the stock reader of the device.

https://github.com/janeczku/calibre-web

replies(2): >>43543961 #>>43547334 #
2. stanac ◴[] No.43543961[source]
OPDS (Open Publication Distribution System) is protocol in the background. Jellyfin has a plugin for OPDS and works by simply dropping a file in specified directory, but it doesn't support multiple catalogues (i.e. one per library/directory).

Protocol is atom based, chatgpt was able to make a custom OPDS server for my needs within minutes, it took another hour or two to fix and customize generated code.

3. bobchadwick ◴[] No.43547334[source]
Are you able to sync progress? I can access my calibre-web library, but I've been unable to figure out how to sync progress.
replies(1): >>43554199 #
4. brunoqc ◴[] No.43554199[source]
To sync progress, you can use `https://sync.koreader.rocks/` as a custom sync server. While in a book, top bar, settings, "Progress sync".

I think it works using the file name of the epub. Not sure.