mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[PR #2444] [MERGED] Add: OPF file supports multiple series as sequence of : calibre:series and calibre:series_index; including tests #3717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf/pull/2444
Author: @jedrus2000
Created: 12/24/2023
Status: ✅ Merged
Merged: 12/24/2023
Merged by: @advplyr
Base:
master← Head:opf-multiple-series-support📝 Commits (2)
cd7c4baAdd: OPF file supports multiple series as sequence of : calibre:series and calibre:series_index; including tests6de0465Update opf parser to ignore series with empty content and add tests📊 Changes
3 files changed (+129 additions, -14 deletions)
View changed files
📝
server/scanner/OpfFileScanner.js(+2 -5)📝
server/utils/parsers/parseOpfMetadata.js(+14 -9)➕
test/server/utils/parsers/parseOpfMetadata.test.js(+113 -0)📄 Description
I see that some people like me using this software are missing multiple series in OPF file.
so here it is, along with unit tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.