Hmm I have a kind of annoying problem I would really appreciate some help with. I am creating a .cbc file from some downloaded manga and Calibre adds not only the chapter links like I want but it also creates a link for every page in the manga chapter.
I want this:
Chapter 1
Chapter 2
Chapter 3
And I get:
Chapter 1
Page 1
Page 2
Page 3
Etc...more pages
Chapter 2
And so on.
The inside of my .cbc file looks like this:
one_piece_001.cbz
one_piece_002.cbz
one_piece_003.cbz
comics.txt
My comics.txt has this in it:
one_piece_001.cbz:Chapter One
one_piece_002.cbz:Chapter Two
one_piece_003.cbz:Chapter Three
I would really appreciate some help.