View Single Post
Old 02-02-2018, 09:14 PM   #7
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&-_ ]","")'}
Hey G'day,

Ohh I apologise I'm just editing what I wrote, I should open my eyes a bit more and read what you put down properly.

Fantastic I will give that a try and let you know how it went.

Cheers,
Steve

Last edited by curiosity; 02-02-2018 at 09:31 PM.
  Reply With Quote