|
|
#16 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 74
Karma: 800000
Join Date: Jun 2021
Device: Kindle Paperwhite (PW1|PW3|PW4), Kindle Voyage
|
So it looks like there is no real way to do this, but I just wanted to lay out valid reasons for wanting multiple series for a book that aren't exactly filled by just using 1 series with both in it or deciding how you want to read it & sort it there or using a custom column that is visible in your library.
The series Fablehaven (Soon to be a Movie) has a sequel series Dragonwatch & a spinoff series Newel & Doren For my audiobooks I have them in multiple series
Then there's another series, I won't name because it deals with hot topics that could annoy or offend, but lets call it the "Tea Adventures" It has a mostly unrelated series that we'll call the "Hemlock Incident" that shares a mechanic of the story, but each have their own story & characters. There is a crossover that happens in 2 of the books, but if you are reading either series you can read them without reading the other, there's a mysterious other characters that you don't know who they are, your adventures collide, you know only what your characters know about them, but it gives more to the story if you read both. If you are reading both you need to know which order they are in.
So, for the audiobooks, I have
1: Tea Adventures 1 2: Tea Adventures 2 3: Tea Adventures 3 4: Tea Adventures 4 5: Tea Adventures 5 6: Tea Adventures 6 7: Tea Adventures 7 8: Tea Adventures 8 8.5: Hemlock Incident 1 9: Tea Adventures 9 10: Tea Adventures 10 11: Tea Adventures 11 11.5: Hemlock Incident 2 12: Tea Adventures 12 In my family, who has access to my books, Most prefer the Tea Saga, while 1 read all the Hemlock books before reading the Tea books & quite enjoyed the mysterious character & then reading the Tea Books after (initially turned off by the length of the series) wished they had read them in the other order, all Tea then all Hemlock, because there are some slight spoilers that gave away things the way they read it that would not have the other way. They think they would have still gotten the mysterious bit, without the spoilers. So different people want to read them in different orders, none of which are invalid. Then there's series like Chronicles of Narnia. C.S. Lewis thinks the best reading order is NOT the publication order. I personally agree ONLY IF you are familiar with The Lion, The Witch, & The Wardrobe though other means; movies, cartoons, etc. If you had 2 series for the same books, you could have
|
|
|
|
|
|
#17 |
|
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,780
Karma: 64144480
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
I use a Parent.child hierarchical series
For the spinoff I still use the Parent.spinoff One limit is You only can set the index for the child. Usually I don't find the need to read based upon when/where it was released in relation to the parent. Then there is the case where 2 independent series interact. eg . J. A. Jance has (at least) 3 series that from time to time share a case For those I use a custom series type column to document the placement (index) in each AND I configure Preferences Searching: Grouped Searches to look at both The reason is the alt series could be either as THIS story might be primarily (start with) {series} and then {#altseries} comes to play. I never try and fully series document a 'collection' /'box set'. If that matters: EPUBSPLIT it |
|
|
|
|
|
#18 | ||
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 74
Karma: 800000
Join Date: Jun 2021
Device: Kindle Paperwhite (PW1|PW3|PW4), Kindle Voyage
|
Quote:
That also makes it so it can't be independent, it only exists within the main series, & the spinoff series can't have it's own series name. ePub supports having multiple series in the ePub, Calibre imports data from the ePub OPF & then uses the same format to create it's own OPF file for the book, I don't understand why we can't use something that is literally a part of the ePub spec & the format it already uses... Audiobookshelf uses it's own metadata.json metadta file, & it's a great format, & they support multiple series, even recognizing multiple series in an ePub's OPF if it's present. I don't understand why calibre, which uses this established format even for non-epub books, doesn't support things that the format supports. Quote:
I think I'm going to try to create a plugin that will use a 2nd series. My plan is, open to suggestions, use an Extra Metadata Column named World Series or something like that, see if I can get it to be populated by a series in the metadata that is NOT the main series, Ideally I'll format it like Audiobookshelf uses for the display `${Series Name} #${Series Index#}` so it'll look like Fablehaven Universe #2.3 for Code:
<meta property="belongs-to-collection" id="series">Dragonwatch</meta>
<meta refines="#series" property="collection-type">series</meta>
<meta refines="#series" property="group-position">3</meta>
<meta property="belongs-to-collection" id="series2">Fablehaven Universe</meta>
<meta refines="#series2" property="collection-type">series</meta>
<meta refines="#series2" property="group-position">2.3</meta>
The biggest concern, what actually led me to this thread, was if there's a standard ePub format. I have seen `#series2`, `#series-2`, `#series-other`but can't find any normalized standard aside from a different `id=""` than the primary series. I think that will be the biggest challenge. |
||
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Book in multiple series | maddz | Library Management | 4 | 03-24-2023 04:07 PM |
| multiple series | djstocko | Library Management | 3 | 02-14-2022 10:26 AM |
| Multiple series in single book | Trel | Library Management | 4 | 07-12-2016 06:04 PM |
| Any method to keep book series sorted/grouped when transferred to device? | badbob001 | Library Management | 3 | 02-02-2015 01:36 PM |