If like me, you tend to stuff all the authors into the Authors/Author_sort, I use the following template for Send to Device:
eBooks/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}
eBooks is a directory in the root of my Kobo devices under which I have directories based on the first entry in the author_sort and then files in that directory named with the title - first entry in the author list.
The sublist(0,1,&) truncates to the first entry in the list to keep the filenames shorter and less likely to trigger path length errors.
So a book such as Death's End by Cixin Liu, translated by Ken Liu would end up on my ereader as:
eBook/Liu, Cixin/Death's End - Cixin Liu
|