View Single Post
Old 02-02-2018, 09:50 AM   #5
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
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&-_ ]","")'}

Last edited by ilovejedd; 02-02-2018 at 10:11 AM.
ilovejedd is offline   Reply With Quote