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!!