View Single Post
Old 01-18-2016, 10:43 PM   #34
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,198
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by VyckyeSea View Post
This is what I've figured out so far.

^(\[(?P<series>[^0-9\-]+) (?P<series_index>[0-9.]+)\]) (?P<title>.+) - (?P<author>[^_]+)

I know I need all these parts, but something is missing.
Using this
Code:
^(\[(?P<series>[^0-9\-]+) (?P<series_index>[0-9.]+)\]) (?P<title>.+) - (?P<author>[^_]+)
with this tile
Code:
[The Iron Fey 01] The Iron King - Julie Kagawa.epub
works for me.

You need to add a ebook type to the end of the title to get the test to work.

bernie
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	359
Size:	53.4 KB
ID:	145654  
gbm is offline   Reply With Quote