Thanks for sharing. I'm glad you got it sorted out to your satisfaction.
Quote:
Originally Posted by DeepSeaDiver
Just in case somebody has the same problem or needs, here is my solution.
|
For anyone considering this avenue, as a general rule cluttering the Title field with anything but the Title is not advised.
If the goal is to ensure the series info in the Title field so it is reflected on the device, calibre has
Metadata plugboards to insert whatever you want into the title field on the fly as the book is sent to the device.
If the goal is to sort your calibre library you can set a default sort and how many columns deep you wish to be able to sort the GUI by going to Preferences - Tweaks and setting the following tweaks:
# Specify columns to sort the booklist by on startup
example
Quote:
|
sort_columns_at_startup = [('authors', 0), ('series', 0), ('title', 0)]
|
# Set the maximum number of sort 'levels'
example
Quote:
|
maximum_resort_levels = 5
|
There are many other tweaks in that area that might interest folks. Read all of the tweaks
here in the calibre manual.