Quote:
Originally Posted by osirisomeomi
Now sorts it by 'generic', but I'd like it to sort by 'john', temporarily so that I can line up the 'John Does' and bulk edit them. Is there a way to do this easily? Searching for 'John Doe' will yield the right ebooks, but it's also extremely slow compared to just running through the main library in the requested fashion.
|
If you set the tweak author_sort_copy_method that tells calibre to not reverse names when computing author_sort (see tweaks.py in your calibre settings directory) and then use the bulk metadata editor to recompute all the author_sort fields, then calibre will do what you ask. When you are done, unset the tweak and recompute the author_sort fields.
Have fun.