[PR #190] [MERGED] Added support for audible metadata #3317

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/190
Author: @keaganhilliard
Created: 11/21/2021
Status: Merged
Merged: 11/21/2021
Merged by: @advplyr

Base: masterHead: master


📝 Commits (2)

  • ae80468 Added support for audible metadata
  • d250314 Removing debug log

📊 Changes

5 files changed (+204 additions, -4 deletions)

View changed files

📝 client/components/modals/edit-tabs/Match.vue (+28 -2)
📝 package-lock.json (+113 -1)
📝 package.json (+2 -1)
📝 server/BookFinder.js (+11 -0)
server/providers/Audible.js (+50 -0)

📄 Description

I figured that since I've already built one plugin for using Audible's API, I might as well help out here. Audible gives a bit more contextual information than the other APIs so I added the ability to map Series, Volume Number and Narrator to the match UI.

Let me know what you think.


🔄 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/190 **Author:** [@keaganhilliard](https://github.com/keaganhilliard) **Created:** 11/21/2021 **Status:** ✅ Merged **Merged:** 11/21/2021 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ae80468`](https://github.com/advplyr/audiobookshelf/commit/ae8046823f11a18ee51b51a39f2ace58a7c7c949) Added support for audible metadata - [`d250314`](https://github.com/advplyr/audiobookshelf/commit/d2503143ecfedecf728be6fac86af32192dad8b6) Removing debug log ### 📊 Changes **5 files changed** (+204 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/edit-tabs/Match.vue` (+28 -2) 📝 `package-lock.json` (+113 -1) 📝 `package.json` (+2 -1) 📝 `server/BookFinder.js` (+11 -0) ➕ `server/providers/Audible.js` (+50 -0) </details> ### 📄 Description I figured that since I've already built one plugin for using Audible's API, I might as well help out here. Audible gives a bit more contextual information than the other APIs so I added the ability to map Series, Volume Number and Narrator to the match UI. Let me know what you think. --- <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:15:11 +02:00
adam closed this issue 2026-04-25 00:15:11 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3317