Please, more skilled than me, this problem really overwhelms me, please help.
I have all the books in this format.
W E Johns - [Biggles 31] - Biggles Delivers the Goods (epub).epub
What is the correct way to import books into Calibre?
Thank you and excuse the beginner question.
edit:
If i use
Code:
(?P<author>[^_-]+) -?\s*(?P<series>[^_0-9-]*)(?P<series_index>[0-9]*)\s*-\s*(?P<title>[^_].+) ?
is working ok but only if the file is in the format
W E Johns - Biggles 31 - Biggles Delivers the Goods (epub).epub
so no square brackets ...