View Single Post
Old 03-15-2017, 01:55 PM   #1
Dzib
Enthusiast
Dzib began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Paperwhite
Getting title from filename

Hi,

I want to be able to read author and title from filename and not from inside the file so in preferences I've unchecked "read metadata from..."

In the regular expression field I've put (?P<title>.+) - (?P<author>.+)

So now when I add the book "affaire Bernini, L' - Pears, Iain" (Yes I speak french) I have Pears Ian in the author field which is correct and affaire Bernini, L' in the title field which is correct too except that I want to have L'affaire Bernini. What can I do to have solve this?

Thanks (and sorry for my english )
Dzib is offline   Reply With Quote