Quote:
Originally Posted by kakkalla
I also prefer to have the Title Sort the same as the Title of the book. For example, one of my books is The Big Four. The Title sort in the edit meta information panel is Big Four, The. I don't like this. I would prefer to have the Title sort as: The Big Four.
|
Go to preferences - tweaks and locate the below tweak and copy it to the lower panel.
Code:
# Control title and series sorting in the library view. # If set to 'library_order', Leading articles such as The and A will be ignored.
# If set to 'strictly_alphabetic', the titles will be sorted without processing
# For example, with library_order, The Client will sort under 'C'. With
# strictly_alphabetic, the book will sort under 'T'.
# This flag affects Calibre's library display. It has no effect on devices. In
# addition, titles for books added before changing the flag will retain their
# order until the title is edited. Double-clicking on a title and hitting return
# without changing anything is sufficient to change the sort.
title_series_sorting = 'strictly_alphabetic'