[PR #218] [MERGED] Get more data from opf #3318

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/218
Author: @kaldigo
Created: 12/4/2021
Status: Merged
Merged: 12/4/2021
Merged by: @advplyr

Base: masterHead: master


📝 Commits (4)

  • 6e621ec Get series info from opf
  • 670a461 Strip html from opf descriptions
  • 60aeb23 Fix Series Sort
  • 4ac0bd6 Moved getting xml meta entries to opf parser

📊 Changes

2 files changed (+24 additions, -4 deletions)

View changed files

📝 server/controllers/LibraryController.js (+2 -2)
📝 server/utils/parseOpfMetadata.js (+22 -2)

📄 Description

When there is html in the description on a opf file it will strip it rather than not returning. It also gets series and volume number from the opf.


🔄 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/218 **Author:** [@kaldigo](https://github.com/kaldigo) **Created:** 12/4/2021 **Status:** ✅ Merged **Merged:** 12/4/2021 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`6e621ec`](https://github.com/advplyr/audiobookshelf/commit/6e621ecce163247b395f7af4bcbc0ca6250c174a) Get series info from opf - [`670a461`](https://github.com/advplyr/audiobookshelf/commit/670a4617526e2ab6d9e2a6683bc5b8c14526d314) Strip html from opf descriptions - [`60aeb23`](https://github.com/advplyr/audiobookshelf/commit/60aeb237979ebb07b9b72796f29aa0e7627cf8b3) Fix Series Sort - [`4ac0bd6`](https://github.com/advplyr/audiobookshelf/commit/4ac0bd6770912d904c38ed84fe3647532e227c16) Moved getting xml meta entries to opf parser ### 📊 Changes **2 files changed** (+24 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `server/controllers/LibraryController.js` (+2 -2) 📝 `server/utils/parseOpfMetadata.js` (+22 -2) </details> ### 📄 Description When there is html in the description on a opf file it will strip it rather than not returning. It also gets series and volume number from the opf. --- <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:12 +02:00
adam closed this issue 2026-04-25 00:15:12 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3318