Hi.
I've figured out that if i wanted to change a particular metadata field i would do that like this.
Code:
self.db.new_api.set_field('title',{book_id:'new_title'})
I don't understand why changing it doesn't apply instantly to the calibre gui.
I am guessing that calibre is storing my changes in some cache and i need to tell calibre to refresh itself. I just don't know how.
I would be grateful for any help.