Quote:
Originally Posted by DNSB
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.