1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-05 12:59:35 +00:00

Updated Automatic output splitting (markdown)

Paweł Jastrzębski
2013-08-08 07:54:33 -07:00
parent de05d5ee90
commit 66204b8d45

@@ -1,81 +1,12 @@
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.
Fortunately **KCC** will automatically split 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
![One](http://kcc.vulturis.eu/img/FS1.png)
![Two](http://kcc.vulturis.eu/img/FS2.png)
![Three](http://kcc.vulturis.eu/img/FS2.png)
**The above-mentioned naming conventions are NOT necessary. Only structure matter.**
If none of these structures will be used creating MOBI file might fail.