View Single Post
Old 08-11-2025, 03:33 PM   #11104
MorbPtact
Junior Member
MorbPtact began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2024
Device: kindle
First is my solution to your problem: mark_new_chapters
Code:
## If true, when updating an epub that already has old chapters, new
## chapters will be marked in the TOC and chapter header by using
## chapter_title_new_pattern and chapter_title_addnew_pattern to set
## the chapter title.
## If set to latestonly, only new chapters downloaded this time will
## be marked (new) and existing chapters will have any (new) marks
## removed.
##
## mark_new_chapters can be true, false or latestonly
mark_new_chapters:false
This is exactly what I am looking for, thank you!
MorbPtact is offline   Reply With Quote