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

)