2025-07-16, 03:04 PM
(2025-07-16, 01:02 PM)alleycat Wrote:(2025-07-15, 11:42 PM)Geordon Wrote: New user, converting from Plex. Can someone tell me what the best practice is to organize multiple audiobook series by the same author? Additionally, how would I best organize multiple series as well as multiple individual audiobooks by the same author?
Thanks!
Start here:
https://jellyfin.org/docs/general/server/media/books
I had seen that, but it doesn't mention anything about series. What I'd like to be able to do is like this:
Author (e.g. Isaac Asimov, since he has both stand alone and series)
Books
├── Audiobooks
│ ├── Author
│ │ ├── Book1
│ │ │ └── Book1.flac
│ │ └── Book2
│ │ └── Book2.mp3
│ └── Book3
│ │ ├── Book3.aac
│ │ ├── content.opf
│ │ └── cover.jpg
│ ├── Series 1
│ │ │ └── Book1.
│ │ │ └── Book1.flac
│ │ │ └── Book2.mp3
│ │ └── Series 2
│ │ └── Book3.aac
│ │ └── content.opf
│ │ └── cover.jpg