![]() |
#1 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,403
Karma: 30039536
Join Date: Mar 2010
Location: UK
Device: Kobo Forma, Icarus, iPad Mini 2, Kobo Touch, Google Nexus 7
|
Book in multiple series
How do people handle a book that is a cross-over between more than one series?
I've got 2 entries in my catalogue, one for each series, which seems a somewhat clunky way of doing it, but I don't see any other way given that both series are different and one is not a sub-series of the other. For what it's worth, the book in question is The Energy Eaters by Arthur K Barnes and Henry Kuttner (it's on Gutenberg) and it features the lead characters from Barne's The Adventures of Gerry Carlyle and Henry Kuttner's Tony Quade. It's slightly complicated because both authors wrote separately and in collaboration. |
![]() |
![]() |
![]() |
#2 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,675
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
There's a few other threads scattered around (look down at similar threads
![]() |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,185
Karma: 1988646
Join Date: Aug 2015
Device: Kindle
|
A better approach IMO is using the reading list plugin for multiple series. Since reading lists are ordered they are suitable for storing series information. The only thing missing (for me) is the ability to search by series name, which I get around by using the template search feature using the following python template:
Code:
python: from calibre_plugins.reading_list.config import get_list_names, get_book_list def evaluate(book, context): book_id = book.id db = context.db book_lists = [] list_names = get_list_names(db) for list_name in list_names: book_ids = get_book_list(db, list_name) if book_id in book_ids: book_lists.append(list_name) return ','.join(book_lists) |
![]() |
![]() |
![]() |
#4 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,403
Karma: 30039536
Join Date: Mar 2010
Location: UK
Device: Kobo Forma, Icarus, iPad Mini 2, Kobo Touch, Google Nexus 7
|
Quote:
We really need more places to custom display metadata on Kobos; I'm already using the sub-title field for collection information; sub-series and tags are the other missing data items. I see someone in one of the old threads does use a second entry rather than a series-like column. Fortunately, it's only the one book (well, short story) so far but given the authors concerned I suspect more candidates will come to light as their short stories are digitised. |
|
![]() |
![]() |
![]() |
#5 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,336
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
|
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiple series in single book | Trel | Library Management | 4 | 07-12-2016 06:04 PM |
Multiple Series? | silentguy | Library Management | 22 | 03-31-2011 04:16 PM |
Multiple series | BBN | Calibre | 8 | 02-04-2010 12:43 PM |
Following multiple series | Dopedangel | Reading Recommendations | 10 | 01-20-2010 06:07 AM |