[PR #4451] [CLOSED] WIP [Help wanted]: Koreader sync #4256

Closed
opened 2026-04-25 00:19:01 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4451
Author: @Vito0912
Created: 7/1/2025
Status: Closed

Base: masterHead: feat/koreader


📝 Commits (1)

📊 Changes

7 files changed (+348 additions, -4 deletions)

View changed files

📝 package.json (+1 -1)
server/controllers/KOReaderController.js (+140 -0)
server/migrations/v2.25.2-add-koreader-hashes.js (+68 -0)
📝 server/models/Book.js (+17 -3)
📝 server/routers/PublicRouter.js (+9 -0)
📝 server/scanner/BookScanner.js (+37 -0)
server/utils/hashUtils.js (+76 -0)

📄 Description

Brief summary

Does not work yet.

  • endpoints
  • push (partially working already)
  • pull (should work, but it does not)
  • auth (we probably need an "app" password or something similar)

Which issue is fixed?

In-depth Description

How have you tested this?

Screenshots


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/4451 **Author:** [@Vito0912](https://github.com/Vito0912) **Created:** 7/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/koreader` --- ### 📝 Commits (1) - [`2ae4824`](https://github.com/advplyr/audiobookshelf/commit/2ae4824f8ab3bec0a4d43cc897a6f637647cbe04) first non-working draft ### 📊 Changes **7 files changed** (+348 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) ➕ `server/controllers/KOReaderController.js` (+140 -0) ➕ `server/migrations/v2.25.2-add-koreader-hashes.js` (+68 -0) 📝 `server/models/Book.js` (+17 -3) 📝 `server/routers/PublicRouter.js` (+9 -0) 📝 `server/scanner/BookScanner.js` (+37 -0) ➕ `server/utils/hashUtils.js` (+76 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary Does not work yet. - [x] endpoints - [ ] push (partially working already) - [ ] pull (should work, but it does not) - [ ] auth (we probably need an "app" password or something similar) ## Which issue is fixed? <!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:19:01 +02:00
adam closed this issue 2026-04-25 00:19:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4256