View Single Post
Old 10-21-2010, 12:59 PM   #13
Arco Witter
Member
Arco Witter began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jan 2010
Device: iRex iLiad
Quote:
Originally Posted by chaley View Post
Assuming that your naming structure is uniform, what you want is something like
{title:re( (\d\d\d\d) ,\1)}

You have lost me. Why are you checking for Perry Rhodan? Is this the only example where the hierarchy is needed?

You can get the numberInSeries column as follows:

column nis: {title:re( (\d\d\d\d) ,\1)}
column nis1: {nis:re((.)...,\1)}
column nis2: {nis:re(.(.)..,\1)}
column nis3: {nis:re(..(.).,\1)}
column nis4: {nis:re(...(.),\1)}

and the template would be something like
{#nis4:||000-}{#nis4:||999/}{#nis3:||00-}{#nis3:||99/}{#nis2:||0-}{#nis2:9/}{title}
Thanks - I am learning a lot today :P
You are right - currently this series is the only one that has this indexing structure. (All others do not have that large a series, so the complete series can be put within one folder)
I'm sorry when you don't understand me sometimes - English is not my native language.
Arco Witter is offline   Reply With Quote