View Single Post
Old 02-02-2018, 09:53 PM   #8
curiosity
Nameless Being
 
Quote:
Originally Posted by ilovejedd View Post
Assuming David Gemmell is listed as the first author:

Code:
{authors:sublist(0,1,&)||/}{series} {series_index:0>2s} - {title} - {authors} - {isbn}
P.S. I'm not actually sure what the separator is for multiple authors (although I remember it being &). I don't really have books with multiple authors. Neither have I added any series info yet. I just use the sublist function for tags (comma separator) so my Save to Disk looks like this for now:

Code:
{tags:sublist(0,1,\,)||/}{authors:'re(transliterate($),"[^A-Za-z0-9&-_ ]","")'|| - }{title:'re(transliterate($),"[^A-Za-z0-9&-_ ]","")'}
Just to let you know, that worked BEAUTIFULLY !!!!!! thank you ever so much...

That gave me exactly what I wanted. The last 3 books written by Gemmel and finished by his wife are in the David Gemmel directory FANTASTIC!!!!

I am excited and beyond happy,

Thank you for the rest of the building blocks...

Cheers,
Steve
  Reply With Quote