View Single Post
Old 08-28-2023, 08:39 PM   #18
Gurgling2791
Member
Gurgling2791 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Aug 2023
Device: kobo libra 2
Quote:
Originally Posted by DNSB View Post
If you look at the image I attached earlier for the KoboTouch driver, the Save template controls the addition of books to the Kobo ereader. My current template is:

Code:
Elib/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}
Elib is a directory in the root of the exposed partition. Inside that a directory is created based on the first entry in the author-sort list (this keeps the file paths shorter) and the file is created with the filename as title - first author in the author list (again, this keeps the file paths shorter).

There are limits on the number of directory entries in the root of a FAT32 partition which is why I use the Elib directory.
Ah thank you! That worked like a charm.
Gurgling2791 is offline   Reply With Quote