View Single Post
Old 02-24-2025, 11:41 PM   #7
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,784
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
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
DNSB is offline   Reply With Quote