mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GwR bookmark tweaks - add 'reading in progress' symbol
This commit is contained in:
parent
b05db2f5b6
commit
b17053ac4f
@ -1282,7 +1282,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
result += "%04X %-*s %s\n" % (N, length*3, hexa, s)
|
result += "%04X %-*s %s\n" % (N, length*3, hexa, s)
|
||||||
N+=length
|
N+=length
|
||||||
print result
|
print result
|
||||||
self.bookmarked_books = {}
|
|
||||||
if self.opts.connected_kindle:
|
if self.opts.connected_kindle:
|
||||||
self.opts.log.info(" Collecting Kindle bookmarks matching catalog entries")
|
self.opts.log.info(" Collecting Kindle bookmarks matching catalog entries")
|
||||||
|
|
||||||
@ -1312,6 +1312,8 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
break
|
break
|
||||||
|
|
||||||
self.bookmarked_books = bookmarks
|
self.bookmarked_books = bookmarks
|
||||||
|
else:
|
||||||
|
self.bookmarked_books = {}
|
||||||
|
|
||||||
def generateHTMLDescriptions(self):
|
def generateHTMLDescriptions(self):
|
||||||
# Write each title to a separate HTML file in contentdir
|
# Write each title to a separate HTML file in contentdir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user