View Single Post
Old 11-27-2015, 07:43 AM   #1003
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,587
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
The approach I've used for years is to create a collection for each series.

I use series as one of my columns in the device driver to create a collection per series. Additionally I use a metadata plugboard to set the book's title ob my Kobo;
Code:
Format: ePub
Device: KOBOTOUCH
Source Template: {series:re(([^\s])[^\s]+(\s|$),\1)}{series_index:0>2s| - | - }{title}
Destination Field: title
This makes finding books in series very easy for me.

I can just sort by title and see all books in a series in the correct order.

I should add that the plugboard prepends an abbreviated version of the Series and the series-index to the books title; so for instance Harry Potter and the Philosopher's Stone appears on my Kobo in the collection Harry Potter, with the title HP - 01 - Harry Potter and the Philosopher's Stone.

Last edited by PeterT; 11-27-2015 at 09:30 AM.
PeterT is offline