View Single Post
Old 12-24-2021, 07:52 AM   #18
Barruel
Enthusiast
Barruel began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jan 2020
Device: 3 x Kobo Clara HD, Kindle Paperwhite 3 Manga Edition
Quote:
Originally Posted by davidfor View Post
There are no issue with using directories. In calibre, I use the template:

Code:
{library}/{author_sort}/{title} - {authors}
Which uses a directory for each of my calibre libraries and then a subdirectory for each author. And each book uses the title and author for the file name. The library name is there simply to reduce the number of directories in the root.
With the amount of books the OP has in the device, DB size is gonna be a problem, because for each kepub the db stores several entries. If the title and author are in each of them, you are facing a several GB DB size. With epub it won't be as bad, but it will still be big.

I also have a large microSD card and have the Kobo driver configured with the template

Code:
Books/{author_sort:shorten(1,,0)}{title:shorten(1,,0)}/{id}
This puts every book under /Books and a directory named after the first letter of the book and the title. I did that because I didn't want a folder with thousands of files. The actual kepub file is named after its ID in Calibre DB.

This slims DB a lot, and even with that it is not slim. It has a downside, which is that is that you won't be able to match the kepub file with the book just by looking at the file name and you'll depend on Calibre to manage the books is the device.

Last edited by Barruel; 12-24-2021 at 07:54 AM.
Barruel is offline   Reply With Quote