View Single Post
Old 11-28-2011, 08:54 PM   #286
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,566
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
You might like look at the use of the calibre Metadata plugboards. These can automatically rename the book on the device to include series (or other info) while leaving the book's title as is in the calibre library.

For instance, I use the following:
Code:
format: epub
Device: KOBO
Source Template: {series:re(([^\s])[^\s]+(\s|$),\1)}{series_index:0>2s| - | - }{title}
Destination Field: title
This has the effect of leaving the titles of books with no series data unchanged, but modifying the title of books with series data to something similiar to
THGttG - 01 -The Hitchhiker's Guide to the Galaxy

You will find a series of hints on this in https://www.mobileread.com/forums/sho...d.php?t=118563
PeterT is offline   Reply With Quote