View Single Post
Old 08-24-2022, 02:48 AM   #11
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,614
Karma: 7891011
Join Date: Sep 2020
Device: none
Thumbs up

Quote:
Originally Posted by kovidgoyal View Post
self.gui.library_view.model().refresh_ids(book_ids )
Wheeeeeeeeeeee !!

That works lol!! NOW THE EMBLEM SHOWS UP INSTANTLY! (for any filetype)


I just added that line here:
Code:
   for book_id in book_ids:
                now = datetime.datetime.now()
                viewdate = format_date(now, dateformat, assume_utc=False, as_utc=False)
                db.set_custom(book_id, viewdate, label=label, commit=True)
                self.gui.library_view.model().refresh_ids(book_ids)
Comfy.n is offline   Reply With Quote