View Single Post
Old 03-24-2010, 01:36 PM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by magphil View Post
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.
Starson17 is offline   Reply With Quote