Quote:
Originally Posted by Terisa de morgan
I would glad to use this if it can replace the KoboTouchExtended (if you tell me how).
|
I should have posted a patch file or something. But, driver.py, comment out "config_widget" and "save_settings". And at line 254, change:
Code:
if opts.extra_customization[self.OPT_MODIFY_CSS]:
to:
Code:
if self.modifying_epub():
Quote:
I prefer this organization.
|
I thought you would.
Quote:
Only one question: does it include the template metadata update as KoboUtilities?
|
No. That's actually one of the reasons I finally made the changes. I want to add updating the metadata to the plugin, but I need to add a couple of options when doing it. I decided to clean the configuration up before doing that. But, I'm not sure how much of the "extra" metadata update I will bring over.
As an aside, I've actually been using a plugboard to set the comments when sending books. I just added the comments to the list of "dest_fields" in gui2/preferences/plugboard.py. Then used the template I had defined for the Utilities plugin in plugboard. I have been doing this for a while and haven't had a problem with it. But, I also made sure the template I used was correct and haven't tracked through all the code used to set the comments to see where it might go wrong.