mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:56 -05:00
[Enhancement]: Multi-Book Audiobook Entry Support #3084
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf#3084
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @itschrisonline on GitHub (Jul 17, 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
@nichwall commented on GitHub (Jul 17, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/785