[PR #2205] [CLOSED] Automatically quickmatch new authors #3675

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2205
Author: @MxMarx
Created: 10/11/2023
Status: Closed

Base: masterHead: automatically-quickmatch-new-authors


📝 Commits (1)

  • 060cfe6 automatically quickmatch new authors

📊 Changes

4 files changed (+97 additions, -58 deletions)

View changed files

📝 server/controllers/AuthorController.js (+12 -44)
📝 server/models/Author.js (+7 -0)
📝 server/scanner/BookScanner.js (+20 -10)
📝 server/scanner/Scanner.js (+58 -4)

📄 Description

Automatically do a quick match when new authors are found by the scanner.
It might be better if this was a toggleable option instead, but I'm still super new at this and wasn't sure if this was the best approach.

Somewhat related to #1789, #1490


🔄 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/2205 **Author:** [@MxMarx](https://github.com/MxMarx) **Created:** 10/11/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `automatically-quickmatch-new-authors` --- ### 📝 Commits (1) - [`060cfe6`](https://github.com/advplyr/audiobookshelf/commit/060cfe6e869bd4e7387e16751e1d28d3816f665f) automatically quickmatch new authors ### 📊 Changes **4 files changed** (+97 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `server/controllers/AuthorController.js` (+12 -44) 📝 `server/models/Author.js` (+7 -0) 📝 `server/scanner/BookScanner.js` (+20 -10) 📝 `server/scanner/Scanner.js` (+58 -4) </details> ### 📄 Description Automatically do a quick match when new authors are found by the scanner. It might be better if this was a toggleable option instead, but I'm still super new at this and wasn't sure if this was the best approach. Somewhat related to #1789, #1490 --- <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:16:36 +02:00
adam closed this issue 2026-04-25 00:16:36 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3675