View Single Post
Old 07-23-2011, 11:55 PM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by penguinaka View Post
i did that it doesn't work... have you actually tested it?

I put this in:

series_index_auto_increment = 99

dragged and dropped this file:

B Ella Donna - Blood - Blood Pool.epub

it was imported as

Author: B Ella Donna
Series: Blood
Series_Index: 1
Title: Blood Pool

I then dragged it in again to see if it would assign it the value if another exxisted in the database and it was assigned a value of 1... any suggestions?

i'm running 0.8.11

i use this a an add regex script which i know is not effecting it:

Code:
^(?P<author>[^-]+)(\s*-\s*(\[?(?P<series>[^-0-9]+)\s*(?P<series_index>[0-9.]+)?]?)?)?.*?-\s*(?P<title>[^-]+)
You are not incrementing, you don't want that selection

the tweak box should contain:
Code:
# Auto increment series index
99
theducks is offline   Reply With Quote