Quote:
Originally Posted by Amalthia
I downloaded a story: http://archiveofourown.org/works/1426027
On the HTML page it says "Chapter 1: Mirror"
However, when I view the story in Calibre the chapter header say "1. Mirror"
Where did the word "Chapter" go? And how can I bring it back?
The only code I have in my personal.ini related to chapters is this:
Code:
exclude_notes:authorheadnotes,chaptersummary,chapterheadnotes,
chapterfootnotes,authorfootnotes
Ideally what I like to see for this story is "Chapter 1 - Mirror"
|
FFDL takes the chapter names from the chapter list, not the chapter pages.
You can accomplish what you want by changing the chapter title settings. (The exclude_notes setting is just for AO3 notes, nothing to do with chapter titles.)
I haven't tested it, but it should be something like this:
Code:
[archiveofourown.org]
strip_chapter_numbers:true
add_chapter_numbers:true
chapter_title_add_pattern:Chapter ${index} - ${title}
Full descriptions from defaults.ini:
Hope that helps.