View Single Post
Old 06-12-2020, 10:06 PM   #9
vorcisrdr
Junior Member
vorcisrdr began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2020
Device: Boox Note 2
Quote:
Originally Posted by elfnor View Post
@davidfor is right. All the books in the shortened folders are books of short stories with many multiple authors.

Only including the first author in the file name works:

Code:
{#folder:subitems(0,1)||/}{title} - {authors:sublist(0,1,&)}
For my 3 deep hierarchy of tags in my custom column #folder this works:

Code:
{#folder:subitems(0,1)||/}{#folder:subitems(1,2)||/}{#folder:subitems(2,3)||/}{title} - {authors:sublist(0,1,&)}
Thanks
Sorry for resurrecting the thread...

I'm about to test this because I was getting garbled second folder names... I use the same 'genre' style system as described in the doco.
vorcisrdr is offline   Reply With Quote