
: Calibre: Adding ", " as a separator for splitting the authors string All of my ebooks have a filename of the form author1, author2, ... - [series seriesindex - ] title.* and I have set up
All of my ebooks have a filename of the form
author1, author2, ... - [series seriesindex - ] title.*
and I have set up Calibre to read metadata from the filename.
Calibre, however, does not seem to split on ", ". How do I modify the regular expression under "Preferences"->"Tweaks" -> "Splitting multiple author names" (authors_split_regex) to add ", " as a possible separator?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Michele

: Best e-reader for pdfs I've read that kindle can be dodgy when trying to download files that were NOT purchased from Amazon? I have downloaded thousands of pdf books

: What is the best tool for Smashwords submission? I am planning to write couple of free ebooks for the benefit of the community. Can anyone please suggest me a good tool for smashwords compatibility?
1 Comments
Sorted by latest first Latest Oldest Best
I wouldn't recommend this, to be honest. The general naming convention that Calibre expects as default uses comma to delimit author's first and last name, i.e. either Jane Doe or Doe, Jane. If you fiddle with the splitting regex and then try to import a book with this name pattern, you'll get into trouble - and I don't know if this tweak influences just newly imported books or all books within your library.
But if you want to experiment, this regular expression should work: (?i),?s*(and|with|,)s+. I would try this on a test library first, though, if I were you.
In general, I highly recommend using an online regex tester (with Python regex flavor) such as this one for working with Calibre, it saved me a lot of headaches in the past.
Free books android app tbrJar TBR JAR Read Free books online gutenberg