View Single Post
Old 08-13-2015, 11:28 AM   #1
nvcleemp
Junior Member
nvcleemp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2015
Device: none
Regexp for adding books failing

I'm adding a couple of hundred books which all use the following naming scheme:

name of authors_Title of book.pdf

I tried this regular expression, but for some reason everything gets thrown into title and authors is Unknown:

(?P<author>[^_]+)_(?P<title>.+)
nvcleemp is offline   Reply With Quote