View Single Post
Old 05-02-2012, 01:34 PM   #1
JulioQc
Junior Member
JulioQc began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2012
Device: exPDF
Question Import book issue

Hello,

I'm having issues with adding books properly with regular expressions.

Heres the filename: Lee Earle - Syzygy - The First Five Volumes.pdf
Heres the regular expression: (?P<author>.+) - (?P<title>.+)

Author should be "Lee Earle"
and title "Syzygy - The First Five Volumes"

Issue is Calibre sees author as "Lee Earle - Syzygy" and title as "The First Five Volumes" .... im having that issue with most of my files with two "-" (hyphen) in their filename.

What am I doing wrong?

Thanks
JulioQc is offline   Reply With Quote