View Single Post
Old 05-23-2014, 07:46 PM   #2724
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,033
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by JimmXinu View Post
You have to uncheck 'Contains Names' in the column definition.

With 'Contains Names' checked, calibre ignores commas and splits on '&' instead.
Actually, thinking about it, there's another way that can be useful if the site uses commas as part of the character names:
Code:
join_string_characters=\s&\s
...and keep 'Contains Names' checked.

Then FFDL will make the list of characters as: "Bob & Fred & George" and calibre will split them.

However, it does mean that that character list in the title page will also appear with (&) instead of (,).
JimmXinu is offline