-
Notifications
You must be signed in to change notification settings - Fork 232
Automatic output splitting
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 assigned tasks into multiple MOBI files if provided directories with images will have an appropriate structure.
For now KCC support three of them:
├───TitleA │ 1.png │ 2.png │ 3.png │ 4.png │ 5.png │ ├───TitleB │ ├───Chapter1 │ │ 1.png │ │ 2.png │ │ 3.png │ │ 4.png │ │ 5.png │ │ │ ├───Chapter2 │ │ 1.png │ │ 2.png │ │ 3.png │ │ 4.png │ │ 5.png │ │ │ └───Chapter3 │ 1.png │ 2.png │ 3.png │ 4.png │ 5.png │ └───TitleC ├───Volume1 │ ├───Chapter1 │ │ 1.png │ │ 2.png │ │ 3.png │ │ 4.png │ │ 5.png │ │ │ ├───Chapter2 │ │ 1.png │ │ 2.png │ │ 3.png │ │ 4.png │ │ 5.png │ │ │ └───Chapter3 │ 1.png │ 2.png │ 3.png │ 4.png │ 5.png │ └───Volume2 ├───Chapter1 │ 1.png │ 2.png │ 3.png │ 4.png │ 5.png │ ├───Chapter2 │ 1.png │ 2.png │ 3.png │ 4.png │ 5.png │ └───Chapter3 1.png 2.png 3.png 4.png 5.png
If none of these structures will be used creating MOBI file might fail.