View Single Post
Old 02-19-2025, 11:21 AM   #10374
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2025-02-17
- Add include_tocpage:always option.
- adapter_fimfictionnet: Further cover fix

Quote:
Originally Posted by Anyssia View Post
yes, I would like that, if it's possible, thank you
Yes, you already said. I was asking more if anyone else would find it useful.

But it's a fairly small change that doesn't appear to affect anything else, so I went ahead with it.

Code:
## epub carries the TOC in metadata.
## mobi generated from epub by calibre will have a TOC at the end.
include_tocpage: false
## When set to 'true', tocpage is only included if there is more than
## one chapter in the story.  If set to 'always', tocpage will be
## included even if the story only has one chapter.
#include_tocpage: always
Note that:
  1. Anthologies (and EpubMerge) reduces the anthology/merge ToC entry for single FFF chapter stories down to one entry, even if they have cover, title page and/or log page. It will not do that if there's a tocpage. If you've forced it on, I assume you want more ToC entries.
  2. add_chapter_numbers still doesn't add a chapter number when there's only one chapter.
JimmXinu is offline   Reply With Quote