Quote:
Originally Posted by capink
Try this:
Preferences > Adding Books > Reading Metadata tab > Regular Expression:
Code:
\[(?P<author>[^\]]+)\] (?P<title>.+)
|
I used this code (adapting from other codes I found) and it worked! its more or less the same you posted. Thanks for help!
Code:
\[(?P<author>.+)\](?P<title>.+)