calibre regexp for adding books
adding books to calibre, trying to get regexp for recognizing metadata
for books in this format:
\[(?P<title>[^\]]+)\](?P<author>[^(]+)\(ZAP\.org\)\.pdf
[Betty Crocker]Cooking is Fun(ZAP.org).pdf
that regexp doesn't work.
I think it's something about the first [^\]]
If there is a bug, how do we contact the calibre author?
|