Quote:
Originally Posted by penguinaka
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