View Single Post
Old 12-04-2017, 01:13 PM   #20
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
'and' in names is used to split names. The only way I know is to modify the standard authors_split_regex in tweaks of calibre. Search for tweak # Splitting multiple author names
and use for example:
Code:
authors_split_regex = '(?i),?\\s+(with)\\s+'
...and always remember your modification
Divingduck is offline   Reply With Quote