Quote:
Originally Posted by magphil
Hi,
I have installed a new pc, and made a fresh calibre install.
I then configured it to use my old regexp to add books :
(?P<author>[^_]+?) - ((?P<series>.*) (?P<series_index>[0-9]*) - )?(?P<title>.+)
and I clicked "Read metadata only from file name.
But when I try and import a new book, the title is not parsed and "author - serie # - title" ends up beeing the book title :-(
any hint welcome.
Cheers,
Magphil
|
Make sure "Get metadata only from file name" is checked in the preferences, then test it on the regex test. If it fails, tell us exactly what the title is and we can tell you why the regex isn't working for you.