Quote:
Originally Posted by otta56
Hello,
The file structure for books on my Windows PC using Calibre 4.13 has a separate folder for each book containing the book itself and a metadata.opf file. When sending books to an attached eBook reader (Android 6.01 OS) all book files are placed into one folder and all metadata is stored in one file (metadata.calibre) in the device root.
Is this the default configuration for file storage?
Some Android eBook applications appear to be expecting separate metadata.opf files per book and a folder structure mirroring the Calibre folder structure on the PC.
Was there a change to the default exported books file structure enforced by changes to an updated version of Calibre at some point?
Regards,
otta56
|
Yes that is the default.
See:
https://manual.calibre-ebook.com/gui...send-to-device
Quote:
You can control the file name and folder structure of files sent to the device by setting up a template in Preferences → Import/export → Sending books to devices. Also see The calibre template language.
|
Using:
Code:
{authors}/{series}/{series_index:0>2} {title}
Will put you ebooks in a folder name for the author then in a subfolder name for the series if any and name the epub file with the series number then book title.
bernie