View Single Post
Old 06-10-2015, 05:51 AM   #1
davidam2
Junior Member
davidam2 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2015
Location: Barcelona
Device: Cool-er
Smile Is possible nested sublist?

Good Morning.

When I send to disk (or device), I need to change the name:
- If contains many authors, only select first:
> authors:sublist(0,1,&)
- Select the surname of author (last word):
> authors:sublist(-1,0, )

Both sentences works fine, but I dont know how to combine them.

My Save Template is:
{authors:sublist(0,1,&)} - {series:|| }{series_index:0>2s|[|] - }{title} ({pubdate:sublist(-1,0,\,)})

AUTOR (only first) - SERIE [n] (if exists) - TITLE (YEAR)


Thanks!!
davidam2 is offline   Reply With Quote