View Single Post
Old 08-28-2023, 05:55 PM   #15
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,960
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Gurgling2791 View Post
I currently have
Code:
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)
Calibre is putting the books in /mnt/onboard right now. Though I would like to change that... not sure how to do so to be honest.
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.

Quote:
Originally Posted by Gurgling2791 View Post
Ah understood. I went with kepub because, from my understanding, it will show how much approx time is left in a chapter. I found that valuable in a kindle and wanted to continue. KOReader can't do that with epub, can it?
That I'm not certain on since I don't use KOReader. Perhaps someone else who uses KOReader will answer that for you.
DNSB is offline   Reply With Quote