View Single Post
Old 08-11-2016, 01:18 PM   #1444
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,003
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New test version posted (direct link).

2016-08-11
- Progress Bar - add extra timer loop for Win10 display.
- Add always_reload_first_chapter setting for base_xenforoforum stories with index chapter.

For me, this works around the issue with Windows 10 progress bar dialogs not displaying until updated.

always_reload_first_chapter is for forum stories with an index post at the beginning.

Spoiler:
Code:
## In normal operation, when updating an existing epub, old chapters
## will be reused as-is.  Normally, that works fine, but forum stories
## sometimes have an index post as the first 'chapter', and the
## version in the first chapter gets out of sync.
##
## If always_reload_first_chapter:true, then the first chapter will
## always be downloaded again (ie, reloaded).  It will NOT be maked
## '(new)' (see mark_new_chapters).  Because it is reloaded, manual
## edits made to the first chapter will be lost.
##
## While intended for base_xenforoforum sites, this setting can be
## applied to other sites.
always_reload_first_chapter:false
JimmXinu is offline   Reply With Quote