mirror of
https://github.com/ciromattia/kcc
synced 2026-01-08 14:29:34 +00:00
Updated Automatic output splitting (markdown)
@@ -1,9 +1,16 @@
|
||||
Due to limitations of **KindleGen** - tool used by **KCC** to create _MOBI_ files - maximal size of output file is highly limited.
|
||||
Fortunately **KCC** will automatically split tasks into multiple _MOBI_ files **if provided input files are using proper structure.**
|
||||
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.**
|
||||
|
||||
For now **KCC** support three directory structures. If none of these structures will be used creating MOBI file might fail.
|
||||
**Naming conventions listed below are NOT necessary. Only structure matter.**
|
||||
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.
|
||||
|
||||
If input directory have more than 300MB and variant with volume directories will be used **KCC** will create separate MOBI for each volume.
|
||||
|
||||

|
||||
|
||||
|
||||
**Variant A** - Output will be divided into ~400MB parts.
|
||||
|
||||
**Variant B** - 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.**
|
||||
Reference in New Issue
Block a user