1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-03 20:09:31 +00:00

Updated Automatic output splitting (markdown)

Paweł Jastrzębski
2016-11-26 18:56:04 +01:00
parent 29e26b42a7
commit 5ec4636487

@@ -1,17 +1,15 @@
Due to limitations of **KindleGen** and limited space available on newer Kindle models maximal size of output file is limited by KCC.
Input will be automatically split into multiple _MOBI_ files **if correct file structure is used.**
Source directories/archives need to use one of three directory structures.
For now KCC support three directory structures. If none of these structures will be used KCC will try to create a single MOBI file. If input batch is very big conversion might fail due to **KindleGen** or memory limitations.
Due to limitations of **KindleGen** and **Kindle** itself maximal size of output file is limited by KCC.
Input will be automatically split into multiple _MOBI_ files if correct file structure is used.
**Additionally directory structure is used to generate table of contents.**
**Naming conventions presented below are NOT necessary.** Only structure matter. Directory structure is also used to generate table of contents.
![FS](http://i.imgur.com/NY8MZAl.png)
**Variant A** - Output will be divided into ~400MB parts.
**Variant B** - Output will be divided into ~400MB parts. Splits will occur between chapters.
**Variant B** - If option _Output split_ is enabled every subdirectory will be placed in separate MOBI file. Otherwise output will be divided into ~400MB parts. Splits will occur between chapters.
**Variant C** - Every volume will be placed in separate _MOBI_ file. If single volume will be too big it will be split into smaller parts.
**Naming conventions presented above are NOT necessary. Only structure matter.**
**Variant C** - Every volume will be placed in separate _MOBI_ file.