View Single Post
Old 09-24-2010, 05:13 AM   #1
hairybiker
Banned
hairybiker began at the beginning.
 
Posts: 82
Karma: 10
Join Date: Aug 2009
Device: Tolino Shine 3
Problems with importing books

I have an import reg ex. set of:-
(?P<author>.+)- (?P<series>.+) (?P<series_index>.+) - (?P<title>.+)

And the books I want to add are in the format:-
Author-F Author-S - Series series-I - Title.epub
e.g.
Fred Flinstone - Bedrock 011 - My life.epub

And using the test function it is put in the correct places, but when importing the folder I get :-

Author=TItle
Title=Author+series Index
Series=Series
Series Index=1

So my example would be:-
Author = My Life
Title=Fred Flintsone -Bedrock 001
Series=Bedrock
Series Index=001

This is with Calibre 0.7.19 on Linux Mint 9 64bit.

Any ideas why?
hairybiker is offline   Reply With Quote