Now (Calibre 4.132) it works with my Vista32. Thank you.
But, I have a question about the import string (?P<title>.+) - (?P<author>[^_]+).
My e-book-directory is sorted in my own way:
<author's name>
<bookname1>
bookname.pdf
bookname.rtf
<bookname2>
bookname2.pdf
bookname2.rtf
<author's name 2>
<bookname1>
.....
Sorry, I'm a "Regular Expression Syntax" novice.
What would be the correct syntax to import the right author's name and booknames (without metadata - they are mostly not correct in my books) from the given filestructure?
Last edited by ate; 02-02-2009 at 01:57 PM.
|