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