View Single Post
Old 08-05-2021, 06:04 AM   #4
Sheraph
Junior Member
Sheraph began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2021
Device: iPad
Quote:
Originally Posted by capink View Post
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>.+)
Sheraph is offline   Reply With Quote