Quote:
Originally Posted by kovidgoyal
It's very easy if you just modify the calibre source code instead of trying to do it via a plugin. All you have to do is modify the view_format_by_id() method in actions/view.py add a call to db.embed_metadata() to update the metadata in the book format.
|
Yes, that's quite easy for sure. The problem here is to maintain that code across versions (I'm doing it for a metadata plugboard adaptation and some ongoing catalog modifications...), as I don't usually run calibre from source.
Thank you very much, really