GwR bookmark tweaks - add 'reading in progress' symbol

This commit is contained in:
GRiker 2010-02-25 07:09:43 -07:00
parent b05db2f5b6
commit b17053ac4f

View File

@ -1282,7 +1282,7 @@ class EPUB_MOBI(CatalogPlugin):
result += "%04X %-*s %s\n" % (N, length*3, hexa, s)
N+=length
print result
self.bookmarked_books = {}
if self.opts.connected_kindle:
self.opts.log.info(" Collecting Kindle bookmarks matching catalog entries")
@ -1312,6 +1312,8 @@ class EPUB_MOBI(CatalogPlugin):
break
self.bookmarked_books = bookmarks
else:
self.bookmarked_books = {}
def generateHTMLDescriptions(self):
# Write each title to a separate HTML file in contentdir