i am writing a plugin to modify tags; after calling
Code:
self.db.bulk_modify_tags(...)
i do
Code:
self.db.refresh()
self.gui.library_view.model().refresh_ids(arBooks) # arBooks contains the ids of the modified books
self.gui.tags_view.recount()
self.gui.library_view.refresh_book_details()
and the main calibre interface gets updated correctly, futhermore the tag tree shows the correct new numbers perfectly.
So far so good, after several bulk_modify_tags calibre completely crahes no stack trace is printed to stdout.
I am starting clibre with
I already tried not doing the self.gui.* stuff, but there are still crashes ...
Any help would be welcome.
regards
ramson