View Single Post
Old 08-19-2025, 11:46 PM   #5
Artemis*
Huntress of Stories
Artemis* began at the beginning.
 
Artemis*'s Avatar
 
Posts: 8
Karma: 10
Join Date: Jul 2025
Location: Among The Greenery
Device: Kobo Libra Color
Quote:
Originally Posted by DNSB View Post
At a guess, you are using the KoboTouch driver to send the books to your ereader. If so, you can edit the Save to device template in the driver configuration to remove the author sort directory.

My template is:

Code:
eBooks/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}

to remove the author sort directory creation:

Elibrary/{title} - {authors:sublist(0,1,&)}
The :sublist(0,1,&) limits the author/author sort to the first entry in the list which is handy when you have an anthology with 20 or more author names since it keeps the file name manageable.

OMG, you don't know how much this was bugging me lol. I can normally figure things out on my own, but some of these Calibre and Kobo mods really do me in. Thank you for your help!!
Artemis* is offline   Reply With Quote