[PR #1710] [MERGED] Add AudiobookCovers.com metadata provider #3606

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1710
Author: @Weldawadyathink
Created: 4/21/2023
Status: Merged
Merged: 4/21/2023
Merged by: @advplyr

Base: masterHead: audiobook-covers-2


📝 Commits (3)

  • f9ed412 Add AudiobookCovers.com metadata provider
  • 1342897 Removed useless comments
  • 84839be Cleanup audiobookcovers.com addition

📊 Changes

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

View changed files

📝 client/components/modals/item/tabs/Cover.vue (+3 -3)
📝 client/store/scanners.js (+6 -0)
📝 server/finders/BookFinder.js (+16 -4)
server/providers/AudiobookCovers.js (+23 -0)

📄 Description

I recently launched AudiobookCovers.com. Source code and documentation. The goal of the project is to archive all the audiobook covers posted to /r/audiobookcovers, and make them searchable using google vision optical character recognition.

This pull request adds support for AudiobookCovers.com as a metadata provider. Unlike other metadata providers, it only provides cover images. Therefore, this PR also allows providers to be listed only in the covers modal, so the new provider will not be listed under match or the library config screens.


🔄 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/1710 **Author:** [@Weldawadyathink](https://github.com/Weldawadyathink) **Created:** 4/21/2023 **Status:** ✅ Merged **Merged:** 4/21/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `audiobook-covers-2` --- ### 📝 Commits (3) - [`f9ed412`](https://github.com/advplyr/audiobookshelf/commit/f9ed412e4e47a781b7febdbfa1c2b250b4414f12) Add AudiobookCovers.com metadata provider - [`1342897`](https://github.com/advplyr/audiobookshelf/commit/134289785833548c5468643990f95542a9d8d57a) Removed useless comments - [`84839be`](https://github.com/advplyr/audiobookshelf/commit/84839bea44e85fdaecdd3e6b56bf9d7ff37f1066) Cleanup audiobookcovers.com addition ### 📊 Changes **4 files changed** (+48 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/item/tabs/Cover.vue` (+3 -3) 📝 `client/store/scanners.js` (+6 -0) 📝 `server/finders/BookFinder.js` (+16 -4) ➕ `server/providers/AudiobookCovers.js` (+23 -0) </details> ### 📄 Description I recently launched [AudiobookCovers.com](audiobookcovers.com). [Source code and documentation](https://github.com/Weldawadyathink/Audiobook-Covers). The goal of the project is to archive all the audiobook covers posted to [/r/audiobookcovers](reddit.com/r/audiobookcovers), and make them searchable using google vision optical character recognition. This pull request adds support for AudiobookCovers.com as a metadata provider. Unlike other metadata providers, it only provides cover images. Therefore, this PR also allows providers to be listed only in the covers modal, so the new provider will not be listed under match or the library config screens. --- <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:19 +02:00
adam closed this issue 2026-04-25 00:16:20 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3606