[Enhancement]: Multi-Book Audiobook Entry Support #2904

Closed
opened 2026-04-25 00:11:43 +02:00 by adam · 1 comment
Owner

Originally created by @itschrisonline on GitHub (Jul 18, 2025).

Type of Enhancement

Server Backend

Describe the Feature/Enhancement

Some audiobooks include an entire series in one file (e.g., Books 1-3 in a single audiobook). I’d like AudioBookshelf to support showing each book in the series individually, with its own title, number, and metadata.

Example:
“Mermaid’s Return: The Complete Series” contains Book 1 (Returning), Book 2 (Falling), and Book 3 (Surfacing). It would be great if these could appear separately in the library with proper series info, instead of just one entry showing “1-3”.

Current JSON:
"series": [
{ "series": "Mermaid's Return" }
]

Suggested JSON:
"series": [
"Mermaid's Return #01",
"Elemental Universe #07",
"Mermaid's Return #02",
"Elemental Universe #08",
"Mermaid's Return #03",
"Elemental Universe #09"
]

This would allow the collection to show each book’s correct placement within the main series and its position in any larger universe.

Why would this be helpful?

This would allow the collection to show each book’s correct placement within the main series and its position in any larger universe.

Future Implementation (Screenshot)

Be able to add each book min

Audiobookshelf Server Version

v2.26.1

Current Implementation (Screenshot)

No response

Originally created by @itschrisonline on GitHub (Jul 18, 2025). ### Type of Enhancement Server Backend ### Describe the Feature/Enhancement Some audiobooks include an entire series in one file (e.g., Books 1-3 in a single audiobook). I’d like AudioBookshelf to support showing each book in the series individually, with its own title, number, and metadata. Example: “Mermaid’s Return: The Complete Series” contains Book 1 (Returning), Book 2 (Falling), and Book 3 (Surfacing). It would be great if these could appear separately in the library with proper series info, instead of just one entry showing “1-3”. Current JSON: "series": [ { "series": "Mermaid's Return" } ] Suggested JSON: "series": [ "Mermaid's Return #01", "Elemental Universe #07", "Mermaid's Return #02", "Elemental Universe #08", "Mermaid's Return #03", "Elemental Universe #09" ] This would allow the collection to show each book’s correct placement within the main series and its position in any larger universe. ### Why would this be helpful? This would allow the collection to show each book’s correct placement within the main series and its position in any larger universe. ### Future Implementation (Screenshot) Be able to add each book min ### Audiobookshelf Server Version v2.26.1 ### Current Implementation (Screenshot) _No response_
adam added the enhancement label 2026-04-25 00:11:43 +02:00
adam closed this issue 2026-04-25 00:11:44 +02:00
Author
Owner

@nichwall commented on GitHub (Jul 18, 2025):

Duplicate of https://github.com/advplyr/audiobookshelf/issues/785

@nichwall commented on GitHub (Jul 18, 2025): Duplicate of https://github.com/advplyr/audiobookshelf/issues/785
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#2904